Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Declare a cursor?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00308067
Message ID:
00308107
Vues:
35
>yes, create a cursor to be filled with a select statement later. You see, I'm having trouble figuring out how to reference a field in that cursor from a field in a report.

Just have your SELECT statement create a cursor:

SELECT * FROM Mytable INTO CURSOR MyCursor

REPORT FORM MyReport

and make sure your report is not set to use pricate datasessions.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform