Options

Setting the record to be displayed in a Page

fve1fve1 Member Posts: 6
edited 2012-05-03 in NAV Three Tier
Hello,

For Forms, there is a Form-property "SourceTablePlacement" to control which record is displayed.
You can choose several options there: First, Last, Record and Saved. When you open the form, this setting will control which record gets te focus.

Now I have a list-page, and I want the page to focus on the first record on this page.
However, there is no Page-property "SourceTablePlacement".

Is there some way I can still make sure the first record in the list gets the focus when I open the page?

Thanks in advance.

Answers

  • Options
    ChinmoyChinmoy Member Posts: 359
    In the OnOpenPage trigger of the Customer List Page put a Find('-'), it should put the focus on the first record, every time you open the page.

    Chn
  • Options
    fve1fve1 Member Posts: 6
    Thank you for the quick reply.

    I tried that before posting here, but for some reason the modification was not picked up by the RTC Client.
    After restarting the NST, the solution turned out to be working fine.

    Thanks!
Sign In or Register to comment.