Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Executing code from a memo field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00528461
Message ID:
00528497
Vues:
19
>I have a table wich has a memo called 'doit' field and would like to execute >code from within it depending on the record.
>How do I execute it?

>After pointing to the right reccord, I tried:
>&doit

>also lcDoit = table.doit

Try using this code:

FOR i = 1 to MEMLINE(table.doit)
lcCode = MLINE(table.doit, i)
&lcCode
ENDFOR
Joe Mamokan
Database Specialist
Email Address: mamokan@eudoramail.com
Url Address: http://visnet_dd.tripod.com
"Can you VISUALIZE Quick Data Access"
Cell # +639172482033
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform