Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How go through a Cursor as Parameter
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01070192
Message ID:
01070217
Vues:
14
>Hi!!!, I Need to Know how Can Go Through a Cursor as a Parameter to Other Form, and How allude it. Or How read the Parameter in The Other Form For to Can use it.
>Help!!!
>ThankYou For your understanding..

If cursor is relatively small you can do

MyCursorXML = CursorToXML('MyCursor')
do MyForm with MyCursorXML
===========
MyForm.Init
lparameters tcCursorXML

XMLToCursor(tcCursorXML, 'MyCursor')
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform