Hi everyone,
I noticed a strange behaviour in Ax. If I try to press F5 on a View (not a table) the system is not able to retain the cursor position and goes back to the first record.
You can try it by yourself simply by opening a view (I'm using EcoResProductTranslations) in table browser and pressing F5. I get back to the first record doing that, while if I try on a real table the position is not lost.
This happen also if in a form you join something with a view.
That's really annoying. You can try to overcome the problem doing a findRecord after the executeQuery, but this is really bad on performance (I don't think that doing that this way the query is paged correctly)
Do you know if there is a solution to this problem?
Thank you