Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a report programmatically
Message
 
 
To
09/10/2003 08:19:54
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00836728
Message ID:
00836949
Views:
12
>>You need that when user decides which columns are list in report when reporting time...


Not necessarily. CREATE REPORT... FROM... has a FIELDS clause.

There are a number of ways to do this, though. Depends on how you want to set up the programmatically-designed report.

CREATE REPORT ... FROM is a good start but if it doesn't do what you want, and if a FIELDS list doesn't answer your issue, you can always set up a complete template report that's fancier. You then present the user with a fields list or other options and then *remove* the objects you don't want (or fill out their expressions and captions) before running the report.

As another alternative, consider including your template Frx in the PJX, and then copying it out in runtime. allow them to MODI REPO the temp copy. Now they can remove the columns they don't want or move stuff around.

>L<
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform