Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Functions
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00949099
Message ID:
00949102
Vues:
20
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform