ChrisRChamberlain
Programmer
Hi all
Would appreciate a translation to Delphi code of the following VFP code.
In pseudocode, create the text file C:\temp\reportname.txt by turning on TEXTMERGE, hiding the output with NOSHOW, insert the string 'D:\My Application\Report output.pdf' on the first line, close the text file and turn TEXTMERGE off.
SET TEXTMERGE ON TO C:\temp\reportname.txt NOSHOW
\\D:\My Application\Report output.pdf
SET TEXTMERGE OFF
SET TEXTMERGE TO
![[pc2] [pc2] [pc2]](/data/assets/smilies/pc2.gif)
Would appreciate a translation to Delphi code of the following VFP code.
In pseudocode, create the text file C:\temp\reportname.txt by turning on TEXTMERGE, hiding the output with NOSHOW, insert the string 'D:\My Application\Report output.pdf' on the first line, close the text file and turn TEXTMERGE off.
SET TEXTMERGE ON TO C:\temp\reportname.txt NOSHOW
\\D:\My Application\Report output.pdf
SET TEXTMERGE OFF
SET TEXTMERGE TO
FAQ184-2483 - the answer to getting answered.
Chris ![[pc2] [pc2] [pc2]](/data/assets/smilies/pc2.gif)