Options

Promoted Item Highlight Issue

remco_rauschremco_rausch Member Posts: 68
edited 2011-03-10 in NAV Three Tier
Hi all,

I have a bit of an annoying problem. I know whats wrong but I don't know how to fix it :-(.

In the screenshot you can see that the first promoted item is highlighted, this happens when the form is opened from a job. I don't want this to be highlighted straight away. I have checked all other pages and when the form is opened the cursor is always in a field on the page. On mine it isn't so I guess the focus is on the promoted item rather than a field.

The code used to open the form is on a button
PAGE.RUNMODAL(PAGE::"Redemption Forecast",JobTaskLcl);
where JobTaskLcl is an actual record (rather than just filters)

Does anyone know how I can force the focus on a field so it's not highlighted?

Thanks!

Remco

highlight.jpg

Comments

  • Options
    mihail_kolevmihail_kolev Member Posts: 379
    I experience the same bug.
    If you put the Primary Key on the page, the focus will be on that field. But I don't know what will happen if the PK is more than one field.

    PS: what is this green thing over the actions?
    -Mihail- [MCTS]
  • Options
    thmartinthmartin Member Posts: 90
    The green thing is probably the System indicator in R2
    Thomas Martin
    NAV Developer
  • Options
    mihail_kolevmihail_kolev Member Posts: 379
    thmartin wrote:
    The green thing is probably the System indicator in R2
    thanks for the info :)
    -Mihail- [MCTS]
Sign In or Register to comment.