Hi all,
I have one functionality in which a row is added dynamically to the form. But as of now the form to which a row is added is closed once the code gets executed. To make newly added row visible I am closing the document in which row is added and opening again. Instead of this I want to implement this functionality as the document should not get closed and the added row should be visible as soon as possible with the latest changes.
Any idea how to implement this?
Aditay