Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing Word
Message
 
À
29/03/2000 12:21:07
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00352065
Message ID:
00352231
Vues:
15
Hi Tom,
Here's a couple that I use often:

.FileNewDefault() && Open new doc
.FileSaveAS(lcDocName)
.FilePrint && active doc
.FileOPen(lcDocName)
.Insert(lcText)
.StartofDocument && Ctrl+A
.EndofDocument(1)
.EditCopy && Ctrl+C
.DocClose(2) && Close doc ur appending from
.EditPaste && Ctrl+V
.InsertPageBreak
.Insert(chr(13)) && skip 1 line

I don't know if they're all useful to you but they work for me.
Shuli
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform