Página 1 de 1
Event on append
Publicado: Mar Jun 12, 2007 7:22 am
por Srdjan
How I can create event on append ?
I want create action only if any append at one table
Event on append
Publicado: Mar Jun 12, 2007 9:21 am
por ignacio
Srdjan,
I am not sure if I really understand want you want. In case you want to fire
a event when a new record is added to a dataset, the event
TDataset:OnPostAppend is your best choice.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Srdjan Dragojlovic" <
digikv@yahoo.com> escribió en el mensaje
news:[email=
466e2dc6@ozsrv2.ozlan.local...]
466e2dc6@ozsrv2.ozlan.local...[/email]
> How I can create event on append ?
> I want create action only if any append at one table
>
Event on append
Publicado: Dom Ago 05, 2007 2:21 pm
por Srdjan
Hello Ignacio,
TDataset:OnPostAppend not fire if I append records from another computer.
Best regards
Srdjan
"Ignacio Ortiz de Zúñiga" <
NoName@xailer.com> wrote in message
news:[email=
466e4997@ozsrv2.ozlan.local...]
466e4997@ozsrv2.ozlan.local...[/email]
> Srdjan,
>
> I am not sure if I really understand want you want. In case you want to
> fire a event when a new record is added to a dataset, the event
> TDataset:OnPostAppend is your best choice.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
>
http://www.xailer.com
>
>
> "Srdjan Dragojlovic" <
digikv@yahoo.com> escribió en el mensaje
> news:[email=
466e2dc6@ozsrv2.ozlan.local...]
466e2dc6@ozsrv2.ozlan.local...[/email]
>> How I can create event on append ?
>> I want create action only if any append at one table
>>
>
>
Event on append
Publicado: Dom Ago 05, 2007 8:58 pm
por ignacio
Srdjan,
Obviously the dataset can only control the operation within. The only way to
solve that issue is to use a database system with triggers and referential
integrity support.
Regards,
--
Ignacio Ortiz de Zúñiga
Email:
iozuniga@ozs.com
"Srdjan Dragojlovic" <
digikv@yahoo.com> escribió en el mensaje
news:46b5c0ac$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Hello Ignacio,
> TDataset:OnPostAppend not fire if I append records from another computer.
> Best regards
> Srdjan
> "Ignacio Ortiz de Zúñiga" <
NoName@xailer.com> wrote in message
> news:[email=
466e4997@ozsrv2.ozlan.local...]
466e4997@ozsrv2.ozlan.local...[/email]
>> Srdjan,
>>
>> I am not sure if I really understand want you want. In case you want to
>> fire a event when a new record is added to a dataset, the event
>> TDataset:OnPostAppend is your best choice.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>>
http://www.xailer.com
>>
>>
>> "Srdjan Dragojlovic" <
digikv@yahoo.com> escribió en el mensaje
>> news:[email=
466e2dc6@ozsrv2.ozlan.local...]
466e2dc6@ozsrv2.ozlan.local...[/email]
>>> How I can create event on append ?
>>> I want create action only if any append at one table
>>>
>>
>>
>
>