Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_cliptext font
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00827200
Message ID:
00827233
Views:
15
This is what I'm doing...
"thememo" is the detail from the FRX (the font is lost however)
It would be nice if I could either preset the windows environment font or conttrol the font otherwise.

select INVSALES
report form invlist_4max noconsole to FILE c:\fox\sales\invdoc.txt ASCII
CREATE cursor tempm (thememo m(4))
APPEND BLANK
APPEND MEMO thememo FROM c:\fox\sales\invdoc.txt
REPLACE thememo WITH STRTRAN(thememo,CHR(13)+CHR(10)+CHR(13)+CHR(10)+CHR(13)+CHR(10), "")
_cliptext = thememo

=messagebox("Open your MAXIMIZER Station Template..."+CHR(13)+;
"CTRL+V to Paste", 64, " Attention!")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform