RE: [KCFusion] arrays and querys

2001-10-19 Thread Ellis, Randy
You can view the results of a Query as an array. So your query... CFQUERY NAME="test" DATASOURCE="ReservationSystem"SELECT date_numFROM dbo.DatesTimes Where class_num = 4;/CFQUERY If test.recordcount is greater than 0, you can access the results by using the following syntax.

RE: [KCFusion] Arrays

2001-08-23 Thread Justin Hansen
You could try something like this It is a custom tag that I wrote for a multi-step ordering process. It takes all the form.vars and sticks them in a session.struct.vars then converts all the fields in the struct back into form vars. You can just keep running through multiple forms and end up

RE: [KCFusion] Arrays

2001-08-23 Thread Justin Hansen
Forgot to mention Just call the tag at the top of every page that receives the form and/or needs the form data. -Original Message- You could try something like this It is a custom tag that I wrote for a multi-step ordering process. It takes all the form.vars and sticks them in a

Re: [KCFusion] Arrays

2001-08-23 Thread Daryl Banttari
Hmm... Serialize to WDDX and stuff it in a hidden form field using htmlEditFormat()...? Daryl - Original Message - From: Don Buck [EMAIL PROTECTED] To: CF-List [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 12:32 PM Subject: [KCFusion] Arrays I'm storing stuff in an array on one