Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing program statements in a memo field
Message
From
19/06/1999 11:37:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Storing program statements in a memo field
Miscellaneous
Thread ID:
00231760
Message ID:
00231760
Views:
48
I have a program that stores information from my currently running form to a table.

cMessage = "Job Number: " + customer.jobnumber + ' has been cancelled'

This returns Job Number 12345 has been cancelled.

This return value then gets stored to a memo field in a table.

There are several of these statements in the program. I am trying to put these statements into a memo field in a table and call them from there but doing that returns "Job Number: " + customer.jobnumber + ' has been cancelled'

How can I get the value of customer.jobnumber returned as it did when I had the statement in the program?

TIA

Kris
Next
Reply
Map
View

Click here to load this message in the networking platform