Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Environment
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00520949
Message ID:
00521025
Views:
23
This message has been marked as the solution to the initial question of the thread.
>I have a report built with the report wizard. In the data environment.init I have the following code:
>
>
>this.closetables
>this.cursor1="mytable1"
>this.cursor2="mytable2"
>this.opentables
>When I run this report I get the following message:
>Property setting will not take effect until data environment reloaded.
>
>I have the same snippet in other reports and don't get this message. Any help would be appreciated.

Logically, I would think that all you really need are these two lines place in the BeforeOpenTables event:
this.cursor1="mytable1"
this.cursor2="mytable2"
-cjh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform