Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a report field on the fly
Message
From
13/04/2002 12:30:00
 
 
To
11/04/2002 12:33:00
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00643827
Message ID:
00644699
Views:
14
Hi Tim.

>I need to be able to programmitically add a field to a report. The field must be the first field in the detail band (it is going to call a function that will effect the other fields in the band).

If this isn't going to be a "real" field (ie. it doesn't display any information) but only used as a function call, you can easily put the call into the OnEntry expression for the detail band, which fires on every record. Find the record in the FRX with OBJTYPE = 9 and OBJCODE = 4, then put the call into the TAG field. That would certainly be easier than trying to add a field at the correct spot.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform