Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
is there a way to partially reload a document?
I mean I have added users to the section access table and I want to reload the document
I don't want to actually reload the whole data, except the section access table
is this possible?
please advise
Hi,
You can try this.
Add "Add" keyword before the load statement. For example.
Add Load * from abc;
And then save the script and then from file menu click the partial load.
Regards,
Kaushik Solanki
so you mean that whereever I add the "Add" to a load statement then this statement that is reloaded and the load statement that doesn't have the "ADD" will not be loaded?
Hi,
Yes you are right.
Regards,
Kaushik Solanki