[U2] AE editor replacement

2008-02-27 Thread Andy Squires
All, Is there such an animal as an AE editor replacement which can log changes to the database done through AE? Thanks, Andy | Andy Squires -- Senior Applications Administrator | | Office of Information Technology -- American University

RE: [U2] Type ahead buffer overflow

2008-02-27 Thread Tom Dodds
Thanks to everyone that has responded. We have found that upgrading the terminal emulator to the latest version has solved the issue. They were running a very old version of the emulator and were reluctant to upgrade because of costs and some licensing issues. If the issue was solved with the

Re: [U2] AE editor replacement

2008-02-27 Thread Martin Phillips
Is there such an animal as an AE editor replacement which can log changes to the database done through AE? Our SED full screen editor for U2 has this capability. Please email me off list for more information as this is getting close to an advert! Martin Phillips, Ladybridge Systems ---

RE: [U2] AE editor replacement

2008-02-27 Thread Dave Walker
You can actually log changes to the database with AE, as well as just about anything else you can think of that you can write in a BASIC program. Look into PREPROG_AE and POSTPROG_AE. These are subroutines that, if cataloged, run everytime the editor is run. We used them to disable saves in the

Re: [U2] AE editor replacement

2008-02-27 Thread Jeffrey Butera
quote who='Andy Squires' date='Wednesday 27 February 2008' All, Is there such an animal as an AE editor replacement which can log changes to the database done through AE? I use database triggers for these things because it doesn't care how the record got updated or deleted - it just runs the

RE: [U2] AE editor replacement

2008-02-27 Thread Dave Walker
Took quite a while for me to find where I got the info on PREPROG/POSTPROG_AE, but my fading middle-aged memory finally kicked in. On our dev box, /usr/ud/sys/AE_SECURITY contains several text files explaining how to implement security measures. The path may be different depending on your install.

Re: [U2] AE editor replacement

2008-02-27 Thread Louie Bergsagel
I wish everyone who had a U2 product would put an ad here. How else is anybody to know what is available? (Besides reviewing the 175,000 URLs returned with googling IBM UniVerse.) -- Louie in Seattle --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] AE editor replacement

2008-02-27 Thread daverch
Our Eclipse based editor called XLr8 works for Unidata and Universe and logs the changes. [AD] It is available for free at www.u2logic.com. You have to download the IDE from Eclipse.org and have java virtual machine running on your machine that you can download from sun.com. We support the

Re: [U2] AE editor replacement

2008-02-27 Thread Jeffrey Butera
Is there such an animal as an AE editor replacement which can log changes to the database done through AE? To be clear - I still maintain triggers are superior for this type of work as any security you slap on AE doesn't help you with things like: :DELETE PERSON 1234567 or :MODIFY PERSON

RE: [U2] AE editor replacement

2008-02-27 Thread Wally Terhune
Dave Walker wrote: You can actually log changes to the database with AE, as well as just about anything else you can think of that you can write in a BASIC program. Look into PREPROG_AE and POSTPROG_AE. These are subroutines that, if cataloged, run everytime the editor is run. We used them to

RE: [U2] AE editor replacement

2008-02-27 Thread Dennis Bartlett
Step 1: Rename voc entry for AE to AE.VERB Step 2: Write a prog to - read source from file, store in BEFORE - execute AE.VERB - read source from file, store in AFTER - compare line by line BEFORE vs AFTER - record

RE: [U2] AE editor replacement

2008-02-27 Thread Dennis Bartlett
I didn't know triggers worked on Type 1 files... isn't that the place where one one want most auditing of changes made??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey Butera Sent: 27 February 2008 10:01 PM To: u2-users@listserver.u2ug.org