main logo
Subject: RE: Word Document - VFP - Filling the Blanks
Author: "Eugene Vital"
Posted: 2003/01/31 16:59:00
 
View Entire Thread
New Search


you can download a CHM version of the
book from the website untill you get
yours back

in the meantime you can start with

oWord = CreateObject("word.Application")
IF Vartype(oWord) = "O"
oWord.Visible = .T.
oWord.Open(your document name here)
ENDIF

you can look in the Word help files to find the specific
functions you need.

hth........

-----Original Message-----
From: profox-admin .AT. leafe .D.O.T com [mailto:profox-admin@leafe.com] On Behalf
Of Shawn Dorion
Sent: Friday, January 31, 2003 4:28 PM
To: Profox
Subject: Word Document - VFP - Filling the Blanks


Okay Guys & Gals,
I know how to open word with VFP 7.
What I need to do is Fill in a contract programmatically from a table in
VFP.

I.e. Customer Name : _____________________________
I need to file this box in with the underling there. I must keep all
formatting as this is a legal document.

Thanks for any tips, I have bought Office Automation from Whil's
company, but someone at our office wanted a personal copy and now it
seems to be missed placed??? :-(

Thanks Again!
Shawn Dorion
Senior Developer
mailto:shawn .AT. oursoftware .D.O.T com

http://www.oursoftware.com/
"Innovators in Public Safety Scheduling and
Time and Attendance Management"



[excessive quoting removed by server]



 
©2003 Eugene Vital
<-- Prior Message New Search Next Message -->