begin process at 2008 08 29 00:57:50
1 233 465 membres
8 nouveaux aujourd'hui
14 291 membres club

Vous ne trouvez pas de réponse à votre problème ? Alors posez la question dans le forum.
Souvenez-vous qu'il n'y a jamais de question bête, mais rester dans l'ignorance parce que l'on n'ose pas poser une question, ça c'est une erreur !

COMMENT EXPORTER UN RAPPORT CRYSTAL VERS DE DIFFÉRENTS FORMATS


Information sur la source

Catégorie :Etats - Impressions Classé sous : crystalreport, crystal, report, exporter Niveau : Débutant Date de création : 15/10/2004 Date de mise à jour : 15/10/2004 14:23:20 Vu : 6 897

Note :
1 / 10 - par 1 personne
1,00 / 10

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10

Commentaire sur cette source (0)
Ajouter un commentaire et/ou une note

Description

Plusieurs applications utilisent Crystal Reports comme engin pour produire des états. Voici comment exporter depuis Visual FoxPro avec Crystal Reports vers des différents formats.

Source

  • oCRYSTAL = CREATEOBJECT('CrystalRuntime.Application')
  • oReport = oCRYSTAL.OpenReport('C:\employee.RPT')
  • oExport = oReport.ExportOptions()
  • oExport.DestinationType = 1 && To file
  • oExport.FormatType = 27 && Excel format
  • oExport.DiskFileName = "C:\employee.XLS" && Name of the file
  • oReport.Export(.F.) && Export without prompting
  • For the FormatType :
  • &&oExport.FormatType = 1 && Crystal Report
  • &&oExport.FormatType = 2 && Data Interchange
  • &&oExport.FormatType = 3 && Record Style
  • &&oExport.FormatType = 5 && Comma seperated values
  • &&oExport.FormatType = 6 && Tab seperated values
  • &&oExport.FormatType = 7 && Character seperated values
  • &&oExport.FormatType = 8 && Text
  • &&oExport.FormatType = 9 && Tab seperated text
  • &&oExport.FormatType = 10 && Paginated Text
  • &&oExport.FormatType = 11 && Lotus 123WKS
  • &&oExport.FormatType = 12 && Lotus 123WK1
  • &&oExport.FormatType = 13 && Lotus 123WK3
  • &&oExport.FormatType = 14 && Word for Windows
  • &&oExport.FormatType = 21 && Excel 5.0
  • &&oExport.FormatType = 22 && Excel 5.0 tabular
  • &&oExport.FormatType = 23 && ODBC
  • &&oExport.FormatType = 24 && HTML32 standard
  • &&oExport.FormatType = 25 && Explorer32 Extend
  • &&oExport.FormatType = 27 && Excel 7.0
  • &&oExport.FormatType = 28 && Excel 7.0 tabular
  • &&oExport.FormatType = 29 && Excel 8.0
  • &&oExport.FormatType = 30 && Excel 8.0 tabular
  • &&oExport.FormatType = 31 && Portable Document format (PDF)
  • &&oExport.FormatType = 32 && HTML40
  • &&oExport.FormatType = 33 && Crystal Report 7.0
  • &&oExport.FormatType = 34 && Report definition
  • &&oExport.FormatType = 35 && Exact Rich Text
  • &&oExport.FormatType = 36 && XML
oCRYSTAL = CREATEOBJECT('CrystalRuntime.Application')
oReport = oCRYSTAL.OpenReport('C:\employee.RPT')
oExport = oReport.ExportOptions()
oExport.DestinationType = 1 && To file
oExport.FormatType = 27 && Excel format
oExport.DiskFileName = "C:\employee.XLS" && Name of the file
oReport.Export(.F.) && Export without prompting

For the FormatType :

&&oExport.FormatType = 1 && Crystal Report

&&oExport.FormatType = 2 && Data Interchange

&&oExport.FormatType = 3 && Record Style

&&oExport.FormatType = 5 && Comma seperated values 

&&oExport.FormatType = 6 && Tab seperated values

&&oExport.FormatType = 7 && Character seperated values 

&&oExport.FormatType = 8 && Text

&&oExport.FormatType = 9 && Tab seperated text 

&&oExport.FormatType = 10 && Paginated Text

&&oExport.FormatType = 11 && Lotus 123WKS 

&&oExport.FormatType = 12 && Lotus 123WK1

&&oExport.FormatType = 13 && Lotus 123WK3 

&&oExport.FormatType = 14 && Word for Windows

&&oExport.FormatType = 21 && Excel 5.0

&&oExport.FormatType = 22 && Excel 5.0 tabular

&&oExport.FormatType = 23 && ODBC

&&oExport.FormatType = 24 && HTML32 standard

&&oExport.FormatType = 25 && Explorer32 Extend

&&oExport.FormatType = 27 && Excel 7.0

&&oExport.FormatType = 28 && Excel 7.0 tabular

&&oExport.FormatType = 29 && Excel 8.0

&&oExport.FormatType = 30 && Excel 8.0 tabular

&&oExport.FormatType = 31 && Portable Document format (PDF)

&&oExport.FormatType = 32 && HTML40

&&oExport.FormatType = 33 && Crystal Report 7.0

&&oExport.FormatType = 34 && Report definition 

&&oExport.FormatType = 35 && Exact Rich Text

&&oExport.FormatType = 36 && XML 
15 octobre 2004 14:23:21 :
Ortho

Sources en rapport avec celle ci

    Aucun commentaire pour le moment.

Ajouter un commentaire

Pub



Appels d'offres

Recherche developpeur ...
Budget : 700€
SITE MARCHAND LOCATION...
Budget : 3 000€
SITE MARCHAND POUR HOTEL
Budget : 4 000€

CalendriCode

Août 2008
LMMJVSD
    123
45678910
11121314151617
18192021222324
25262728293031

VS Express FR Gratuit !

VS Express en français et 100% gratuit !

Téléchargements

Logiciels à télécharger sur le même thème :

Boutique

Boutique de goodies CodeS-SourceS