Zero Based. But whatever number you assign to MakeClick, the value of that
item that is highlighted is assigned to the variable in the Click Event.
----- Original Message -----
From: <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Sunday, January 10, 2010 12:04 PM
Subject: [RBASE-L] - Re: Variable Combo Box
I'm with Mike on this one. If your variable is null, then the first item
on the list is highlighted. If the variable has a value that is on the
list,
then that list item would be highlighted. That's the expected behavior,
and I guess I'm not sure if you can override that. Can't remember, is
Makeclick 0 based? If so, try a 0 rather than a 1
Karen
If you have not populated the variable (variable is null) assigned to the
combobox prior to pressing the down arrow, the top of the list does show
first.
I am having trouble understanding the events present that you are trying
to
overcome.