Re: open notify

2004-06-17 Thread Mikael Fridh
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

Re: open notify

2004-06-17 Thread Stano Paska
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

Re: open notify

2004-06-17 Thread SGreen
Fax to: 06/17/2004 12:25 Subject: open notify

open notify

2004-06-16 Thread Stano Paska
Hi, I am developing some network application with central database. I have table of persons and two dialog windows. One window is for viewing the list of persons, when user doubleclick on some person, second window appears. On this window user can modify data about this person. Nothing unusual.