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

Click here to load this message in the networking platform