How to change Export-Menu Caption

I use TfrxXLSExport Component and in Preview the Caption in Menu is

"Microsoft Excel 2007 XML..."


I want

"Microsoft Excel..."

Comments

  • sorry,

    object frxXLSXExport: TfrxXLSXExport

     UseFileCache = True

     ShowProgress = True

     OverwritePrompt = False

     DataOnly = False

     ChunkSize = 0

     OpenAfterExport = False

     PictureType = gpPNG

     Left = 40

     Top = 336

    end

  • PolomintPolomint Australia

    G'day,

    I am assuming that you want to change the sub-menu on the Preview Form (such as in the screen-clip)...


    The Installer we built for FastReports (and FastCube) does a lot of customisation (replacing the American spelling for example), so our version of the sub-menu is quite different from the Standard one.

    Assuming that your FastReport licence includes the Source Code, you can do something similar by editing the File frxRCexports.pas and recompiling the Product. The following screen-clip shows the File filtered for just the lines you would want to alter.


    I hope that helps 😉

    Tschüss, Paul

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.