Subject Re: [firebird-support] RE: Post_Event with 2 parameters
Author Markus Ostenried
At 10:09 Sunday, 29.02.2004 +0930, Mick Arundell wrote:
>Then every client will be notified of every post
yes, thats true.

> - how bizarre
>instead do
>
>try
> Post;
> ShowMessage('Customers-12345 Saved OK');
>
>except
> ShowMessage('Save failed');
>end;
>
>mick
I think what Yossi wants to do is notifying other clients connected to the
same db and displaying the same record that it has been updated and must be
refreshed. A "local" ShowMessage won't help here, instead the other clients
need to receive some kind of event that tells them to refetch this one record.

bye,
Markus