Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
User defined reports
Message
 
 
To
24/09/2001 10:05:25
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00559957
Message ID:
00560016
Views:
28
>Hi All:
>
>I have a form that will display fields from a table using VFP's own grid. The user is allowed to select which fields to include/exclude in the grid. Now there is a request to generate a report (tabular layout) of the data displayed in the grid.
>
>Can anyone give me some ideas/leads as to how I may accomplish this? I am thinking that hacking the FRX file is the only way but I wanted to see if there are any other suggestions. If not, is there a good source of information re. FRX files and how to manipulate them?
>
>TIA
>
>Mike.

You can create a simple report based on the fields in cursor/table using CREATE REPORT – Quick Report Command.
CREATE REPORT FileName1 FROM FileName2 ...
There's article "Demystifying Visual FoxPro Report Files" by John Koziol in August 2000 issue of FoxTalk that explains frx structure.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform