Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to improve this macro?
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How to improve this macro?
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01214724
Message ID:
01214724
Vues:
56
I have a code that uses a macro, here is an example:
cPageMsgExpr = filetostr("MyTextFile.CFG")
=SendPageMessage( cPageNumber, "Order #" + alltrim(str(MYTABLE.ORDER_NO)), 	&cPageMsgExpr. )
The issue is with the variable cPageMsgExpr. An example of content of MyTextFile.cfg is as following:

"trim(MYFIELD1) + ', ' + trim(MYFIELD2) + ', ' + trim(MYFIELD3)"

The problem is that often times when I make changes of the content of MyTextFile.cfg (which I do using Notepad), the code breaks and I get error message "function missing )"

I can't figure out what changes from change to change that causes this error.

What should I do to this text file or to my macro to avoid this error message?

Thank you for any suggestions.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform