Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fields in Expression Builder
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00821397
Message ID:
00821561
Views:
23
>Let me first start out by saying we don't use the data environment in the report designer. In our application we let the user modify the report inside the applicaton with a modify button that issues a modify report statement. Now since we don't use the data environment we don't get the list of fields in the Expression's Expression Builder. Is there a way to change that so we can get the list of fields with out putting the tables in the report's data environment?

Use code as follows:
SELECT MyTable
SCATTER MEMVAR MEMO
MODIFY REPORT
The variables won't appear in the left side of the expression builder window where all the table fields normally do ... but they will appear in the right side of the expression builder window in the VARIABLE section. You just have to teach your users how this "work-around" works!!

Cathy
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform