Article ID: 141395
Article Last Modified on 9/30/2003
THISFORM.COMMAND1.SETFOCUS.In the GOTFOCUS method of the command button, issue the command THISFORM.COMBO1.SETFOCUS. The Visible property of the command button may be set to False if you want because it is just acting as a bridge to set the focus to the combo box.
(1) Combo Box (2) PageFrame (3) Command Button
THISFORM.COMBO1.SETFOCUS.
THISFORM.COMBO1.SETFOCUS.
Keywords: kbbug kbfix kbvfp500fix KB141395