custom popUp on save

Stimulsoft Reports.WEB discussion
Post Reply
Wedyan
Posts: 2
Joined: Sun Dec 08, 2013 8:51 am

custom popUp on save

Post by Wedyan »

can i hide the built in save popUp and show custom one on save click on the designer ?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: custom popUp on save

Post by Vladimir »

Hello,

Please see the attached sample projects. They should be useful to you.

Thank you.
Attachments
SaveReportAsDialog.zip
(5.86 KiB) Downloaded 337 times
SaveReportDialog.zip
(6.54 KiB) Downloaded 288 times
thalescouto
Posts: 10
Joined: Wed Jul 31, 2013 5:53 pm

Re: custom popUp on save

Post by thalescouto »

Hello Vladimir,

I need to do something similiar with this in my project. The difference is that I need the "save window" to be opened as a popup in the same page as the designer is. Also, I need that as soon as the user clicks on the save button, the report saved is opened with the Stimulsoft Web Viewer.

I was searching the forum looking for an answer, and I found that screenshot: Image

This is exactly what I need, but I couldnt figure out how to do this.

Thanks in advance,
Thales Couto
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: custom popUp on save

Post by Vladimir »

Hello,

We have added new StiWebDesignerOptions.Appearance.showsavefiledialog option, which allows you to display a specified above dialogue for WebDesigner. Update will be available in the next prerelease build.

Thank you.
thalescouto
Posts: 10
Joined: Wed Jul 31, 2013 5:53 pm

Re: custom popUp on save

Post by thalescouto »

Do you have an idea of when this update will be avaliable?
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: custom popUp on save

Post by Andrew »

Hello,

Thank you for the question.

The next prerelease build will be on Friday January 24, 2014.

Thank you.
thalescouto
Posts: 10
Joined: Wed Jul 31, 2013 5:53 pm

Re: custom popUp on save

Post by thalescouto »

Hello Andrew,

I just downloaded the update and I cant find the ShowSaveFileDialog option for StiWebDesigner.
The version I'm using is 1808.

Could you please help me here?

Thanks in advance,
Thales
Attachments
2.jpg
2.jpg (117.56 KiB) Viewed 2917 times
Sem título.jpg
Sem título.jpg (74.49 KiB) Viewed 2917 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: custom popUp on save

Post by Alex K. »

Hello,

You need set the following option:

Code: Select all

StiWebDesignerOptions.Appearance.ShowSaveFileDialog = true;
Thank you.
Post Reply