Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello there,
Is it possible to set this to True in the Load script?
i.e. without the need to add a button in the Front End with an action of "Reload Data" and the 'Partial reload' selection made.
Then if a user presses "Load Data" is the Data Load Editor OR a reload task is set via QMC, the app performs a Partial Load only.
Thanks,
Colin
I'm not aware of a method for doing this, but I've never actually tried. That said, I don't think it's possible.
If this is important, you could probably manage a workaround - for example, duplicate a copy of your app after it finishes reloading, and then use Binary Load to emulate the partial reload aspect.
IsPartialReload() isn't a setting, it's a function that checks if the triggered reload is partial or not. Thus, you can't set it to anything.
Thanks for the quick reply.
Is it possible to trigger a partial reload via the Data Load Editor?
I'm not aware of a method for doing this, but I've never actually tried. That said, I don't think it's possible.
If this is important, you could probably manage a workaround - for example, duplicate a copy of your app after it finishes reloading, and then use Binary Load to emulate the partial reload aspect.
The Binary load option is a good shout and fixes the issue.
Thank you,