Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datasession with table.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Datasession with table.
Miscellaneous
Thread ID:
00184048
Message ID:
00184048
Views:
66
Hi everyone!

Does anybody know how to get some data from another datasession without setting : SET DATASESSION TO 1

EX: I have a table opened in datasession 1 (table1.dbf) and another in datasession 2 (table2.dbf). The current datasession is 2.

Why I dont want to do this : SET DATASESSION TO 1
TMPVAR=TABLE1.FIELD2
SET DATASESSION TO 2
RETURN (TMPVAR)

Because doing this, I loose all the controlsource in a Grid.


Thank you all....
Next
Reply
Map
View

Click here to load this message in the networking platform