[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Schema : where is the table trigger "Check CRC" aspect stored?

Status
Not open for further replies.
S

slacroixak

Guest
My question was about triggers defined for a table in _File-trig, like CREATE WRITE or DELETE, not for Field triggers (ASSIGN) in _Field-Trig I just tried to query _file and _File-Trig this way, but the result includes table triggers that have the "Check CRC" option disabled. I mean, the value of _File-Trig._Trig-Crc is not 0 nor unknown: CURRENT-WINDOW:WIDTH-CHARS = 120. FOR EACH _file NO-LOCK WHERE _file._Hidden = FALSE ,EACH _File-Trig NO-LOCK WHERE _File-Trig._Trig-Crc <> 0 AND _File-Trig._Trig-Crc <> ? BY _file._File-Name: DISPLAY _file._File-Name _File-Trig._Event _File-Trig._Proc-Name _File-Trig._Override _File-Trig._Trig-Crc WITH WIDTH 120. END. So this might be handled differently. Did I miss something?

Continue reading...
 
Status
Not open for further replies.
Top