Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Storing program statements in a memo field
Message
De
19/06/1999 11:37:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Storing program statements in a memo field
Divers
Thread ID:
00231760
Message ID:
00231760
Vues:
49
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform