Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Commands in memo field
Message
De
15/05/2001 16:10:59
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Commands in memo field
Divers
Thread ID:
00507485
Message ID:
00507485
Vues:
53
Hi to all, I hope anyone can help me on this please.

Rigth now I'm trying to put som VFP commands inside of a memo field, the idea is read that commands and execute them.

For example, supose that you want to put this commands into the memo:

thisform.caption = "test"
thisform.backcolor = 255,255,255
thisform.refresh

Well in the form I have a method that read the memo field line by line and execute those lines in order. Something like:

a = memlines(memofield)
for i = 1 to a
mycommand = mline(memofield,i)
&mycommand
endfor

This way runs well until it find any type of compound command like: if .. endif, for .. endfor, etc., and the macro subs can´t evaluate that.

So I want to know if there is any other way to do that or simply I can't do that.

Thanks in advanced.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform