Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ms word document to Visual Fox Pro report form

Status
Not open for further replies.

angelleynes

Programmer
Dec 28, 2001
46
US
is there any way to convert MS Word document into Visual Fox Pro report form?

thanks in Advance
 
angelleynes
If you are only using the word files as the template to be shown in your vfp report
You can do the trick
1) create one cursor having 1 field of tyep General
2) append general <columnname> <yourworddocument.doc>

In the report form you refer to this <cursorname.columnanme>

However be sure that the client needs word installed since this is ole trick
 
Hi nimeshcp

I'm interested in this particular subject, please could you be a bit more specific with your posting and explain what goes where with the below?

1) create one cursor having 1 field of tyep General
2) append general <columnname> <yourworddocument.doc>

In the report form you refer to this <cursorname.columnanme>

Many thanks
KB When everything else is said and done, there will be nothing else to say or do
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top