custom popUp on save
custom popUp on save
can i hide the built in save popUp and show custom one on save click on the designer ?
Re: custom popUp on save
Hello,
Please see the attached sample projects. They should be useful to you.
Thank you.
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
-
- Posts: 10
- Joined: Wed Jul 31, 2013 5:53 pm
Re: custom popUp on save
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:
This is exactly what I need, but I couldnt figure out how to do this.
Thanks in advance,
Thales Couto
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:
This is exactly what I need, but I couldnt figure out how to do this.
Thanks in advance,
Thales Couto
Re: custom popUp on save
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.
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.
-
- Posts: 10
- Joined: Wed Jul 31, 2013 5:53 pm
Re: custom popUp on save
Do you have an idea of when this update will be avaliable?
Re: custom popUp on save
Hello,
Thank you for the question.
The next prerelease build will be on Friday January 24, 2014.
Thank you.
Thank you for the question.
The next prerelease build will be on Friday January 24, 2014.
Thank you.
-
- Posts: 10
- Joined: Wed Jul 31, 2013 5:53 pm
Re: custom popUp on save
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
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 (117.56 KiB) Viewed 2917 times
-
- Sem título.jpg (74.49 KiB) Viewed 2917 times
Re: custom popUp on save
Hello,
You need set the following option:
Thank you.
You need set the following option:
Code: Select all
StiWebDesignerOptions.Appearance.ShowSaveFileDialog = true;