Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_cliptext font
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00827200
Message ID:
00827233
Vues:
14
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!")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform