Here is a brief sample of my code.
ORpt.Database.Tables(1).SetPrivateData 3, rstCreateReport
ORpt.ExportOptions.FormatType = 4 '### Disk
ORpt.ExportOptions.DestinationType = 1 '### Rich Text Format
ORpt.ExportOptions.DiskFileName = vPathApplication ORpt.Export False
We'd already tried this but still doesn't suppress the export option dialog box <contains number of pages to export>.
We have used Crystal Report Ver7 to design reports.
Users with Crystal Viewer of the same version doesn't have any problems in the export option. However, with Crystal Viewer Ver8, the export option is shown upon running VB application.
Do we need to add more commands to suppress the dialog box?
What command shall we use to define the number of page that the crystal should export?
Thanks.
ORpt.Database.Tables(1).SetPrivateData 3, rstCreateReport
ORpt.ExportOptions.FormatType = 4 '### Disk
ORpt.ExportOptions.DestinationType = 1 '### Rich Text Format
ORpt.ExportOptions.DiskFileName = vPathApplication ORpt.Export False
We'd already tried this but still doesn't suppress the export option dialog box <contains number of pages to export>.
We have used Crystal Report Ver7 to design reports.
Users with Crystal Viewer of the same version doesn't have any problems in the export option. However, with Crystal Viewer Ver8, the export option is shown upon running VB application.
Do we need to add more commands to suppress the dialog box?
What command shall we use to define the number of page that the crystal should export?
Thanks.