I am opening some foxpro reports in notepad(report from to .txt ascii) and I use frx2word to create word document for the same reports. Some of my reports are set as landscape, and thus I am losing some data on the right side. How can I have these reports show as landscape in notepad, and word?
For text file:
Report form myRpt to file myFile.txt ascii
Do execpgm with 'myFile.txt', 'c:\MyApp', 'OPEN'
Here I use a shell command to open the text file. see thread184-204013. Post Submitted by wjs2.
For word document:
Do frx2word.app with myRptFile, myDocFile
Thanks
For text file:
Report form myRpt to file myFile.txt ascii
Do execpgm with 'myFile.txt', 'c:\MyApp', 'OPEN'
Here I use a shell command to open the text file. see thread184-204013. Post Submitted by wjs2.
For word document:
Do frx2word.app with myRptFile, myDocFile
Thanks