Default Value for Select box - Very Urgent!!!

2007-06-27 Thread Devi r
Hi All, I'm populating the select box using cfquery. I want a particular value to be selected as default. How can i do that?? It's very urgent. Please help me!!! ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe

Re: Dynamically Populating ListBox Values

2007-06-25 Thread Devi r
and more thought, but that's the general idea. Adrian -Original Message- From: Devi r [mailto:[EMAIL PROTECTED] Sent: 25 June 2007 04:03 To: CF-Talk Subject: Dynamically Populating ListBox Values Hi All, In Coldfusion, Is there any way to dynamically populate a listbox without

Re: Help Needed!!! Urgent

2007-06-25 Thread Devi r
Hi, I need to retrieve all the tokens from the value A B with space as delimiter I mean i need the result as 1)A 2) 3)B Is there any function to do it??? regards, devi bala If Forta agrees with us J.J then we are right, haha! I don't think I have ever used getToken(). Dan Vega On

StringTokenizer in coldfusion???? - Urgent

2007-06-25 Thread Devi r
Hi, I need to retrieve all the tokens from the form value A B with space as delimiter I mean i need to get the results as 1)A 2) 3)B Is there any function in ColdFusion to do this? Regards, Devi Bala ~| Create Web

Help Needed!!! Urgent

2007-06-24 Thread Devi r
Hi, I'm new to coldfusion. It will be a great pleasure if i get a solution for the below problem. There is a variable value like a,b,c,d but i just want the first value a to query the database and get the corresponding result. So i used getToken to extract the first value a and appended the

Re: Help Needed!!! Urgent

2007-06-24 Thread Devi r
=#qGetNames# / but you can see the sql sent to the database with cfdump var=#rGetNames.sql# / Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 6/25/07, Devi r [EMAIL

Dynamically Populating ListBox Values

2007-06-24 Thread Devi r
Hi All, In Coldfusion, Is there any way to dynamically populate a listbox without submitting the form? Screen consists of three pages : header.cfm, leftSearch.cfm, Results.cfm. In leftSearch.cfm, there are 3 select boxes : first one is drop down, second is listbox and the third is