Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fields in Expression Builder
Message
From
20/08/2003 14:41:11
 
 
To
20/08/2003 12:40:21
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00821397
Message ID:
00821944
Views:
27
>We did it but we had to rewrite the expression builder, which is not hard.
>
>1. Check your VFP Help file for _GETEXPR: You can change the _GETEXPR variable prior to MODIFY REPORT
>
>_GETEXP = 'MYGETEXPR.APP'
>MODIFY REPORT ...
>
>2. Create your Getexpr.app starting with a PRG that receives parameters:
>* GETEXPR.PRG
>parameters ;
> lcExpressionType, ;
> lcErrorMessageText, ;
> lcDefaultExpression, ;
> lcCaptionText
>
>* This is a form that replaces the VFP GETEXPR dialog
>do form frmGetExp with ;
> lcExpressionType, ;
> lcErrorMessageText, ;
> lcDefaultExpression, ;
> lcCaptionText ;
> to lcReturnedValue
>return lcReturnedValue

I'll look into it. I never thought about this.
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Reply
Map
View

Click here to load this message in the networking platform