Hi All,
been out of the coding world for a while now back into it!
I have a container with a 7 button command group.
The buttons are vertically placed.
When I arrow down and get the the 7th button, i want to reposition to the first button when I press the down arrow on the 7th button, but instead it moves to the next object outside the cmdgrp & container
I won't bore you with all the coding that I tried but most of them did not work.
I did try this and did not get the expected results
in the Thisform.Container.commandgroup.command7.keypress
This puts me on the 2nd command button in the commandgroup!
any help or hints would be appreciated!
Thanks
been out of the coding world for a while now back into it!
I have a container with a 7 button command group.
The buttons are vertically placed.
When I arrow down and get the the 7th button, i want to reposition to the first button when I press the down arrow on the 7th button, but instead it moves to the next object outside the cmdgrp & container
I won't bore you with all the coding that I tried but most of them did not work.
I did try this and did not get the expected results
in the Thisform.Container.commandgroup.command7.keypress
Code:
IF nkeycode = 24 && downarrow
[indent]Thisform.Container.commandgroup.command1.SetFocus [/indent]
ENDIF
This puts me on the 2nd command button in the commandgroup!
any help or hints would be appreciated!
Thanks