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:
00953415
Vues:
15
Yes you can do this. As Sergey has pointed out, you may not need to do it in this situation, but you can.

Just don't make the expression in the memo field your memo field name.

Instead, make it your UDF with an argument of the memofield :

myUDF(mytable.mymemofield)


Now your UDF does the work and then RETURNs the value of its parameter as its result, which becomes the output:
FUNCTION MyUDF(m)

   * put the index-populating code here

RETURN m
>L<
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform