Subject Re: [IBO] Append as default insert action
Author Jason Wharton
OnReceiveFocus can identify the name of the new connected dataset and set
that property appropriately.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <guido.klapperich@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, July 19, 2002 7:09 AM
Subject: Re: [IBO] Append as default insert action


> > I presume this means you are using TIB_UpdateBar (since any
> > specifically defined interface would have the insert/append options
> > defined by your own code). In that case use the AppendOnInsert
> > property.
>
> Yes, that's rigtht. But I use the global focusing system of IBO and I have
one
> UpdateBar for several Datasets and I want to append only at one dataset.
> Therefore the dataset has to know, if it has to append and not the
updatebar.
> Exists a way to realize that ?
>
>
> Guido