Subject Re: [IBO] Programmatically grant role to user
Author Helen Borrie
At 12:06 AM 3/03/2006, you wrote:
>hello Helen,
>
> > did you know that most scalar controls in native IBO can
> > be bound to input parameters instead of output fields?
>
>erm, no :-) Can you elaborate, please?

Use the ParamName property instead of the Datafield property (of
TIB_Edit, TIB_Combobox, TIB_Radiogroup, etc.) and bind the parameter
name to it. Then you can use the control to enter (or select, as
the case may be) the parameter value for the next Refresh, Execute, etc.

Helen