A small request

edited 8:34AM in FastReport 3.0
It's probably too late now, but is there any chance of removing all Application.MessageBox calls from within FR3?

If there's an exception, then let it propagate to the calling code, rather than displaying a message box.

I'd like to use FR in a service app (on a monitor-less PC) to automatically create reports. Having FR display it's own Message boxes is a big no-no in this case.

David

Comments

  • edited 8:34AM
    It's done already. If Report.EngineOptions.SilentMode is True, no dialogs will be shown.

Leave a Comment