Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grid problem in multiuser app

Status
Not open for further replies.

nikos1

Programmer
Jan 19, 2003
5
0
0
GR
Hi all,

I have an one2many form, like invoice in one multiuser application with a grid to hold the detail records

The problem is that When the first user edit (inside the grid) some detail records and the same time the second user save another invoice, the detail records of the second user
go in the grid of the first user and ofcourse this confuse the first user

I use private datassesions and databuffering, master and details records link, are unique

Thank you
 
Are you saying the data from the second user replaces the data in the record currently being edited or another record entirely?
If it's a different record and t's just the display that is confusing, get rid of the grid and use text box controls or something.
If it's the same record, you may want to rethink the buffering/locking strategy you use.
Dave S.
[cheers]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top