I'm making a little program to try out the various controls and I have the program adding a string to a combo box with ADDSTRING when that string is entered into an edit box. It's all working and the string is there but it's not visible till the user scrolls down to it. As far as I can tell the combo box is empty other than the added string.
Is this normal behavior or is there something I can do in the program to get the text to show up in the selected portion of the combo box since there's nothing else in the combo box.
Thanks,
Barry
See the command SETSELECTED in the users guide.
That did it. Thanks.
Barry