Hi,
Sorry for my silly questions.
I have a Customer and an Order browser screen, and sometimes both are opened. When I click a button on Customer’s screen, its update or insert new row into Order table, and I want this button to refresh Order’s browser screen, because if Order’s browser screen is opened, then I have to close it and reopen to see the changes or the new row.
I thought that I should put on Order browser screen a refresh button, but only if necessary, if no way to refresh it from another screen.
How to do it? I tried to Inject ordersDs and in button’s function call the ordersDs.refresh(), but it doesn’t work.
Ps. sorry for my bad english
Thanks,
Carol