'rep.Export False' is the correct syntax. Since you are not prompting the user for options I would suggest checking your export options. For example:
rep.ExportOptions.DestinationType
rep.ExportOptions.DiskFileName
rep.ExportOptions.FormatType
plus many format specific options
I believe you will need to cycle through the table names to determine that Table 1 = "orders". However, once you have that you can use:
set crxdbfield = report.database.tables.item(1).fields.getitembyname("customers")
If you are debugging code that has some sort of error, say an undefined variable, hovering over variables will not display values. Once you fix the error(s) the hovering will work again.
I have an application that will run Crystal reports for users. For some reports, the application will change the query that the report is based on, depending on the user's choices. Details:
VB 6
Crystal XI
RDC
Some of the queries we use run very long (over an hour) and the Crystal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.