Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine if a particular form is open
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01365198
Message ID:
01365388
Views:
11
>In our particular case, we have the possibility of a user on the workstation running 2 different EXE where the user being on the same exact record in both programs. (unusual but we see it happen). The first program is going to write changes to field1 based on a field2 value and the second program writes to field2 based on field1 value.
>
>if the second EXE writes first, no problem. But if 1st EXE writes, then we get an issue when second EXE writes. I need to make sure that the 1st EXE does not write if 2nd EXE has that form open.

Or you need to make sure that the record that exe 2 writes to is exactly the same as it was when exe2 got that record otherwise don;t write to it. That's what curval() oldval() are for.
Previous
Reply
Map
View

Click here to load this message in the networking platform