normal variables only exists for the duration of the CF request.
you need to use session scope if you want persistence that is specific
to each user.

On Mon, Nov 7, 2011 at 6:01 PM, Ray Meade <raym...@yahoo.com> wrote:
>
> Thanks Justin, I wasn't aware that a dynamic query was lost once the page was 
> finished loading. Does the same rule apply to structures? Perhaps I can use a 
> structure to hold the data and update it as changes are made. Basically, I 
> don't want the physical database being updated until the submit button is 
> clicked, but the client needs to know the new totals as they make changes, so 
> that their customer can approve the changes before the client submits them to 
> the physical database.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348495
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to