stwizard
Comments
- 
                Thanks Nico,
 If I want to do option 2 now and add that line to the source file, how to I compile it where it shows. Do I need to open and update a package?
- 
                OK, I figured out what is going on, but do not understand why it is happening.
 I set this property to:
 rptDebtInformation.TextFileName := 'C:\Temp\309711-1 DebtInfo.jpg'
 and then print
 rptDebtInformation.Print;
 <…
- 
                Please disregard for the moment as even though I have data in the dataset I'm ending up with a blank report. Tracing now.
- 
                Note:
 I decided to temporarily show the print dialog and following were pre-set:
 Print to File is checked,
 Type is set to "JPEG File", and
 Where is set to "C:\Temp\309711-1 DebtInfo.jpg"
 I then clicked "OK" a…