Hi all
I have two problems with the Document Save Feature:
1. No Button
In preview mode of my designer the entry Document File within the Toolbar button Save is missing, but the keycombination ctrl-s works (shows the dialog to save the document (mdc)).
I open the designer with method StiReport.Design(). I tried to set the option StiOptions.Viewer.Windows.ShowSaveDocumentFileButton but this had no impact.
If I open the designer from windows startmenu, the button is there.
2. CTRL-S is defined twice
If the report has rendered once (switch to preview) in designer, CTRL-s will always show dialog for Document File (mdc) even if I switch back to design mode. But I want to save the report template (mrt) when CTRL-S is pressed.
Thank you
Andreas
Button Document File - Not available
-
- Posts: 63
- Joined: Fri Jul 17, 2009 5:00 am
- Location: St. Gallen, Switzerland
-
- Posts: 63
- Joined: Fri Jul 17, 2009 5:00 am
- Location: St. Gallen, Switzerland
Button Document File - Not available
Hi all
After some research I have new facts:
1. No Button
Is this behaviour correct? What is the impact of caching into saving rendered reports?
So this one turned into a bug, because if the button is not visible, the CTRL-S should definitly not execute the Document File Feature.
2. CTRL-S is defined twice
Thank you
Andreas
After some research I have new facts:
1. No Button
The button has been disabled, because I selected the ReportCacheMode to On or Auto.In preview mode of my designer the entry Document File within the Toolbar button Save is missing, but the keycombination ctrl-s works (shows the dialog to save the document (mdc)).
I open the designer with method StiReport.Design(). I tried to set the option StiOptions.Viewer.Windows.ShowSaveDocumentFileButton but this had no impact.
If I open the designer from windows startmenu, the button is there.
Is this behaviour correct? What is the impact of caching into saving rendered reports?
So this one turned into a bug, because if the button is not visible, the CTRL-S should definitly not execute the Document File Feature.
2. CTRL-S is defined twice
Still the same Problem.If the report has rendered once (switch to preview) in designer, CTRL-s will always show dialog for Document File (mdc) even if I switch back to design mode. But I want to save the report template (mrt) when CTRL-S is pressed.
Thank you
Andreas
Button Document File - Not available
Hello,
So CTRL-s will always show dialog for the report template (mrt).
Patch will be available in next prerelease build from 31-Aug-2009.
Thank you
Fixed. Now Ctrl-S not work, if the ReportCacheMode property is set to On or Auto.In preview mode of my designer the entry Document File within the Toolbar button Save is missing, but the keycombination ctrl-s works (shows the dialog to save the document (mdc)).
Fixed. Now all hotkeys of preview control is disabled when it called from designer.If the report has rendered once (switch to preview) in designer, CTRL-s will always show dialog for Document File (mdc) even if I switch back to design mode. But I want to save the report template (mrt) when CTRL-S is pressed.
So CTRL-s will always show dialog for the report template (mrt).
Patch will be available in next prerelease build from 31-Aug-2009.
Thank you