Show save dialog after save failed
Posted: Tue Jan 09, 2018 12:57 pm
Hello,
I have a validation of application on server side when user is trying to save report. I found topic with similar problem: viewtopic.php?f=13&t=4562&start=0 but it is a topic from 2011. I want to know if this feature has been implemented.
I want to reopen save dialog box when server send information that report requested name is already taken. I found this command:
but it can only rerun actual event without any chance to change filename. Is there any possibility to resolve my problem except for implementing my own modal?
I have a validation of application on server side when user is trying to save report. I found topic with similar problem: viewtopic.php?f=13&t=4562&start=0 but it is a topic from 2011. I want to know if this feature has been implemented.
I want to reopen save dialog box when server send information that report requested name is already taken. I found this command:
Code: Select all
designer.jsObject.SendCommandSaveReport();