| Subject | Re: [firebird-support] RE: Post_Event with 2 parameters | 
|---|---|
| Author | Markus Ostenried | 
| Post date | 2004-02-29T01:48:48Z | 
At 10:09 Sunday, 29.02.2004 +0930, Mick Arundell wrote:
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
            >Then every client will be notified of every postyes, thats true.
> - how bizarreI think what Yossi wants to do is notifying other clients connected to the
>instead do
>
>try
> Post;
> ShowMessage('Customers-12345 Saved OK');
>
>except
> ShowMessage('Save failed');
>end;
>
>mick
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