Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make forms multi-user on an NT Network?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00426973
Message ID:
00427003
Views:
28
>Hi VFP Users,
>
>How do you make your app multi-user on an NT Network?
>
>My app is very simple. I'am using app hook on forms; I think. Graphic Image on each form.
>
>I Open tables read only in Main Form dataenvironment with AUTO OPEN.
>
>Where do you make it Multi-User for NT Network?
>
>I can't seem to find anything in the DATAENVIROMENT rr Multi-User.
>
>Thanks in advance.
>Roland...

You need to SET EXCLUSIVE OFF. It sounds like you're using the default datasession on all of your forms, so you may only need to do this on the main form. Are you using buffering at all? If not, you may want to look into using RLOCK() for any records you are editing. I would recommend using buffering, though.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform