powerbuilde
Programmer
Hi,
when two users (from different machine) run my application - each user open window w1
one user insert new record then save it to database (commit)
this new record can not be displayed for the other user ( by using ScrollNextRow() or ScrollPriorRow() )
the new record display to other user if he close this window then re_open it . as he execute datawindow.retrieve()
how can i make the changes(insert or delete) to be displayed to all other users on differnt machine already open this window
when two users (from different machine) run my application - each user open window w1
one user insert new record then save it to database (commit)
this new record can not be displayed for the other user ( by using ScrollNextRow() or ScrollPriorRow() )
the new record display to other user if he close this window then re_open it . as he execute datawindow.retrieve()
how can i make the changes(insert or delete) to be displayed to all other users on differnt machine already open this window