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
Comments
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?
NAV Developer