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:
00308117
Vues:
28
>could you define pricate datasessions?

The default for reports is not private datasession (get to this option in the report designer, under report in the menu). Private datasession mean that the report will only see data in its own dataenvironment, not data in the calling form or prg.


>and when you create a field in a report that is to display a value from a field in the cursor, how do you define the field. IOW - I create a field in the report and put "what" in the expression?

Say my cursor is defined like this:

SELECT Field1, Field2 FROM MyTable WHERE SomeCondition = .T. INTO CURSOR MyCursor

YOu could then use field expressions in your report like this:

MyCursor.Field1
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform