Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private DataSession Problem
Message
From
16/08/2013 05:13:42
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Private DataSession Problem
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP3
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01580598
Message ID:
01580598
Views:
48
Hi,

I have a form and I have no tables in the form's dataenvironment,
and I open the tables in the INIT method of the dataenvironment.
SET EXCLUSE OFF
USE street IN 0 ALIAS street
SELECT street
SET ORDER TO streetd
USE area IN 0 ALIAS area
SELECT area
SET ORDER TO areaa
USE district IN 0 ALIAS district
All tables are in Share mode,
the form are set to 2- Private Data Session, but I open another form which also
set to Private Data Sessionm, and open the Street and Area tables again, it occurs errors,

How can I set the Private Data Session to let two forms have no contradiction to open same tables ?

Please advise.
Derek
Next
Reply
Map
View

Click here to load this message in the networking platform