Subject | Re: Send event to client after row edit ? |
---|---|
Author | Raúl Alberto Valencia Najarro |
Post date | 2004-02-23T19:41:12Z |
Your message is a little bit ambiguous, but if you want to do what I'm
interpreting:
* Create a trigger for the table. Put in it the validation code
necessary to post the event when the "golden row" is modified.
* Create a section in the client to capture the event and refresh the row.
(Possibly I'm repeating the obvious, but I couldn't interpret very
well what do you want to do, and the situation.)
Cheers,
Raúl
interpreting:
* Create a trigger for the table. Put in it the validation code
necessary to post the event when the "golden row" is modified.
* Create a section in the client to capture the event and refresh the row.
(Possibly I'm repeating the obvious, but I couldn't interpret very
well what do you want to do, and the situation.)
Cheers,
Raúl
--- In firebird-support@yahoogroups.com, Yossi Zaig <yle@n...> wrote:
> Hi.
>
> I am using FB 1.5 RC 9 / D7 / FIBPlus.
>
> Is it possible to Post event that will notify the client that a
specific row
> was updated, so the client will refresh this row only ?
>
> Thanks.
> Yossi.