Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing Word
Message
 
To
29/03/2000 12:21:07
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00352065
Message ID:
00352231
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform