Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting data from another datasession
Message
De
20/10/2001 11:32:40
Bruno Maddalozzo
Informatica Aziendale
Arsie, Italie
 
 
À
17/10/2001 03:53:41
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00569060
Message ID:
00571317
Vues:
35
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform