Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class object cannot see private datasession?
Message
From
13/01/2000 17:42:57
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00317802
Message ID:
00317973
Views:
15
>>Hi All,
>>Myform has a private datasession with Mytable in it.
>>Main.prg creates the oApp object which inherits the
>>rptmgr object which has the rptexec method.
>>
>>Myform.RptBtn.click() has the following code:
>> oApp.rptmgr.rptexec("Mytable")
>>In oApp.rptmgr.rptexec() method, the line:
>> select (ctablename)
>>fails with "alias does not exist".
>>ctablename = "Mytable" according to debug.
>>
>>If I change form's datasession to 1-default it works OK.
>>
>>Or, leaving datasession 2-private, and I put:
>> use (ctablename)
>>in place of the select(ctablename) it works OK.
>>
>>The report called from .rptexec() can see the environment since, in the report, table2.fieldname works in the report where
>>table2 is also in the D/E.
>>
>>Why would the .rptexec() method not see the form's private datasession / data environment?
>>TIA
>
>Objects default to the datasession they were created in. You may need to pass a datasession id to your report object, or just have it always set it's data session to the _SCREEN.ActiveForm.DataSessionID.

How do I pass datasessionID to the report at runtime? I don't want to embed _screen.activeform.datasessionID in the report's data environment if possible.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform