DB Change Trigger - Progress Database
This is a discussion on DB Change Trigger - Progress Database ; 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 ...
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| 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 |
|
#2
| |||
| |||
|
On 6 nov, 17:44, Christian Steins > 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/ |
|
#3
| |||
| |||
|
On 12 nov, 16:47, Julien.Ara...@gmail.com wrote: > On 6 nov, 17:44, Christian Steins > > > > > 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 |
|
#4
| |||
| |||
| Julien.Arator@gmail.com schrieb: >> 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 |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
All times are GMT -4. The time now is 06:29 AM.




Linear Mode