Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Commands in memo field
Message
From
15/05/2001 16:10:59
Melvin Sequera
M&H New World, C.A.
Fuenlabrada, Spain
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Commands in memo field
Miscellaneous
Thread ID:
00507485
Message ID:
00507485
Views:
52
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.
Next
Reply
Map
View

Click here to load this message in the networking platform