Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call procedure directly in report writer
Message
From
30/05/2004 01:12:56
 
 
To
28/05/2004 23:38:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00908387
Message ID:
00908539
Views:
8
>Dear Experts
>
>For numeric to word I Use num2word procedure, which works fine on forms. But I want to call this procedure in report writer. For example in report there is a numeric field, in other field I want to get the string against that numeric field. How could I apply this procedure directly in report?
>
>Please help me.
gots a textbox ?
for the expression - instead of a field value -
put
set proc to George && myFavFunc is contained in George proc file
=gendata(parms) && builds the cursor I want for the report
report form myReport to printer 
then in the textbox you are putting on the report - in the expression
designer thingie - put
=myFavFunc(fieldName)
enjoy !
ps =
don't like that ?
use a report variable instead .
Previous
Reply
Map
View

Click here to load this message in the networking platform