Home Devices

TppImage does not export to XLS

edited February 2012 in Devices
I have an image in the Header of my report.
But the Image does not export to Excel

Using D2007 and latest version of RB and Office 2010

any ideas?

--
Thanks In Advance.

Comments

  • edited February 2012
    My Code

    if ExportExcel then
    begin
    rbMain.DeviceType := 'XLSReport';
    rbMain.TextFileName := dmCvHeaderInfo.PdfFileName;
    rbMain.ShowPrintDialog := False;
    rbMain.XLSSettings.OpenXLSFile := True;
    rbMain.XLSSettings.ExportComponents :=
    [ecText,ecLine,ecShape,ecImage,ecRichText,ecBarCode,ecOther];
    if dmCvHeaderInfo.ExportOrient = 1 then
    rbMain.PrinterSetup.Orientation := poLandscape;
    rgnMain.Transparent := True;
    end;


    --
    Thanks In Advance.
  • edited February 2012
    This is not a known issue. A simple test here worked properly. Please create
    a simple example and send to support@ and we can run it here in the
    debugger.


    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited February 2012
    I just have something workable by Monday the latest.


    --
    Thanks In Advance.
  • edited May 2012
    Nard Moseley (Digital Metaphors) wrote:

    I discovered the problem

    --
    Thanks In Advance.
This discussion has been closed.