Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown number of fields in a report
Message
 
 
To
27/10/2010 02:45:20
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01487074
Message ID:
01487116
Views:
51
>How can I generate a report of unknown fields/columns?
>
>TIA.

One possibility is to concatenate all fields into one big character form's property (or it could be a function). Then you can use

thisform.GetDetailLine() in the report expression for detail. The GetDetailLine method of the form will return this concatenated field.

This is a technique my former (the late) colleague used successfully for reports with varying number of fields.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform