Options

Record positioning doesn't work on Pages.Bug or designed so?

Miklos_HollenderMiklos_Hollender Member Posts: 1,598
edited 2010-12-18 in NAV Three Tier
F.e. open an Item Card Form, make a button and write code behind it like GET('1120'); or FINDLAST or something like that and the form will jump to that record. The same thing doesn't work on a Page, not even if I do a CurrPage.Update(FALSE) or CurrPage.Update(TRUE) after it. The Rec has the right No., I can MESSAGE it out, but simply the display on the Page does not care much about it, just shows the old record. Really weird. after an Update(FALSE) the Page should download and display the contents of the Rec, shouldn't it?

Am I missing something? Was it meant so or is it a bug? This is something regurarly used in add-ons: f.e. when you reopen a registered add-on document, insert a new version of it and jump there, or copy an item and clear some fields like description or price and jump there... there must be a way to do it.

I really hope there is a hotfix for this or resolved in R2.

Comments

Sign In or Register to comment.