Struggling with multiuserenvironment...
A textbox with myView.myField (buffermode 3) as controlsource
B user 1 writes Hallo to the editbox and clicks in another texbox - fires
the first textbox´s valid-code:
SET REPROCESS TO 3 SECONDS
lcAlias = 'myView'
SELECT (lcAlias)
LOCK(lcAlias)
tableupdate(2,.F.,lcAlias) && returns T
UNLOCK ALL
C user 2 on workstation 2 can see Hallo in his textbox
D user 2 can do the same ("Hallo again") as B above && no error is reported
E User 1 can´t se Hallo again
If I replace LOCK(), UNLOCK with
tableupdate(2,.F.,lcAlias) && returns T
Select tblComp1 (the views sourcetable!!!!!!!!)
skip 1
everything works fine! but this can´t be the right way...
What am I missing????
Best regards
Christina