Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field
Message
From
20/09/2005 10:38:37
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01051285
Message ID:
01051297
Views:
9
Are you giving crash courses in how to create memo bloat? :-)

Try to minimize the number of replaces in a memo field!

>If the memo field is called lets say PocReceipt, then you could say:
>
>REPLACE PocReceipt WITH PocReceipt + "20-09-2004 Cashier: Bob
>" +CHR(13)+CHR(10)
>REPLACE PocReceipt WITH PocReceipt + "Pizza..........1x 8.00 = 8.00" +CHR(13)+CHR(10)
>REPLACE PocReceipt WITH PocReceipt + "Topping....1x 1.00 = 1.00" +CHR(13)+CHR(10)
>
>
>etc...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform