Run statement in a trigger

goslows

New Member
Is there a way to implement a Run statement in a progress trigger?

For example: On creation of a new record I would like to edit my create trigger to open notepad?
 
I have resolved my own dilema. I simply used an OS-COMMAND statement with the path and I passed 2 parameters.
 
why in the trigger ???

is it really necessary to put the code in the trigger?
maybe you can write code in the sdo - which publishes an event in the window (or the SDV) (in case of distributed data-model)!
greetings
andi
 
Back
Top