Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 35565 - 35594 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35565
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...
cfmldragon
Offline Send Email
Nov 1, 2005
8:33 am
35566
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...
jelmervandenbuys
jelmervanden...
Offline Send Email
Nov 1, 2005
11:42 am
35567
Hi Scott, Ignore scopes...what you need is the "SELECTED" keyword on the appropriate <option> tag: Relation:<br /> <select name="relation"> <option...
Joe Rinehart
jrinehartasi
Offline Send Email
Nov 1, 2005
11:59 am
35568
Have them set the checkboxes for CLOB/BLOB on the datasource screen. -John ... From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com]...
Bartlett, John
wyntermoonwolf
Offline Send Email
Nov 1, 2005
5:20 pm
35569
Joe, Then what is "snatch_data.relation" but a scoped variable is it not? -Dan _____ From: coldfusion-howto@yahoogroups.com ...
Dan Plesse
empiricallys...
Offline Send Email
Nov 1, 2005
6:29 pm
35570
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 ...
Dan Plesse
empiricallys...
Offline Send Email
Nov 1, 2005
6:38 pm
35571
Like reading the Zen log in real time? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of jelmervandenbuys ...
Dan Plesse
empiricallys...
Offline Send Email
Nov 1, 2005
6:41 pm
35572
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...
cfmldragon
Offline Send Email
Nov 1, 2005
6:59 pm
35573
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....
coldfusionuser
Offline Send Email
Nov 1, 2005
7:47 pm
35574
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...
Bartlett, John
wyntermoonwolf
Offline Send Email
Nov 1, 2005
7:57 pm
35575
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...
Eric Smith
smites
Offline Send Email
Nov 1, 2005
8:42 pm
35576
You might find this a better solution. http://www.mattkruse.com/javascript/autocomplete/ HTH, Ernie _____ From: coldfusion-howto@yahoogroups.com ...
Ernest Breau
eb_web_designs
Offline Send Email
Nov 1, 2005
8:46 pm
35577
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, ...
Ernest Breau
eb_web_designs
Offline Send Email
Nov 2, 2005
1:17 am
35578
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...
Send Email
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 ... ...
jelmervandenbuys
jelmervanden...
Offline Send Email
Nov 2, 2005
8:24 am
35580
Hi all - is there a way using a CF script to override the server's default HTTP status value returned from the header of a .cfm page? TIA...
peterluss
Offline Send Email
Nov 2, 2005
5:58 pm
35581
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...
Dan Plesse
empiricallys...
Offline Send Email
Nov 2, 2005
6:24 pm
35582
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 ...
Eric Smith
smites
Offline Send Email
Nov 2, 2005
7:32 pm
35583
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 ......
Bartlett, John
wyntermoonwolf
Offline Send Email
Nov 2, 2005
7:36 pm
35584
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 ...
Eric Smith
smites
Offline Send Email
Nov 2, 2005
8:17 pm
35585
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 ...
Bartlett, John
wyntermoonwolf
Offline Send Email
Nov 2, 2005
8:31 pm
35586
Here is what the dump gave me: struct FIELD1121 TEST PROSPECT FIELD1170 [empty string] FIELDNAMES FIELD1121,FIELD1170,SUBMIT SUBMIT Submit This is by just...
Eric Smith
smites
Offline Send Email
Nov 2, 2005
8:44 pm
35587
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? ...
jelmervandenbuys
jelmervanden...
Offline Send Email
Nov 3, 2005
9:25 am
35588
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...
jelmervandenbuys
jelmervanden...
Offline Send Email
Nov 3, 2005
9:27 am
35589
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...
A Abaya
aj_abaya
Offline Send Email
Nov 3, 2005
11:17 am
35590
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...
Joe Rinehart
jrinehartasi
Offline Send Email
Nov 3, 2005
11:42 am
35591
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...
A Abaya
aj_abaya
Offline Send Email
Nov 3, 2005
1:30 pm
35592
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@...
Send Email
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...
Trey/Nickie Scoggins
brassie_tnt
Offline Send Email
Nov 3, 2005
3:42 pm
35594
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...
Rich Kroll
richkroll75
Online Now Send Email
Nov 3, 2005
4:57 pm
Messages 35565 - 35594 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help