Subject Re: [IBO] iboBars Shortcut
Author Andreas Pohl
I secund that: I wish there would be a property like
TIB_Connection.FocusedDataset.

( or do I overlooked sth.?)

Mit freundlichem Gruss & Best Regards

Andreas Pohl
apohl@...
www.ibp-consult.com

> This will work, but it's kind of convoluted. I wonder if I could just tie
> directly into something without having to have an invisible NavBar on the
> form? For example, instead of:
> if Sender = first1 then ib_NB.BtnClick( nbFirst );
> could I have something like
> if Sender = first1 then FocusedDataset.First;
> Paul Gallagher