Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing program statements in a memo field
Message
From
19/06/1999 12:44:50
 
 
To
19/06/1999 11:37:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00231760
Message ID:
00231772
Views:
28
>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\

Are you sure the code that you posted is exactly like the code in the program? The posted code will work- you can verify this by checking the contents of the memo field. After the string "Job Number 12345 has been cancelled" is in the memo field, there should be no reference to customer.jobnumber for the second routine to see. So this doesn't really make sense.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform