Two users runing an VFP-app on workstation A and workstation B conected to a
LAN;
1 User A enter a textbox based on myView.myField
2 User B modifies the same textbox/field
2B User B leaves the TEXTBOX and it´s valid fires (lcSuccess =
tableupdate(1,.F.,myView) && returns T)
2C User B don´t leave the RECORD in myView
3 User A can´t see the modification made by B.
If user B leaves the record directly after the modifing everything works
just fine.
But if user B don´t leave the specific record - user A can´t see the
modification. And an updateconflikt occurs.
myView is optimistic rowbuffered, parameterized and contains one record
only. Exclusive is set off.
What´s wrong? Any ideas would be very appreciated.
Best reards
Christina