Can a click on the Save button be imitated using javascript?
Can a click on the Save button be imitated using javascript?
Hello,
Ok! Let us know about the result.
Thank you.
Ok! Let us know about the result.
Thank you.
Can a click on the Save button be imitated using javascript?
Hello,
The 'sendCommand' js function works great.
But for now we have a problem with determining the current state of the flash that is if the flash has unsaved changes or not.
The main purpose is to avoid showing the built-in flash confirmation "Save changes in Report?" when you try to exit.
So if we have possibility to get the current state of the flash we can call the sendCommand('Exit') function only when the 'Save' command will be processed entirely.
Is it possible to implement such kind of js function?
The 'sendCommand' js function works great.
But for now we have a problem with determining the current state of the flash that is if the flash has unsaved changes or not.
The main purpose is to avoid showing the built-in flash confirmation "Save changes in Report?" when you try to exit.
So if we have possibility to get the current state of the flash we can call the sendCommand('Exit') function only when the 'Save' command will be processed entirely.
Is it possible to implement such kind of js function?
Can a click on the Save button be imitated using javascript?
Hello,
We understand your problem and will discuss it. If before the 'Exit' command the 'Save' command is always sent out, it will fix your problem?
Thank you.
We understand your problem and will discuss it. If before the 'Exit' command the 'Save' command is always sent out, it will fix your problem?
Thank you.
Can a click on the Save button be imitated using javascript?
Yes, it will.If before the 'Exit' command the 'Save' command is always sent out, it will fix your problem?
Can a click on the Save button be imitated using javascript?
Hello,
You could use Javascript to send two commands at once, first 'Save', then 'Exit'.
Thank you.
You could use Javascript to send two commands at once, first 'Save', then 'Exit'.
Thank you.
Can a click on the Save button be imitated using javascript?
If we use the following code:
then the built-in dialog box "Save changes in Report?" is popped up if there are unsaved changes of a report.
But we need to avoid displaying that message.
Code: Select all
sendCommand('Save');
sendCommand('Exit');
But we need to avoid displaying that message.
Can a click on the Save button be imitated using javascript?
Hello,
We have added a new ExitImmediately command, which closes the report designer without any questions. The update will be available in the next prerelease build on this week.
Thank you.
We have added a new ExitImmediately command, which closes the report designer without any questions. The update will be available in the next prerelease build on this week.
Thank you.