Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I identify private datasession used by a report
Message
From
16/05/2001 12:50:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
How do I identify private datasession used by a report
Miscellaneous
Thread ID:
00507936
Message ID:
00507936
Views:
61
I have a VFP report using a private datasession that I execute as follows:

public oFilters

oFilters=NEWOBJECT('reportsfilter','appfilters')
oFilters.rpt_closure_key()

REPORT FORM CURDIR()+'report\&gcReportName'


.rpt_closure_key() is the method that creates the cursor used by the report


My question is, how do I tell the report the name of the cursor to use. I can't add it as a table in the data environment. In the report datasession init I tried adding:
set datasession to 1
Next
Reply
Map
View

Click here to load this message in the networking platform