Has anyone ever seen this problem?
I have a form that updates a database when the update button is clicked then
returns to a screen that displays the same data from the form...well almost.
If I make a quick change and click update the display screen does not
reflect the update without refreshing the screen. However, if I wait about
15 seconds before clicking the update button the display screen then shows
the changes.
Is my problem with the CFLOCK?
Here's the locks on the display screen:
<CFLOCK scope="session" TIMEOUT="30" TYPE ="ReadOnly">
<CFLOCK SCOPE="APPLICATION" TIMEOUT="30" TYPE ="ReadOnly">
Here's the locks on the update form:
<CFLOCK scope="session" TIMEOUT="30" TYPE ="ReadOnly">
<CFLOCK SCOPE="APPLICATION" TIMEOUT="30" TYPE ="ReadOnly">
Here's the locks on the actionUpdate.cfm:
<CFLOCK scope="session" timeout="30" type="exclusive">
<CFLOCK SCOPE="APPLICATION" TIMEOUT="30" TYPE ="ReadOnly">
My understanding of the timeout setting is the number of seconds before an
error is thrown if access can't be granted.
Thanks
Dan
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com