Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting data from another datasession
Message
From
20/10/2001 11:32:40
Bruno Maddalozzo
Informatica Aziendale
Arsie, Italy
 
 
To
17/10/2001 03:53:41
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00569060
Message ID:
00571317
Views:
37
I faced a problem like yours by creating an invisible form in the default datasession, with a cmdButton in it, and a public variable .

The frmInvisible.cmdButton.click() code was something like:
SELECT "MyPublicTable"
SCATTER NAME oTemp

Then, from the form in the private datasession, in a do while / enddo loop put a code like this:

frmInvisible.cmdButton.click()
SELECT "MyPrivateTable"
APPEND BLANK
GATHER NAME oTemp

The code above is simplified, because there was a part of it testing the record number and so on, but I think you got the idea.
Previous
Reply
Map
View

Click here to load this message in the networking platform