Processing Logic
Posted: Thu Aug 24, 2006 7:06 am
Hi All,
Not sure how to explain this.. (Which is probably why i am stuck!)
I'm using a for loop to process data etracted from a database.
I wish to use a toggle to display a header mesage before the for loop.
Any ideas on how I could do this.. Without looping the query twice?
(Once for the header once for displaying the data.)
tks, Will
Not sure how to explain this.. (Which is probably why i am stuck!)
I'm using a for loop to process data etracted from a database.
I wish to use a toggle
Code: Select all
(if payment != on)Any ideas on how I could do this.. Without looping the query twice?
(Once for the header once for displaying the data.)
tks, Will