Cache problem?

vakpal

Member
Hi!

I have intresting problem...
So, there is a bowser (dinamic browser, and dinamic query)

If i change something I'll see new data correctly. But another user
who have opened the browse before i changed the data, and refresh
the list, the data won't update.

There is a include file which make browse, query and etc.
We use Progress 9.1E01 (I know 04 is exist :))

Strange thing because it was good in the past, but now...

What is this? :confused:
 

lord_icon

Member
You should have overide code to allow for this. Simple Progress code is required. Have a logical flag tp which you drop for each user data retrieval. DO NOT allow (a different) user to update the record if this flag has been dropped. Once appropriate changes have been made release the flag, e.g. assign to false. To enable further update.
Regards
 
Top