[U2] Uniobjects hack

2005-05-25 Thread John Kent
Does anyone have any suggestions on how to contain an advanced user from attaching the uniobjects control as a reference in excel and working out how to get access to the system. Uniobjects doesnt go in through a login paragraph. Thanks in advance jak --- u2-users mailing list u2-users@lists

Re: [U2] Storing graphics in UniData files

2005-05-25 Thread Jacques G.
You can upload the letter formats as macros on the HP Laserjet printer. There are software packages that let you design forms for the HP printers. The downside of this approach is you have to make sure the folks you work with don't turn off the printer. Alternatively, you could send the macro as

Re: [U2] Storing graphics in UniData files

2005-05-25 Thread Key Ally
John, I'd build the pages with HMTL. Then you can have a BASIC program slap in the correct image path and body content without worrying about layout. You could then print by writing the 'fixed' HTML to an exposed file and executing a webbrowser or HTML-aware word processor. There's prob

[U2] Storing graphics in UniData files

2005-05-25 Thread bfxmgr
Folks, We need to send out a bunch of letters via a Unibasic program, each of which can have a different pair of graphics printed on them with an HP Laserjet. The top graphic is a letterhead-type of thing, and the lower one is a signature. We're using UniData 5.2. I think we need a letterhead

Re: [U2] UniBasic Line Continuation

2005-05-25 Thread Clifton Oliver
So, Dana, which one of us is going to forward this to the U2UG Product Enhancements Committee? -- Regards, Clif On May 25, 2005, at 11:49 AM, Dana Baron wrote: Works in Unidata though: :ED RS.BP TEST A = 1 B = 2 C = A + | B * 2 PRINT C END :BASIC RS.BP TEST Compiling Unibasic: /unidata

[U2] [UV] Replication - UniAdmin vs UniVerse {Unclassified}

2005-05-25 Thread HENDERSON MIKE, MR
> __ > From: MACK ANDREW, F/S > Sent: Thursday, 26 May 2005 07:11 > To: HENDERSON MIKE, MR > Subject: [U2] [UV] Replication - UniAdmin vs UniVerse > > We are running UV 10.0.15 on Win 2K3. I am experimenting with > replication on a test ser

Re: [U2] [UV] Sorting UNIQUE

2005-05-25 Thread Anthony W. Youngman
In message <[EMAIL PROTECTED]>, Ray Wurlod <[EMAIL PROTECTED]> writes Do not rely on sorted order when using SAVING UNIQUE. Cite Murphy's Law. Right now it seems "they" use an insert sort or similar to determine uniqueness. But there's no guarantee that it will always be thus. iirc PI corre

RE: [U2] UniBasic Line Continuation

2005-05-25 Thread Dana Baron
Works in Unidata though: :ED RS.BP TEST A = 1 B = 2 C = A + | B * 2 PRINT C END :BASIC RS.BP TEST Compiling Unibasic: /unidata/SMUGGLER/AHS_SOURCE/RS_BP/TEST in mode 'p'. compilation finished :RUN RS.BP TEST 5 :LO Dana Baron System Manager Smugglers' Notch Resort -Original Message- From

RE: [U2] UniBasic Line Continuation

2005-05-25 Thread gerry-u2ug
huh - what version is that ? the only continuation capability i know of in universe is to break lines on commas that seperate function/subroutine/statement arguments - no commas, no breaks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dana Baron Sent: W

Re: [U2] UniBasic Line Continuation

2005-05-25 Thread Clifton Oliver
Apparently not on UniVerse: RELLEVEL 001 X 002 10.0.10 003 NEWACC 004 005 10.0.10 >ED BP TEST 4 lines long. : D99 : I 0001= A = 1 0002= B = 2 0003= C = A + | 0004= B * 2 0005= END 0006= Bottom at line 5. : FI "TEST" filed in file "BP". >BASIC BP TEST Compiling: Source = 'BP/TEST

[U2] udtconfig gurus?

2005-05-25 Thread Jeff Schoby
Does anyone have a good detailed reference for the settings in the udtconfig file and the formulas used to set each paramater. Or at least some good rules of thumb? I'm migrating from an AIX 4.3.3 box with 1.25GB of ram (and about 150 users) to a p5 Series running aix 5.3 with 12GB of ram and I w

RE: [U2] UniBasic Line Continuation

2005-05-25 Thread Dana Baron
The vertical bar (|) functions as a continuation character in UniBasic. Dana Baron System Manager Smugglers' Notch Resort -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill Sent: Wednesday, May 25, 2005 12:28 PM To: 'u2-users@listserver.u2ug.org'

[U2] UniBasic Line Continuation

2005-05-25 Thread Brutzman, Bill
In some mV implementations, there is a "..." thing to help with code readability. Is there any way? We are on UV. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UD] File trigger

2005-05-25 Thread Charlie Rubeor
Wally: Issue 6895 sounds very close, but these are update triggers. Our Unidata version is 6.04, so we should probably upgrade anyway. With luck, upgrading will fix the problem. I re-tested this, just to make sure I wasn't crazy. Here is the screen capture: :CREATE.FILE TEST.FILE 1 101 Cre

[U2] Perl ODBC

2005-05-25 Thread Thomas LaCicero
is any one using the Win32ODBC module for perl? http://www.artemide.us/images/artemide_sig.jpg";> Thomas LaCicero Artemide, Inc. IT Director / Developer 1980 New Hwy Farmingdale, NY 11735 ph. 631.694.9292 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http:/

RE: [U2] [UD] File trigger

2005-05-25 Thread colin.alfke
Strange. We've been using triggers for a while now for both Aix and Windows servers. The triggers are created on files that are not SQL compliant (although occasionally programs use an SQL compliant pointer). I haven't seen anything like you describe. Is it the same trigger program? You're not try

[U2] Reporting and Data Warehouse Analyst

2005-05-25 Thread Wronkiewicz, Terrie
Ohio Dominican University in Columbus Ohio has an opening for a Reporting and Data Warehouse Analyst position. ODU is a Colleague R17, Ben 5.1 site running Sun Solaris 8 and Unidata 6.0. Please see Job Description below. We would like to fill this position as soon as possible. Please send cover

Re: [U2] [UD] File trigger

2005-05-25 Thread Wally Terhune
perhaps this resolved issue? It would also be helpful for all posters to provide the specific version of UniData or UniVerse they are using... Issue 6895 - Problem Description UniData -- The ECL DELETE command did not work properly if a delete trigger existed that contained an EXECUTE or PERFORM

[U2] [UD] File trigger

2005-05-25 Thread Charlie Rubeor
Hopefully, this message will reach the list. We recently converted to Lotus Notes and emails from the list have been hit or miss. I am running into issues with file triggers. Specifically, it seems to happen on files with names that are not sql-compliant. For example, using a very simple tri

RE: [U2] UV PE for Windows

2005-05-25 Thread tom
You might want to make an entry in the UV.ACCOUNTS file for the new account. There are plenty of examples in the file to guide you. Tom Dodds [EMAIL PROTECTED] 630-235-2975 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday,

RE: [U2] [UV] UniObjects - database license expired

2005-05-25 Thread Piers Angliss
LeRoy, Thanks for the info, Thanks also for taking the time to read and contribute to the list Piers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Leroy Dreyfuss Sent: 22 May 2005 04:23 To: u2-users@listserver.u2ug.org Subject: Re: [U2] [UV] UniObjects -