Subject Re: [IBO] Binding iboControls with Params
Author Helen Borrie
At 11:32 PM 7/03/2003 -0300, you wrote:
>I'd like to bind iboControls to an IB_Cursor's params.
>
>Help says I need to set ParamName to override the DataField property and
>turn the control into a Parameter editing control.
>
>Some controls, IB_ComboBox, don't responds when I try to edit it.

IB_ComboBox isn't a type-in edit control. Its normal use would be that the
user "edits" the value in the top Editbox portion, by selecting one of the
Items (which you have assigned in the IDE or at run-time) that are
displayed in the drop-down part.

Note that Params are not available if the linked dataset is not in a
Prepared state.

Helen