Re: [U2][UV] EQUATEs Using System Delmiiters

2008-10-12 Thread MAJ Programming
Whether you make sense to us is secondary. Basically, questions like this just offer another perspective and second view of a not-normal situation and to cover all the bases. WE don't have to understand. We're just offering second opinions that may solve or validate your opinions/conclusions.

Re: [U2] Universe Triggers

2008-10-12 Thread Kate Stanton
We are hoping to implement triggers (to catch the rotters who change data using ED!!!), so are following this with interest. Our interpretation of that advice was to have a single subroutine called by all triggers. This single subroutine would all the trigger data, including reference to the

Re: [U2][UV] EQUATEs Using System Delmiiters

2008-10-12 Thread Ross Morrissey
If you can live with value marks instead of attribute marks, why not try something like: EQU AB TO A]B (i.e. EQU AB TO A^253B) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Universe Triggers

2008-10-12 Thread David Webster
Hi Kate, As another suggestion (if only tracking changes by 'ED') why not wrap the 'ED' function and catalog it under a new name? Eg: catalog the below code as 'ED' and re-catalog 'ED' as some ambiguous name. PROGRAM