Used pbm_dwnprocessenter to emulate 'Enter' key as 'Tab' in PB, but is having trouble in setting the focus back to first column when datawindow hit the last column. Please help.
![]() |
0 |
![]() |
IF GetColumnName() = 'the_last_column' THEN SetColumn ('the_first_column') ELSE Send ('that_stuff_to_simulate_tab') END IF "matchoy" <matchoy@hotmail.com> wrote in message news:3f8cb4bb@forums-2-dub... > Used pbm_dwnprocessenter to emulate 'Enter' key as 'Tab' in PB, but is > having trouble in setting the focus back to first column when datawindow hit > the last column. Please help. > > >
![]() |
0 |
![]() |
Thank you. "Jerry Siegel" <jerrys@data-sci.com.nospam> wrote in message news:3f8d5aaa$1@forums-1-dub... > IF GetColumnName() = 'the_last_column' THEN > SetColumn ('the_first_column') > ELSE > Send ('that_stuff_to_simulate_tab') > END IF > > "matchoy" <matchoy@hotmail.com> wrote in message > news:3f8cb4bb@forums-2-dub... > > Used pbm_dwnprocessenter to emulate 'Enter' key as 'Tab' in PB, but is > > having trouble in setting the focus back to first column when datawindow > hit > > the last column. Please help. > > > > > > > >
![]() |
0 |
![]() |