[KCFusion] arrays and querys

2001-10-19 Thread Adaryl Wakefield
Ok so after a bit of guess work this is what I came up with: CFQUERY NAME="test" DATASOURCE="ReservationSystem"SELECT date_numFROM dbo.DatesTimes Where class_num = 4;/CFQUERY cfset date_nums = ArrayNew(1)cfloop query="test"cfset date_nums[test.currentRow] = date_num /cfloop Is it

RE: [KCFusion] arrays and querys

2001-10-19 Thread Ellis, Randy
he following syntax. test.date_num[???] Where ??? is a number between 1 and test.recordcount Randy Ellis -Original Message-From: Adaryl Wakefield [mailto:[EMAIL PROTECTED]]Sent: Friday, October 19, 2001 3:37 PMTo: [EMAIL PROTECTED]Subject: [KCFusion] arrays and querys Ok so after

[KCFusion] Arrays

2001-08-23 Thread Don Buck
I'm storing stuff in an array on one form. Is there any way to pass the whole array to another form intact? Without having to break it down into its individual elements Don Buck (816) 761-5430 Chief Information Officer ShareValue Inc. http://www.sharevalue.com

RE: [KCFusion] Arrays

2001-08-23 Thread Justin Hansen
_ -Original Message- From: Don Buck [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 12:32 PM To: CF-List Subject: [KCFusion] Arrays I'm storing stuff in an array on one form. Is there any way to pass the whole array to another form intact? Without

RE: [KCFusion] Arrays

2001-08-23 Thread Justin Hansen
Subject: [KCFusion] Arrays I'm storing stuff in an array on one form. Is there any way to pass the whole array to another form intact? Without having to break it down into its individual elements Don Buck (816) 761-5430 Chief Information Officer ShareValue Inc. http://www.sharevalue.com

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

[KCFusion] Arrays vs Structures

2001-05-24 Thread Keith Purtell
I'm building a small company store for our intranet. Employees will order items via a Web form, and each item chosen will be passed to processing template with several variables: user ID, item number, date/time submitted and quantity. A single employee order may contain several items, each with