On Thursday 17 June 2004 06.25, Stano Paska wrote:
> Is there some common technique to notify another user, when he wants
> open second dialog with same person, which is opened by first user at
> the same time?
> Another user sees on list of persons actual data, but this record is
> already opened
You explaination is very good.
My application is in python with wxpython gui, it would be easy
implement row deletion from lock-table in onclose event of dialog with
details about person. (this is horrible sentence, maybe I wrote some
semantical errors :))
Thank you for your time...
Stano.
[EMA
Stano,
There are many ways to track what goes on in an application. I suggest you
implement an application based version of "row-locking".
Create a table to hold a list of the IDs that you are currently editing. If
a user requests to edit a person, check that table and if no entry exists
add one