Good morning,
I have a problem to automate word document with Vfp procedure.
I have write program that find and replace the element in the document, for example:
1) <DATE> <TYPE> <COUNT>
2) Replacement istruction
3) 01-27-2004 ORDER 1000
I have a temporary cursor with more than 1 record,
How can I create a table format in a document, for example:
1) <DATE> <TYPE> <COUNT>
2) Replacement istruction
01/27/2004 ORDER 1000
01/26/2004 CONFIRM 1500
....
....
Best regards.
Nicola
I have a problem to automate word document with Vfp procedure.
I have write program that find and replace the element in the document, for example:
1) <DATE> <TYPE> <COUNT>
2) Replacement istruction
3) 01-27-2004 ORDER 1000
I have a temporary cursor with more than 1 record,
How can I create a table format in a document, for example:
1) <DATE> <TYPE> <COUNT>
2) Replacement istruction
01/27/2004 ORDER 1000
01/26/2004 CONFIRM 1500
....
....
Best regards.
Nicola