Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Crystal Reports - Exporting
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00496375
Message ID:
00496385
Vues:
8
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform