Subject | RE: Post_Event with 2 parameters |
---|---|
Author | Mick Arundell |
Post date | 2004-02-29T00:39:30Z |
From: Yossi Zaig <yle@...>
Then every client will be notified of every post - how bizarre
instead do
try
Post;
ShowMessage('Customers-12345 Saved OK');
except
ShowMessage('Save failed');
end;
mick
<
Hi.
Using FB 1.5 / Delphi 7 / FIBPlus.
Is it possible to send 2 parameters with Post event,
I am looking for way to notify the client that some table was updated and
which record for example:
POST_EVENT 'TableUpdate', 'Customers-12345'
Some one advised me to build something like the "DMLCache mechanism", I hope
to find a simpler way to do it.
If it does not exists on FB 1.5, Will it be available on FB 2.xx ?
Thanks
Yossi.
Then every client will be notified of every post - how bizarre
instead do
try
Post;
ShowMessage('Customers-12345 Saved OK');
except
ShowMessage('Save failed');
end;
mick
<
Hi.
Using FB 1.5 / Delphi 7 / FIBPlus.
Is it possible to send 2 parameters with Post event,
I am looking for way to notify the client that some table was updated and
which record for example:
POST_EVENT 'TableUpdate', 'Customers-12345'
Some one advised me to build something like the "DMLCache mechanism", I hope
to find a simpler way to do it.
If it does not exists on FB 1.5, Will it be available on FB 2.xx ?
Thanks
Yossi.
>