` Printed Icetips Article

Icetips Article



Par2: Making sure browse box always responds to keyboard after tab change
1998-04-01 -- Steve Parker
 
After tab change, locator is selected and list box does not respond to keyboard input.

In Control Handling, Before Event Handling for the sheet control (usually CurrentTab):

Case Choice(?CurrentTab)
Of 1
  ?Browse:1{Prop:Follows}' = ?locator_control_fieldname
   Select(?Browse:1)
Of 2
and continue for the locator control on each tab.

This also works with ABC browses.



Printed May 2, 2024, 6:26 am
This article has been viewed/printed 35114 times.