Re: [U2] UV Triggers / SQL

2012-07-25 Thread Brian Leach
George Yes, you've been able to do that for some time. It simply adds a SICA block to the file and logs the trigger information in there. Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: 24

Re: [U2] UV Triggers / SQL

2012-07-25 Thread George Gallen
I also found that the tablename has to be a type F in the VOC, and not a Q pointer At least when setting up the trigger. I'm guessing that if I replaced the Q pointer, with an F and the DICT/FILE names with Absolute file names /directory/tree/D_ and /directory/tree/ I most likely

[U2] Update Trigger fire, even when no changes.....

2012-07-25 Thread George Gallen
What I had to add to my trigger was: * IF EVENT=UPDATE AND (NEWREC = OLDREC) THEN RETURN * So, as soon as it hits the trigger, if there were no changes to the updatedon't bother checking anything This is because I have a few programs that (yes, it would be better to change the

[U2] [UD] xAdmin Install

2012-07-25 Thread Bill Haskett
Does anyone know which parts of the U2 client I need to send to a client so they can administer their users via xAdmin? There's both an xAdmin and an Eclipse directory in the client zip file. Are these the only two required? Of course, having to have a client download a 365MB eclipse file

Re: [U2] [UD] xAdmin Install

2012-07-25 Thread Doug Averch
Bill: Rocket ships Eclipse plug-in with Java which would be your other client piece. Looks like you a good to go... Regards, Doug www.u2logic.com On Wed, Jul 25, 2012 at 10:07 AM, Bill Haskett wphask...@advantos.netwrote: Does anyone know which parts of the U2 client I need to send to a

[U2] Passing dimensioned arrays

2012-07-25 Thread Wjhonson
I'm on Universe 10.2.3 in Information flavor and was surprised by something. Admittedly I don't think I've actually come across this before, but it seems like whoever wrote this, didn't understand how the system used it either. If you dimensioned an array and then call a subroutine passing that