| Computers Forum Index » Computer - Databases - Progress » DB Change Trigger... |
|
Page 1 of 1 |
|
| Author |
Message |
| Christian Steins... |
Posted: Thu Nov 06, 2008 10:44 pm |
|
|
|
Guest
|
Hi,
with a Trigger like
ON write OF cm_mstr:
DO:
message "customer master changed" view-as alert-box.
END.
I can find out when there is a change of this table during the
program run.
But I want to get notifications for change of all tables,
is this also possible ?
Greetings,
Chris |
|
|
| Back to top |
|
|
|
| ... |
Posted: Wed Nov 12, 2008 3:47 pm |
|
|
|
Guest
|
On 6 nov, 17:44, Christian Steins <c... at (no spam) invalid.invalid> wrote:
Quote: Hi,
with a Trigger like
ON write OF cm_mstr:
DO:
message "customer master changed" view-as alert-box.
END.
I can find out when there is a change of this table during the
program run.
But I want to get notifications for change of all tables,
is this also possible ?
Greetings,
Chris
Hi ! sorry for my bad english (i'm french so ...)
i wrote little procedure that create all triggers for alls tables and
compile triggers .p
the prog is available from http://julien.arator.free.fr/progress/ |
|
|
| Back to top |
|
|
|
| ... |
Posted: Wed Nov 12, 2008 3:51 pm |
|
|
|
Guest
|
On 12 nov, 16:47, Julien.Ara... at (no spam) gmail.com wrote:
Quote: On 6 nov, 17:44, Christian Steins <c... at (no spam) invalid.invalid> wrote:
Hi,
with a Trigger like
ON write OF cm_mstr:
DO:
message "customer master changed" view-as alert-box.
END.
I can find out when there is a change of this table during the
program run.
But I want to get notifications for change of all tables,
is this also possible ?
Greetings,
Chris
Hi ! sorry for my bad english (i'm french so ...)
i wrote little procedure that create all triggers for alls tables and
compile triggers .p
the prog is available fromhttp://julien.arator.free.fr/progress/
i'm sorry, run ProcInstall for select tables and create triggers.
Modify triggersCommon.p for manage the event |
|
|
| Back to top |
|
|
|
| Christian Steins... |
Posted: Wed Nov 12, 2008 9:53 pm |
|
|
|
Guest
|
Julien.Arator at (no spam) gmail.com schrieb:
Quote: i wrote little procedure that create all triggers for alls tables and
compile triggers .p
the prog is available fromhttp://julien.arator.free.fr/progress/
i'm sorry, run ProcInstall for select tables and create triggers.
Modify triggersCommon.p for manage the event
Mercy,
will have a look on this...
Chris |
|
|
| Back to top |
|
|
|
|