Hi,
We have stumbled upon a rather profound difference between running a page with RUN and with RUNMODAL. Example:
Page A is list with a lot of I/O's
Page B shows the card of a particular record.
What seems to happens is:
Page B.RUN
1) Dynamics NAV first refreshes the Page A
2) Then it opens Page B Since Page A is relatively slow, this means that it takes a while before Page B opens
3) Upon return to Page A, Page A shows immediately.
Page B.RUNMODAL
1) Dynamics NAV immediately opens Page B
2) Up on return to Page A, Page A is refreshed. This takes some time.
Does anybody has simular experience with this? We would like to have Page A remains as it is, so without refreshing. Is there a way to accomplish this?
Thank you in advance!