Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare a cursor?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00308067
Message ID:
00308117
Views:
29
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform