CompletIT Community Server

Welcome to CompletIT Community Server Sign in | Join | Help
in Search

Progress Bar during programmatic exports

Last post 10-29-2008, 8:44 AM by Anonymous. 4 replies.
Sort Posts: Previous Next
  •  08-22-2008, 8:13 AM 7785

    Progress Bar during programmatic exports

    Is it possible to make the cool progress bar appear during programmatic exports?
  •  08-25-2008, 6:31 AM 7820 in reply to 7785

    Re: Progress Bar during programmatic exports

    Dear djohnson60618,

    Yes, it is possible to show the progress bar during an export invoked programmatically. You just have to use the CompletIT.Windows.Forms.Export.Export.DGVExportingManager, as described in chapter '3.5. Export using the exporting manager' in our Developers Guide.

    If you have any other questions do not hesitate to contact us.

    Sincerely Yours
    Support Team

  •  10-29-2008, 3:59 AM 10392 in reply to 7820

    Re: Progress Bar during programmatic exports

    Hello,

    when I use the Exporting Manager I get the SeetingsEditor. After this I have the Progressbar. But is it possible to get the ProgressBar without the SettingsEditor? If I use "DGVEExportingManager.Export(grid, DGVExpDesc, DGVExcelExp, False)" I don't have the SettingsEditor, but also no Progressbar.

    Thank you very much for any advice ...

    Dave

  •  10-29-2008, 7:30 AM 10393 in reply to 10392

    Re: Progress Bar during programmatic exports

    Hi Dave,

    Thank you for your feedback.

    I tried your case and it seems working, I mean that if i start the export like you "DGVEExportingManager.Export(grid, DGVExpDesc, DGVExcelExp, False)" the progress bar is shown without poping up settings editor before this.

    Try to explicitly enable the progress bar before starting the export like this:
    DGVEExportingManager.ShowProgressForm = True
    DGVEExportingManager.Export(grid, DGVExpDesc, DGVExcelExp, False)

    Dave, try it and if it does not solve the problem, contact us.

    Sincerely Yours
    Support Team

  •  10-29-2008, 8:44 AM 10395 in reply to 10393

    Re: Progress Bar during programmatic exports

    Hi Support Team,

    thank you for your answer. I tried this, and now it works. It worked before also in Runtime-Mode, but not in Debug-Mode. Curios. But now i have what i want. Thank you ... it's a great tool.

     

    Dave

View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems