RE: [U2] [UD] Trigger (singular)

2006-03-17 Thread Raymond de Bourbon
@listserver.u2ug.org u2-users@listserver.u2ug.org Sent: 17/03/06 00:44 Subject: RE: [U2] [UD] Trigger (singular) Raymond: Thanks. I'm thinking the following ought to do the trick (unless, of course, I've missed something). :-) SUBROUTINE U2T.APVENDOR.U (ExecStat, DictFlag, atFILENAME, atID, atRECORD

RE: [U2] [UD] Trigger (singular)

2006-03-17 Thread colin.alfke
Bill, I don't see anything wrong - just a hint. Once you are in the trigger subroutine your calls don't have to conform to the trigger. I realize that this may be just because you were thinking you could add them both as triggers and wrote them that way. Hth Colin Alfke Calgary Canada

RE: [U2] [UD] Trigger (singular)

2006-03-16 Thread David Wolverton
You are correct -- only one subroutine is allowed - so you have to make sure it does all the work you want. - I'm almost done with triggers (thank goodness I only have a few to create). It appears UniData only allows one trigger created on a file at a time. Is this true? 2

RE: [U2] [UD] Trigger (singular)

2006-03-16 Thread Raymond de Bourbon
Hi Bill, You are correct, Unidata only supports one trigger for both update and delete. In order to have multiple triggers you need a wrapper program... I can send you the source if you want. Regards Raymond de Bourbon -Original Message- From: Bill Haskett [EMAIL PROTECTED] To:

RE: [U2] [UD] Trigger (singular)

2006-03-16 Thread Bill Haskett
)923-4838 (WA) -Original Message- From: Raymond de Bourbon [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 2:21 PM To: Bill Haskett; u2-users@listserver.u2ug.org Subject: RE: [U2] [UD] Trigger (singular) Hi Bill, You are correct, Unidata only supports one trigger