Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How - to???
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00173467
Message ID:
00173473
Views:
16
>I do a SELECT ... FROM ... WHERE ... INTO CURSOR
>
>I did a browse to make sure the SELECT worked. It did.
>
>How do I get the results of my select into my report .FRX?
>
>I do a DO .FRX command after the SELECT command in my .PRG to call/run the report .FRX
>
>I am new at reports and need some help. Thank you very much.
>
>I have tried several things, but none worked.
>

You could go to the data session of the report and place your SELECT code in the BeforeOpenTables method. As for design time of the report, you should be able to execute your SELECT into a free table, add the table (temporarily) to the dataenvironment of the report. Then drag-and-drop fields from there.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform