I'm trying to get my head around creating lists via queries and by passing
variables from a previous page.
The lists work fine when I hard code them but I can't create them.
Example problem1:
Updating several records at one time. onSubmit sends over, say, four records
to be updated along with the ID.
I want to do an
UPDATE
SET
WHERE ID = ID_FROM_LIST
Should be able to do a <cfloop list> but I'm not able to create the list.
I'm missing an important point somewhere otherwise I'lld see it.
Example problem2:
I have a calendar script, would like to flag certain days and would like to
be able to generate the list from a query.
SELECT dates
FROM somewhere
WHERE dates LIKE '10%'
and do something along the line of #ListAppend(myDateList,dates)#
I see where I can do some fun things with lists and this is getting very
frustrating not being able to get over the first hump.
thx,
Gil
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

