Results 1 to 4 of 4

Thread: sending Cresyal Report to excel format

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    israel
    Posts
    13
    I'm using Crystal Reports 8 to develop reports for a VB 6 app .and i want to send the report to excel format from the
    application .How Can i di it ?
    beni y

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Assuming a report object names rptMyReport:


    Code:
    rptMyReport.ExportOptions.DestinationDLLName="u2fxls.dll"
    rptMyReport.ExportOptions.DestinationType=crEDTDiskFile
    rptMyReport.ExportOptions.DiskFileName="MyExcelFile.xls"
    rptMyReport.ExportOptions.FormatType=crEFTExcel50
    rptMyReport.Export
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    israel
    Posts
    13
    Originally posted by monte96
    Assuming a report object names rptMyReport:


    Code:
    rptMyReport.ExportOptions.DestinationDLLName="u2fxls.dll"
    rptMyReport.ExportOptions.DestinationType=crEDTDiskFile
    rptMyReport.ExportOptions.DiskFileName="MyExcelFile.xls"
    rptMyReport.ExportOptions.FormatType=crEFTExcel50
    rptMyReport.Export
    Thank you for your help
    Then how can i export it to excel 7?
    beni y

  4. #4
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    It will open in Excel 7..

    Crystal hasn't changed it's export dlls to support Excel 7 directly since the basic format it needs to meet hasn't changed.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width