RE: [U2] AE editor replacement [AD]

2008-02-29 Thread Brian Leach
each Sent: 28 February 2008 07:38 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] AE editor replacement [AD] Hi Dennis 1. Go into tools|settings and check the paths are correctly pointing to the syntax files. 2. In the same place, check that you have set a default language: that will m

RE: [U2] AE editor replacement [AD]

2008-02-29 Thread Dennis Bartlett
s, loading include files and commenting in/out code. Regards Brian > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dennis Bartlett > Sent: 28 February 2008 15:44 > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] AE editor

RE: [U2] AE editor replacement [AD]

2008-02-28 Thread Brian Leach
commenting in/out code. Regards Brian > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dennis Bartlett > Sent: 28 February 2008 15:44 > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] AE editor replacement [AD] > >

RE: [U2] AE editor replacement [AD]

2008-02-28 Thread Dennis Bartlett
ginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Louie Bergsagel > Sent: 27 February 2008 18:45 > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] AE editor replacement > > I wish everyone who had a U2 product would put an ad here. >

RE: [U2] AE editor replacement [AD]

2008-02-28 Thread Brian Leach
e- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Louie Bergsagel > Sent: 27 February 2008 18:45 > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] AE editor replacement > > I wish everyone who had a U2 product would put an ad here. > > Ho

RE: [U2] AE editor replacement

2008-02-27 Thread Dennis Bartlett
r.u2ug.org Subject: Re: [U2] AE editor replacement > 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

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 c

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 disab

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 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 fol

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 http://

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 Jeffrey Butera
> 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 trigger when asked to do so. -- Jeff Butera, Ph.D. Ad

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 pro

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 --- u