Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports - Exporting
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00496375
Message ID:
00496385
Views:
9
>What are the valid values for DestinationType & FormatType? When I use the following syntax I get errors:
>
>LoExportOptions.DestinationType = crEDTDiskFile
>LoExportOptions.FormatType = crEFTPortableDocFormat
>
>
>I have seen an example that used the following syntax:
>
>LoExportOptions.DestinationType = 1 &&crEDTDiskFile
>LoExportOptions.FormatType = 29 &&crEFTExcel80
>
>Does VFP require the numeric value?

Pamela,

It's not VFP that requires the numeric value. It's Crystal that needs the numeric value. Your first 2 statements are using constants representing numeric values that are documented in Crystal's developer help file.

Laterness,
Jon
Jon Rosenbaum
Devcon Drummer
Previous
Reply
Map
View

Click here to load this message in the networking platform