I've been using a modified, older, rPreview but now could use the new one. However, I have two questions:
1) Email: To send email, rPreview creates an object which then calls the default email program. This is fine if my client has Outlook installed. However, many use online email services, so I have them setup with SMTP services. Can I do a setup for the rPreview email that specifies what email to use ? ( ie. how would they use it with GMail ? )
2) Excel: You can perform an initialization in tReport so an output can be sent to Excel. However, all of my reports are written with the Printer class directly. All of the work and logic is performed in the .PRG with output sent directly to the printer. When I activate the Preview for a report, it lays out perfectly, works with the Word interface, and works with the PDF interface. a) How could I specify bInit within that methodology, and b) What value would I use to start the report where I'm already set in my code ( rather than issuing a gotop( ) ?
Thanks. I know these have been around for awhile, but "if it aint broke, don't fix it" means my own code was working OK ... but this newer version of rPreview would be better. ( Also, I was using an external PDF converter ).