Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can cursors be passed from Form A to B?
Message
De
27/11/2011 03:15:35
 
 
À
26/11/2011 20:45:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01529824
Message ID:
01529871
Vues:
49
>Fabio,
>
>>>Hi Experts,
>>>
>>>Can I pass a cursor created from a called form back to a calling form? Both have Private DataSessions.
>>>
>>>Thanks
>>>Dennis
>>
>
>copy the cursor into an unique name table.
>return the table full name.

>
>Is this possible with both forms with Private data sessions? Could not seem to do it.
>
>Thanks
>Dennis

Sure,
the cursor is private and the file is a temp file, it is destroyed when the ds is destroyed,

the table is a file and it still on the FS when the Private ds is destroyed,
then you can use it into the other ds.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform