Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Commands in memo field
Message
 
 
À
15/05/2001 16:10:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00507485
Message ID:
00507487
Vues:
21
Hi Melvin,

If you're trying to create Command Window emulator, there are few entries in Download section here for you, one of them by Walter M.

Check them out first.

>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.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform