Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing program statements in a memo field
Message
From
19/06/1999 13:47:39
 
 
To
19/06/1999 12:44:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00231760
Message ID:
00231787
Views:
17
Currently, I am using this command cMessage = "Job Number: ' + customer.jobnumber + ' has been cancelled' in the program. I want to change that so I am storing "Job Number: " + customer.jobnumber + ' has been cancelled' to a memo field in a table. In the program, I want to set cMessage = table.memo and have it evaluate the contents of memo field and return the current value of customer.jobnumber instead of the literal customer.jobnumber. By putting that command into a memo field rather than coding it in a program, I would be able to change the message without having to go into the code. It would also make it generic enough so other programs could call it. Is this possible or is there a better way to accomplish this?

Thanks,

Kris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform