Subject [IBO] Re: Hot Key
Author mmenaz
Drop a ActionList on the form.
- Double click on it, it opens the action editor
- Press Control+Ins to add a new action of a certain class
- Scroll down until you find the IB_ actions, that are self-esplainatory from thei name and category (beware, ActionNew means record Insert)
Set the action properties, including shortcut (and, of course, datasource).
This way the dataset is "acted" or by the bar, or by the action called by the shortcut.
Hope this will help :)
Regards
Marco Menardi



--- In IBObjects@y..., "helton_o" <helton_o@t...> wrote:
> Hi Marco,
>
> Thanks for your help.
>
> I'm new with ibo, what are these IB_Action types ? I can't find it...
>
> Helton
>
>
> > I have a "base DB form", from which I inherit all my DB forms, that
> has the bar I need and an actionlist component. Here I've defined
> actions of the various IB_Actionxxxx types (es. IB_ActionUpdate) and
> assigned a shortcut to each.
> > Regards
> > Marco Menardi
> >
> > --- In IBObjects@y..., "helton_o" <helton_o@t...> wrote:
> > > Hi all,
> > >
> > > How can i associate a hot key to each button of a TIB_UpdateBar
> > > (ctrl+I to the insert button for example) ?
> > >
> > > Thanks,
> > >
> > > Helton