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 13341 - 13370 of 42947   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13341
Hi All Is there a way to preselect select boxes with multiple attribute from information stored in a table? Regards Jason This e-mail and any files transmitted...
Jason Congerton - Red...
congerton2001
Offline Send Email
Mar 1, 2003
10:12 am
13342
Hi Jason, Using the selected attribute, for instance: <option value="blah" selected>Blah</option> will select that option. I believe you can pre-select ...
Elissa Feit
elissafeit
Offline Send Email
Mar 1, 2003
12:23 pm
13343
Jason Try <cfoutput query="find_list_of _all_values> <option value=#blah# <cfif #blah# is #other_query.stored_blah#> selected </cfif> ... </option> </cfoutput>...
tredychris <christoph...
tredychris
Offline Send Email
Mar 1, 2003
2:57 pm
13344
Hi, How do I update multiple rows from an input form? It involves multiple fields in each row. I know it involves either Loop or Array, but don't know how to...
dzoan-chau <jle@...>
dzoan-chau
Offline Send Email
Mar 1, 2003
3:50 pm
13345
If I wasn't already bald I would be pulling my hair out. I have Win. 2000 Pro, Miniportal webserver which uses Apache 1.3.27 and Coldfusion 5 (also tried with...
kpierson <kpierson@...>
kpierson
Offline Send Email
Mar 1, 2003
7:20 pm
13346
http://www.clickfix.com/contest/ We are trying to figure out what is the best way to serve banner ad business logic. Coldfusion or J2EE? ClickFix~The New Wave...
clickfixer <clickfixe...
clickfixer
Offline Send Email
Mar 1, 2003
8:18 pm
13347
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
Mar 1, 2003
9:02 pm
13348
Dear All I am looking for volunteers to help us to design a web content management system to suit our needs and our community. Interested volunteers, please...
weikokohanthony <anth...
weikokohanthony
Offline Send Email
Mar 2, 2003
8:38 am
13349
Hello - I'm seeking out alternatives to something that I can already do. What I'm trying to achieve is reading the contents of a .TXT file into "something"...
hulsmant <hulsmant@...>
hulsmant
Offline Send Email
Mar 2, 2003
8:41 pm
13350
Hello - I'm seeking out alternatives to something that I can already do. What I'm trying to achieve is reading the contents of a .TXT file into "something"...
hulsmant <hulsmant@...>
hulsmant
Offline Send Email
Mar 2, 2003
8:41 pm
13351
Is this in a pop-up window? MW ... From: hulsmant <hulsmant@...> [mailto:hulsmant@...] Sent: Sunday, March 02, 2003 3:41 PM To:...
Michael Wilson
mwilsoniqmax
Offline Send Email
Mar 3, 2003
5:32 am
13352
thank guys & girls will try ... From: Jason Congerton - RedHedNet [mailto:jason.congerton@...] Sent: 01 March 2003 10:17 To:...
Jason Congerton - Red...
congerton2001
Offline Send Email
Mar 3, 2003
8:09 am
13353
Hi, This JavaScript will resize the window to your specified dimensions, but I don't think it allows manual resizing after the page loads. It will however,...
Michael Wilson
mwilsoniqmax
Offline Send Email
Mar 3, 2003
2:37 pm
13354
And be sure that your CFServer permissions are set to allow you to do this! JoAnn A. Schlosser Senior Consultant Grant Thornton LLP Vienna, Va. Tel: (703)...
Schlosser, JoAnn
jojo_super77
Offline Send Email
Mar 3, 2003
4:10 pm
13355
i had this problem and asked for help but no one was interested so i assumed no one use apache and CFMX anyway here is the fix i found : You need to download...
rory clarke
calmvoyger
Offline Send Email
Mar 3, 2003
5:25 pm
13356
... Have you tried using an iframe? Won't work in NN4 or lower, but it's much easier than what you're doing: <iframe src="/subdirectory/message.txt"...
Ben Curtis
wsi_ben
Offline Send Email
Mar 3, 2003
5:53 pm
13357
Thank you all for the help. The server is up and running again. The problem was from the "system sharing problem on the drive (Inetpub). Daniel ... From: Ben...
Kang, Daniel
dancf2002
Offline Send Email
Mar 3, 2003
6:59 pm
13358
I have a simple one table Access database with about 30 or 40 fields in it. I need to be able to select records based on search criteria entered in an online...
jipsy1234 <jipsy1234@...
jipsy1234
Offline Send Email
Mar 3, 2003
11:23 pm
13359
Something like this would work... SELECT Field1, Field2, Field3, etc. FROM DatabaseTable WHERE Field1 = '#Form.Name#' Hope that helps, Rick ... From: jipsy1234...
roconnor@...
daprogramar
Offline Send Email
Mar 3, 2003
11:25 pm
13360
thanks for the help, however I am wondering the easiest way to handle the situation where there are various form fields the person can search by, and they may...
jipsy1234 <jipsy1234@...
jipsy1234
Offline Send Email
Mar 3, 2003
11:35 pm
13361
You could use something like: <cfif IsDefined("FORM.FieldName") AND #FORM.FieldName# NEQ ""> <cfset variable = #FORM.FieldName#> <else> <cfset variable =...
roconnor@...
daprogramar
Offline Send Email
Mar 4, 2003
12:04 am
13362
<cfparam name="form.fieldname1" default=""> <cfparam name="form.fieldname2" default=""> <cfparam name="form.fieldname3" default=""> <cfquery name="myquery"...
Ball, Steve
sball992001
Offline Send Email
Mar 4, 2003
12:41 am
13363
I'm using CFMX on WinXP. It seems that I always get some sort of native error whenever I fulfill the following: 1) use the form method "post" 2) have more than...
Ben Curtis
wsi_ben
Offline Send Email
Mar 4, 2003
1:41 am
13364
Which JVM are you currently using? Professional Banner Ad Management ClickFix~The New Wave www.clickfix.com ... From: Ben Curtis [mailto:ben@...] ...
clickfixer
Offline Send Email
Mar 4, 2003
1:44 am
13365
JRun that came with the CFMX package, I believe. I broadened my internet search and found people who have had similar error messages crop up with _required,...
Ben Curtis
wsi_ben
Offline Send Email
Mar 4, 2003
1:52 am
13366
That is not an coldfusion issue but rather IIS. I know it supports _required but _float I am not sure about. There was some information on this in the...
clickfixer
Offline Send Email
Mar 4, 2003
1:55 am
13367
Previous sample always going to require value and even existance of the field on form. Check out the following. SELECT Field1, Field2, Field3, etc. FROM...
E R
laidbacknygent
Offline Send Email
Mar 4, 2003
1:55 am
13368
Hi... I am testing a calendar application and I am having a problem with the application.cfm file configuration. I am having an issue with the following lines...
laritru
laritrujillo@...
Send Email
Mar 4, 2003
3:06 am
13369
Your best bet is to NOT use the extended attributes and define them in the ColdFusion Administrator. All you need to use then is a datasource name (eg: ...
Tilbrook, Peter
ptilbrook
Offline Send Email
Mar 4, 2003
4:17 am
13370
I do a lot of forms so have become pretty good at knocking them up. Try using <CFFORM> instead. (the method="POST" is no longer required as it is considered as...
Tilbrook, Peter
ptilbrook
Offline Send Email
Mar 4, 2003
4:45 am
Messages 13341 - 13370 of 42947   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