How can I get the first item in the list box to be highlighted when the Page Frame is activated ?
I've tried
Thisform.Pageframe.page1.list1.refresh
Thisform.Pageframe.page1.list1.setfocus
The list box is populated with notes by date and I want to have the most recent item highlighted so the user can use the arrow keys to scroll up and down without having to click on the list box first.
Andy
I've tried
Thisform.Pageframe.page1.list1.refresh
Thisform.Pageframe.page1.list1.setfocus
The list box is populated with notes by date and I want to have the most recent item highlighted so the user can use the arrow keys to scroll up and down without having to click on the list box first.
Andy