Subject | Re: [IBO] IB_combobox.autodropdownproperties?/UndataboundIB_combobox |
---|---|
Author | james_027 |
Post date | 2003-07-11T07:03:48Z |
I would like to use it for searching for example I drop a IB_combobox
which as itemvalues and items property then I will fill up those
itemvalues and items property for example ... I will be the following
for the items property ... SINGLE, MARRIED, DIVORCE, SEPERATED, WIDOW
and in the itemvalues property (I will have S, M, D, SE, W. Then my
GUI will provided a searching thru this IB_combobox... So everytime
when the IB_combobox will trigger the on change the query will
adjust to the request of the user? and I think this setup up will not
require the datasource property of the IB_combobox to be set.
The reason I like to use the IB_combobox because the normal combobox
does only have items property only and no itemvalues property. I can
also put S,M,D,SE,W in the combobox.items property but that could be
not quite understandable for the user. But if the put SINGLE,
MARRIED, DIVORCE, SEPERATED, WIDOW on the combobox.items values the
searching would fail because what actually is in the data is only the
S,M,D,SE,W.
I hope you got what I am trying to say. Sorry for my poor english.
thanks for your advice.
which as itemvalues and items property then I will fill up those
itemvalues and items property for example ... I will be the following
for the items property ... SINGLE, MARRIED, DIVORCE, SEPERATED, WIDOW
and in the itemvalues property (I will have S, M, D, SE, W. Then my
GUI will provided a searching thru this IB_combobox... So everytime
when the IB_combobox will trigger the on change the query will
adjust to the request of the user? and I think this setup up will not
require the datasource property of the IB_combobox to be set.
The reason I like to use the IB_combobox because the normal combobox
does only have items property only and no itemvalues property. I can
also put S,M,D,SE,W in the combobox.items property but that could be
not quite understandable for the user. But if the put SINGLE,
MARRIED, DIVORCE, SEPERATED, WIDOW on the combobox.items values the
searching would fail because what actually is in the data is only the
S,M,D,SE,W.
I hope you got what I am trying to say. Sorry for my poor english.
thanks for your advice.