Re: [U2] How do you determine terminal emulator?

2010-03-10 Thread Dave Greer
* ViaDuct will return name & revision to the following PCCMD=CHAR(27):CHAR(8);EQUATE ENDCMD TO CHAR(0) PRINT PCCMD:'WHAT':ENDCMD: INPUT REPLY -Original Message- From: Anthony W. Youngman [mailto:u...@thewolery.demon.co.uk] Sent: Tuesday, March 09, 2010 6:34 PM To: u2-users@listserver.u2u

Re: [U2] Converting from mvBase to Universe

2009-07-20 Thread Dave Greer
If your code uses the U50BB user exit to get the port number, there is a quick fix, but it will make upgrades a little more complicated. 50BB is a basic program in the APP.PROGS file in the UV account. You can modify it to send port information based on user login or other criteria. I send infor

[U2] Odd permissions error running a vb script using dos /c command

2009-06-01 Thread Dave Greer
I have a vb script that updates a filezilla configuration file on another server given a username and password. Universe 10.2 is running on a Windows 2003 Server. The Universe Server has administrator permissions on the other server. If I run the script from the windows command line of the Uni

RE: [U2] Help with encryption

2009-05-12 Thread Dave Greer
I'm only aware of RC5 and some des. See ENCRYPT function in Basic Ref. -Original Message- From: IT-Laure Hansen [mailto:lhan...@redwoodcity.org] Sent: Tuesday, May 12, 2009 2:48 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] Help with encryption Does anyone know how to cause MD5 has

[U2] Universe BCI to MS MSQL Question

2009-04-02 Thread Dave Greer
Do I have to change all empty strings ('') to Char(128) within my program to get a field in MS SQL or is there a flag somewhere to have the client do this automatically? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Mentor Pro to UniVerse

2009-03-31 Thread Dave Greer
I moved data from a GA R91 machine to Universe using Account saves and some modified programs from U2. To read the tape and write a tape file on the disk to use to restore from: Navigate to c:\ibm\u2\bin and run: UVMT -d\\.\tape0 -bBLOCKSIZE -t fread > filename to Restore to U2 provided the fol

RE: [U2] - UniBasic String Search

2009-03-13 Thread Dave Greer
I use INDEX for this type search in UniBasic. It returns the starting character position of the string if found otherwise 0 CASE INDEX(OP.SPEC,'MIL',1) # 0 * ADD IT TO A RECORD RECORD<-1>=ID CASE INDEX(OP.SPEC,'Spec',1) # 0 * ETC -Original Message- From: Brutzman, Bill [mailto:bi...@hkme

RE: [U2] EXECUTE environment in Universe

2007-08-03 Thread Dave Greer
t;EXECPHRASE = "PA" :@FM: "SELECT ..." :@FM: "PRINT BACKORDER.REPORT" >PERFORM EXECPHRASE > > >That way, you're guaranteed stable behaviour of select lists, etc etc. >But if you're porting code, it looks like you're relying on PI-style >e

RE: [U2] EXECUTE environment in Universe

2007-08-03 Thread Dave Greer
RINT BACKORDER.REPORT" PERFORM EXECPHRASE That way, you're guaranteed stable behaviour of select lists, etc etc. But if you're porting code, it looks like you're relying on PI-style executes, so setting PIOPEN.EXECUTE is unlikely to be a problem. Cheers, Wol -Original Mes

[U2] EXECUTE environment in Universe

2007-08-03 Thread Dave Greer
ghout hundreds of programs and many include named common variables. _ Dave Greer Director of Information Systems NewAge Industries AdvantaPure <http://www.newageindustries.com/images/nalogo.jpg> NewAge Industries, Inc. [EMAIL PROTECTED] www.newageindustries.com <http://www.newageindu