J
Joel
I want to do this to make my form read only if someone
else has opened it first:
In Item_Open check a Boolean UserProperty on the item to
see if it's True. If it is, someone else has it opened it
first. Then disallow saving that item (cancel in Write and
you can lock your controls). If it's False set it to True
so other users will see it as read-only. When you exit the
form clear that property back to False.
Can someone point me to some sample code? I am a beginner
VB'er but can handle it if I see something close.
Thank you! - Joel
else has opened it first:
In Item_Open check a Boolean UserProperty on the item to
see if it's True. If it is, someone else has it opened it
first. Then disallow saving that item (cancel in Write and
you can lock your controls). If it's False set it to True
so other users will see it as read-only. When you exit the
form clear that property back to False.
Can someone point me to some sample code? I am a beginner
VB'er but can handle it if I see something close.
Thank you! - Joel