Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any way we can exit the script while reloading,at the same time keeping the last load data
May be look into Partial Reload functionality here.
Not sure what you mean with last load data.
You can use
Exit Script;
statement in the script to exit the script and returning the data model at that point in time.
If you are referring to the previous data model before starting the reload, I think that would only be possible if you force QV to save before reolad (using the option user settings) and the provoke a script error that forces the dialog "return to last data loaded" (or similar wording).