The application exports reports to disk. Everything works fine except that a dialog box appears that asks if you want to export all or certain pages. I would like to suppress this dialog. I thought that setting the export = false would do this but it does not. Here is a brief sample of my code.
ORpt.Database.Tables(1).SetPrivateData 3, rstCreateReport
ORpt.ExportOptions.FormatType = 4
ORpt.ExportOptions.DestinationType = 1
ORpt.ExportOptions.DiskFileName = vPathApplication ORpt.Export False
ORpt.Database.Tables(1).SetPrivateData 3, rstCreateReport
ORpt.ExportOptions.FormatType = 4
ORpt.ExportOptions.DestinationType = 1
ORpt.ExportOptions.DiskFileName = vPathApplication ORpt.Export False