Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Functions
Message
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00949099
Message ID:
00949102
Views:
19
Rex,

You can create a function that that does what you want and also returns the value of memo field and reference it in the field expression instead of memo field. Something like
* Report Field expression 
myfunction(mymemofield)
...
FUNCTION myfunction(tcMymemofield)
* Do whatever you want here
...
* return memo filed value
RETURN tcMymemofield
>
>Is there any way of embedding a 'trigger value' into a memo field so that when it is being printed on the report, it initiates a function call?
>
>What I am trying to do is to set up an automatic index function call. This will be used when the memo is printed to call the function to add the index value to a database that will be used at the end of the report to print a second report. The call needs to be in the report to know the page number value (_page). Obviously, the 'trigger value' must not print on the report.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform