Page 1 of 1

Custom dialog

Posted: Mon Jul 23, 2018 3:37 am
by Ryan.A
Hello,

What I have done is using e.ErrorCode and e.ErrorString to output the error message when saving report. Is there any way to create a custom dialog in designer?
I am using Version 2018.2.3, ASP.NET Webform.<br/>

Thank you.

Re: Custom dialog

Posted: Tue Jul 24, 2018 10:49 pm
by Lech Kulikowski
Hello,

You can use saving events:
https://www.stimulsoft.com/en/documenta ... report.htm

Thank you.

Re: Custom dialog

Posted: Wed Jul 25, 2018 2:57 am
by Ryan.A
Hi,

Did you mean using different SaveMode like the post below?
viewtopic.php?f=13&t=3255&p=59295&hilit ... log#p59295
Is it possible to using Ajax method to create custom dialog instead of just pop up error dialog? I know that changing the ErrorCode to 0 can show success message, but that is for flash designer only.

Thank you for your reply.

Re: Custom dialog

Posted: Thu Jul 26, 2018 10:37 pm
by HighAley
Hello.

There is a sample how to create a custom Save dialog.
Do you need to do something else?
What dialog do you need to create?
When it should be shown?

Thank you.