Hi All,
I have a trouble with Table event handler (Initialize).
This metod has been called when I change stereotype, on replicated table as well.
I need check or disable this when I Change Steretype only - is it possible?
Idea 1 :
Function %Initialize%(obj)
If obj.EventContext = 1 /*New table */
then
else if
obj.EventContext = 2 /*chenge stereotype*/
else if
Idea 2:
Stereotype.Initialize = Disable
I have Powerdesigner 16.7.2
Thank you
David
I have a trouble with Table event handler (Initialize).
This metod has been called when I change stereotype, on replicated table as well.
I need check or disable this when I Change Steretype only - is it possible?
Idea 1 :
Function %Initialize%(obj)
If obj.EventContext = 1 /*New table */
then
else if
obj.EventContext = 2 /*chenge stereotype*/
else if
Idea 2:
Stereotype.Initialize = Disable
I have Powerdesigner 16.7.2
Thank you
David