MACROMEDIA COLDFUSION 5-CFML Guía de instalación

Busca en linea o descarga Guía de instalación para Software MACROMEDIA COLDFUSION 5-CFML. MACROMEDIA COLDFUSION 5-CFML Installation guide Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir

Indice de contenidos

Pagina 1 - BlueDragon

BlueDragon TM 6.1 CFML Compatibility and Reference Guide

Pagina 2 - CFML Compatibility

3.4 SERVER Variables For BlueDragon, the variable Server.ColdFusion.ProductName returns the value “BlueDragon” and Server.ColdFusion.ProductLevel ret

Pagina 3

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

Pagina 4

4 CFML Tags 4.1 ColdFusion Components There are a few differences in CFC (ColdFusion Component) processing in BlueDragon, including both enhancements

Pagina 5

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

Pagina 6 - BlueDragon 6.1

The following tags added in CFMX are not supported by BlueDragon, and will generate run-time errors when processed by BlueDragon: Unsupported CFMX Ta

Pagina 7 - 2 ColdFusion Compatibility

4.3.6 CFCONTENT BlueDragon does not support using a pair of CFCONTENT tags, as in: <CFCONTENT…>some data</CFCONTENT>. In BlueDragon, onl

Pagina 8 - 3 Variables

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

Pagina 9

current template directory. The filename match is not case-sensitive when searching cus-tom tag directories. 4.3.21 CFOBJECT BlueDragon supports “jav

Pagina 10 - 3.6 CFTOKEN Value

4.3.24 CFSCRIPT BlueDragon does not support try/catch statements within CFSCRIPT. 4.3.25 CFSEARCH In BlueDragon, the search capability (CFSEARCH, CFI

Pagina 11

hold the result set. The following code running on BlueDragon 6.1 returns the result set in a query variable named "myResults": <cf

Pagina 12 - 4 CFML Tags

NEW ATLANTA COMMUNICATIONS, LLC BlueDragon™ 6.1 CFML Compatibility and Reference Guide June 17, 2004 Version 6.1 Copyright © 1997-2004 New Atlant

Pagina 13 - 4.2 Unsupported Tags

4.3.31 CFUPDATE Like CFMX, BlueDragon does not support “DSN-less connections”; therefore, it always requires the dataSource attribute and does not su

Pagina 14

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

Pagina 15

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

Pagina 16

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

Pagina 17

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

Pagina 18

4.4.10 CFPROCESSINGDIRECTIVE SuppressWhiteSpace Attribute The CFPROCESSINGDIRECTIVE tag in CFML was introduced in CF5 with an available SuppressWhit

Pagina 19

WHERE LastName = ‘#EmployeeName#’ </CFQUERY> If you have code where this behavior is undesirable, you can change it with the available Preserve

Pagina 20 - 4.4 Enhanced CFML Tags

<CFQUERY ACTION=”flushcache” CACHENAME=”usercache”> All CFQUERY cached results can be cleared using a singe tag: <CFQUERY ACTION=”flushall”&

Pagina 21

<CFFILE ACTION=”delete” FILE=”C:\Inetpub\wwwroot\images\a.jpg”> <CFFILE ACTION=”delete” FILE=”/images/a.jpg” URIDIRECTORY=”Yes”> Specifyi

Pagina 22

Execution of CFASSERT (and the assert() function) is controlled by the “Enable Asser-tions” setting on the “Debug Settings” page of the BlueDragon A

Pagina 23

Contents 1 INTRODUCTION ...1 1.1 About This Manual...

Pagina 24 - 4.4.6.2 Wait Processing

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

Pagina 25

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

Pagina 26

The following table lists the variables returned by the CFIMAGE tag. Variable Description CFIMAGE.SUCCESS Contains the value TRUE or FALSE to indic

Pagina 27

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

Pagina 28 - 4.5 New CFML Tags

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 –

Pagina 29 - </cfconstructor>

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

Pagina 30

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

Pagina 31

<CFIMAP ACTION="MOVEMAIL" CONNECTION="name" FOLDER="toplevelfoldername" DESTFOLDER="toplevelfoldername&quo

Pagina 32

5 CFML Functions 5.1 Unsupported Functions The following CFML functions are not supported by BlueDragon: Unsupported CF5 Functions AuthenticatedConte

Pagina 33

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

Pagina 34

4.3.17 CFLDAP... 11

Pagina 35

5.3.2 ParagraphFormat From the CFML Reference for CF5: “Returns string with converted single newline characters (CR/LF sequences) into spaces and dou

Pagina 36

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

Pagina 37 - 4.5.7.10 Renaming a Folder

For example, the following works in BlueDragon but fails in CFMX because the node names don't match up. myDoc.Root.SubNode = XmlElemNew

Pagina 38 - 5 CFML Functions

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

Pagina 39 - 5.3 Enhanced CFML Functions

ment types. If possible, use 'javacast()' to resolve this ambigu-ity. Unfortunately, even use of JavaCast() won’t help here. The message al

Pagina 40 - 5.4 New CFML Functions

5.3.1 ListToArray... 34

Pagina 41 - 6 Miscellaneous

BlueDragon 6.1 CFML Compatibility and Reference Guide 1 Introduction ewCoinweb server, Atlanta BlueDragon is family of server-based products for the

Pagina 42

Details regarding paid support options, including online-, telephone-, and pager-based support are available from the New Atlanta web site: http://ww

Pagina 43

2.2 Migration from ColdFusion to BlueDragon While this document covers issues of CFML language compatibility, additional informa-tion about migration

Pagina 44

<CFSET url.mod=0> <CFOUTPUT>#url.mod#</CFOUTPUT> The error occurs on the CFOUTPUT, rather than the CFSET. Similarly, ColdFusion wi

Comentarios a estos manuales

Sin comentarios