Okay Scopes = variables D'OH another booby prize for me after midnight hmmm Are you meaning cfset or cfparam? If you are, How can I display the drop down list...
Hello, I have to make a system which tracks devices and displayes information about these devices. For this I have to collect information about devices in the...
Have them set the checkboxes for CLOB/BLOB on the datasource screen. -John ... From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com]...
Questions about display is more about knowing or not knowing Javascript and or HTML (assuming the data is present) thus you should post your question ...
Like reading the Zen log in real time? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of jelmervandenbuys ...
Thanks Joe I read a little bit more this morning and discovered this exact structure. I'm bettin' that this structure can also be used with radio buttons and...
I am trying to change a logo on a login site. The logo appears on each web page. However, I noticed that not all the web pages have coding for the logo....
They're storing the URL path to the image in the Application variable. Best to use a Request variable instead as this would be a whole lot of unneeded...
Hi all- I am having a hard time getting results pulled in from a search query that includes a GROUP BY command. I can remove the <cfif> statements and it will...
Try NumberFormat(getApplPeriodStatus_qry.applOpenSecond,'__') If you need to use this for a DB You can use this format in your data yyyy-mm-dd hh:mm:ss HTH, ...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Nov 2, 2005 4:31 am
35579
Hi, Yes that would be best. To read out zen and then update the information in our "own"/MySQL database... This must be possible, in't it? Gr ... ...
Great this sounds like a non HTML / JavaScript display problem. Is anyone doing anything with my remotely loading java examples or the hsqldb examples? What...
How do I designate the [_OnlineForm48.fieldxxxx]? I tried using brackets and parens, but nothing seems to work. What is the correct syntax? Thanks, Eric ...
Try: FORM["_OnlineForm48.Field1121"] or FORM.field1121 If the form name was "_OnlineForm48", you do not need to specify it in the variable reference. -John ......
I tried that but it gave me the error: Element _OnlineForm48.field1121 is undefined in a Java object of type class coldfusion.filter.FormScope referenced as ...
Have you tried FORM.field1121? Dump the form scope so you can see what you're missing. <cfdump var=#form#> -John ... From: coldfusion-howto@yahoogroups.com ...
Here is what the dump gave me: struct FIELD1121 TEST PROSPECT FIELD1170 [empty string] FIELDNAMES FIELD1121,FIELD1170,SUBMIT SUBMIT Submit This is by just...
Hi, If you want to know what zen is, look at this: http://www.novell.com/coolsolutions/qna/11442.html http://www.novell.com/documentation/nds73/index.html? ...
Hello, Can someone tell me if it is possible to put the results of a loop into an array and then send it to another page so I can use this array in the code on...
I have ColdFusion running in my Intel Xeon server. I'm having a problem loading CF pages cause it really takes them time to load. When I looked at the...
JRun.exe is the J2EE container that ColdFusion runs inside of. In other words, if you shut it down, you shut down ColdFusion. I'd recommend looking at what...
I have a MYSQL database running in my server. I created a User and a System DSN with the same settings, which I named Verizon. When I tested both DSN's, it...
Morning, Gurus! What is the avg hourly rate for mid and adv cf programmer for gov/non-for-profit contract work in Wash DC area and surburb? The hourly rate...
John Lucania
john.lucania@...
Nov 3, 2005 3:37 pm
35593
Does anyone know how to get a cfexecute command to run without timing out. I have an executable that I am trying to run that will print the current page...
Hello all, I was wondering if there is an easy way within a stored proc to convert a returned query into a value list. What I'm trying to accomplish is...