Write Protect

kmerigoldkmerigold Member Posts: 28
edited 2003-08-04 in Navision Attain
Hi,

Trying to figure out a physical inventory problem.

Want to open the Item Journal Line table in a query and have users directly modify the physcial count field.

I get a Write Conflict error box that warns that "another user" has made changes, and if I save......bla bla But the Save box is grayed out.

Any thoughts on this problem?

Comments

  • tushaar99tushaar99 Member Posts: 35
    Hi
    After u write the code to open the form write this code below it
    CurrForm.UPDATE(FALSE);

    This should probably work if i have got ur problem.

    Regards
    Regards,
    Tushaar
Sign In or Register to comment.