Hi,
I have a few DynamicForm objects on a screen (one is currently visible, while others aren't). All of the
forms are associated to the same DataSource ID reference and they all show the same record.
When data gets updated and saved within the currently visible form, is there any built-in synchronization
mechanisms to have all other forms synchronized with the updated data?
I did notice that the ListGrid does have automatic synchronizing of data when such change occur, but I
was looking for something similar across dynamic forms when data gets updated inside another form ...
Is there anything built-in ? If not, what would be the simplest approach that you'd suggest to achieve this ?
Thanks,
I have a few DynamicForm objects on a screen (one is currently visible, while others aren't). All of the
forms are associated to the same DataSource ID reference and they all show the same record.
When data gets updated and saved within the currently visible form, is there any built-in synchronization
mechanisms to have all other forms synchronized with the updated data?
I did notice that the ListGrid does have automatic synchronizing of data when such change occur, but I
was looking for something similar across dynamic forms when data gets updated inside another form ...
Is there anything built-in ? If not, what would be the simplest approach that you'd suggest to achieve this ?
Thanks,
Comment