Ask a Question related to Coldfusion Database Access, Design and Development.
-
VicTci #1
DB Field name="application" and Application scope variables
Hi,
There is DB Field application which overwrited ,as I see , Application
scope variable
Are there way to solve this problem without using alias for DB Field ?
<CFIF
IsDefined("Application.MyVar")><CFOUTPUT>#Applicat ion.MyVar#<CFOUTPUT></CFOU
TPUT>
<!--- Application.MyVar IsDefined=YES --->
<CFLOOP QUERY=...............>
<CFIF
IsDefined("Application.MyVar")><CFOUTPUT>#Applicat ion.MyVar#<CFOUTPUT></CFOU
TPUT>
<!--- Application.MyVar IsDefined=NO --->
......
Thanks
Vic
VicTci Guest
-
Application Scope variables ?
I am migrating to PHP from ASP where there are the Application Scope variables which are accessible from any page on a website and which are used, in... -
#40453 [NEW]: Application Error in New COM ("word.application")
From: mraji_1 at yahoo dot com Operating system: Win 2000 PHP version: 4.4.4 PHP Bug Type: COM related Bug description: ... -
Application.xml -> Process -> Scope ; "app" disturbs FMSconsole
Hi, I'm not sure if this is a bug related to version 2.0.1 but if we enable "app" scope in Application.xml (Application.xml -> Process -> Scope)... -
Illustrator "Application Launch Failure" after GoLive update.
I installed the GoLive CS 7.0.1 update today, and Illustrator CS no longer works. When attempting to launch Illustrator, I get a panel that says: ... -
Networking Problem (winXP-win98se) "Faulting Application spoolsv.exe"
I am trying to network 2 pc's, one winXP and one win98se. I have successfully installed networking cards, and connected them using cross-over... -
jdeline #2
Re: DB Field name="application" and Application scopevariables
It's hard to understand what you are asking. Your code fragments appear to be
incomplete. For example,
<CFIF
IsDefined("Application.MyVar")><CFOUTPUT>#Applicat ion.MyVar#<CFOUTPUT></CFOUTPUT>contains two <CFOUTPUT> and one </CFOUTPUT>.jdeline Guest
-
VicTci #3
Re: DB Field name="application" and Application scope variables
Sorry, :-(
I think that DBfield with name "Application" overwrite Application scope...
after execute query
What I can do ? Only add alias for DBfield "Application"
<CFIF
IsDefined("Application.MyVar")><CFOUTPUT>#Applicat ion.MyVar#</CFOUTPUT>
<!---Output : IsDefined=YES and
Application.MyVar =blabla --->
<CFLOOP QUERY=...............>
<CFIF
IsDefined("Application.MyVar")><CFOUTPUT>#Applicat ion.MyVar#</CFOUTPUT>
<!---Output : Application.MyVar IsDefined=NO --->
Thanks
Vic
VicTci Guest



Reply With Quote

