BlueDragon TM 6.1 CFML Compatibility and Reference Guide
3.4 SERVER Variables For BlueDragon, the variable Server.ColdFusion.ProductName returns the value “BlueDragon” and Server.ColdFusion.ProductLevel ret
New CFID/CFTOKEN values are assigned only when a client/browser executes a CFML page for the first time without those cookies already set. 3.7 Clien
4 CFML Tags 4.1 ColdFusion Components There are a few differences in CFC (ColdFusion Component) processing in BlueDragon, including both enhancements
4.1.2.1 Case-sensitive Searching for CFCs on Unix-based Systems On UNIX-based systems (including Linux and Mac OS X), when invoking a CFC, the searc
The following tags added in CFMX are not supported by BlueDragon, and will generate run-time errors when processed by BlueDragon: Unsupported CFMX Ta
4.3.6 CFCONTENT BlueDragon does not support using a pair of CFCONTENT tags, as in: <CFCONTENT…>some data</CFCONTENT>. In BlueDragon, onl
4.3.13 CFHTTPPARAM BlueDragon does not support the following new type attribute values introduced in CFMX 6.1: header and body. 4.3.14 CFIMPORT While
current template directory. The filename match is not case-sensitive when searching cus-tom tag directories. 4.3.21 CFOBJECT BlueDragon supports “jav
4.3.24 CFSCRIPT BlueDragon does not support try/catch statements within CFSCRIPT. 4.3.25 CFSEARCH In BlueDragon, the search capability (CFSEARCH, CFI
hold the result set. The following code running on BlueDragon 6.1 returns the result set in a query variable named "myResults": <cf
NEW ATLANTA COMMUNICATIONS, LLC BlueDragon™ 6.1 CFML Compatibility and Reference Guide June 17, 2004 Version 6.1 Copyright © 1997-2004 New Atlant
4.3.31 CFUPDATE Like CFMX, BlueDragon does not support “DSN-less connections”; therefore, it always requires the dataSource attribute and does not su
4.4.2 CFCONTENT Both ColdFusion and BlueDragon support an available FILE attribute for CFCONTENT, to name a file whose content should be sent to the
does not affect query resultsets or XML documents that are contained within another variable or structure being dumped. 4.4.4 CFFLUSH BlueDragon 6.1
The CFINCLUDE PAGE attribute can be used to include CFML pages, in which case the included page’s Application.cfm (and any OnRequestEnd.cfm) will be
4.4.6.2 Wait Processing Index creation (spidering a web site or indexing a file collection) can take a long time, so BlueDragon adds an optional WAI
4.4.10 CFPROCESSINGDIRECTIVE SuppressWhiteSpace Attribute The CFPROCESSINGDIRECTIVE tag in CFML was introduced in CF5 with an available SuppressWhit
WHERE LastName = ‘#EmployeeName#’ </CFQUERY> If you have code where this behavior is undesirable, you can change it with the available Preserve
<CFQUERY ACTION=”flushcache” CACHENAME=”usercache”> All CFQUERY cached results can be cleared using a singe tag: <CFQUERY ACTION=”flushall”&
<CFFILE ACTION=”delete” FILE=”C:\Inetpub\wwwroot\images\a.jpg”> <CFFILE ACTION=”delete” FILE=”/images/a.jpg” URIDIRECTORY=”Yes”> Specifyi
Execution of CFASSERT (and the assert() function) is controlled by the “Enable Asser-tions” setting on the “Debug Settings” page of the BlueDragon A
Contents 1 INTRODUCTION ...1 1.1 About This Manual...
4.5.4 CFDEBUGGER CFDEBUGGER is a CFML tag introduced by BlueDragon that adds a powerful new weapon in CFML debugging. In simple terms, it writes a tr
CFFORWARD has a single attribute, page, which specifies the URI of the target page. Paths that start with “/” start at the document root directory of
The following table lists the variables returned by the CFIMAGE tag. Variable Description CFIMAGE.SUCCESS Contains the value TRUE or FALSE to indic
1. Open a connection to the mail server (OPEN action). 2. Get a list of folders from the mail server (LISTALLFOLDERS action). 3. Get a list of mes
The folder list is returned in a Query structure with the name you specified in the NAME attribute. The fields of the Query structure are: FULLNAME –
DRAFT – boolean flag if this mail message is an unsent draft FLAGGED – boolean flag if this email has been flagged RECENT – boolean flag if this emai
DRAFT – boolean flag if this email is a draft FLAGGED – boolean flag if this email has been flagged RECENT – boolean flag if this email is recent SEE
<CFIMAP ACTION="MOVEMAIL" CONNECTION="name" FOLDER="toplevelfoldername" DESTFOLDER="toplevelfoldername&quo
5 CFML Functions 5.1 Unsupported Functions The following CFML functions are not supported by BlueDragon: Unsupported CF5 Functions AuthenticatedConte
Additionally, in both functions, the t mask returns a value of am or pm, where it should return just an a or p. 5.2.4 Decrypt/Encrypt BlueDragon does
4.3.17 CFLDAP... 11
5.3.2 ParagraphFormat From the CFML Reference for CF5: “Returns string with converted single newline characters (CR/LF sequences) into spaces and dou
6 Miscellaneous There are various other aspects of working with ColdFusion and CFML that may be slightly different in BlueDragon, but don’t fit neatl
For example, the following works in BlueDragon but fails in CFMX because the node names don't match up. myDoc.Root.SubNode = XmlElemNew
variable or other expression, since again the process of finding CFFUNCTION declarations does not happen at run time but instead in a previous step o
ment types. If possible, use 'javacast()' to resolve this ambigu-ity. Unfortunately, even use of JavaCast() won’t help here. The message al
5.3.1 ListToArray... 34
BlueDragon 6.1 CFML Compatibility and Reference Guide 1 Introduction ewCoinweb server, Atlanta BlueDragon is family of server-based products for the
Details regarding paid support options, including online-, telephone-, and pager-based support are available from the New Atlanta web site: http://ww
2.2 Migration from ColdFusion to BlueDragon While this document covers issues of CFML language compatibility, additional informa-tion about migration
<CFSET url.mod=0> <CFOUTPUT>#url.mod#</CFOUTPUT> The error occurs on the CFOUTPUT, rather than the CFSET. Similarly, ColdFusion wi
Kommentare zu diesen Handbüchern