RE: [U2] Spooler question

2004-10-19 Thread Anthony Dzikiewicz
Im not sure if Universe can do this by itself. As far as I know you can only have one form mounted on a printer. So, if you your form is say INVOICE, you could MOUNT INVOICE PRINTER1, MOUNT INVOICE PRINTER2. However, Im not sure if this would balance the form printing properly. The problem is t

RE: [U2] [OT] LA

2004-10-19 Thread Alfke, Colin
Sure, 181 days without rain - and it has to rain our last day at Disneyland!! Colin Now in sunny Albuquerque -Original Message- From: Allen E. Elwood [mailto:[EMAIL PROTECTED] Sent: Sat 16/10/2004 11:14 AM To: [EMAIL PROTECTED] Cc: S

RE: [U2] Fusetalk

2004-10-19 Thread Macktruckman
yep think it's all on your side. In a message dated 10/19/2004 11:43:24 AM Eastern Daylight Time, "Glen B" <[EMAIL PROTECTED]> writes: > What the heck? I sent that e-mail last month and it just popped up again. >Did anyone get copies of their Sept messages? Maybe it's just a mail spool >problem

Re: [U2] [UD] running a subroutine

2004-10-19 Thread Stu Glancy
One more possible solution: This discussion intrigued me so I thought I'd give it a try for my situation. I "usually" write subroutines with the first variable being the '"RESULT"; that way the sub can be used as an I-DESC or or used with an ITYPE in a program as well as a CALL. I gave this a

Re: [U2] [UD] No RPC Connection active.

2004-10-19 Thread Andrew McLaughlin
We finally ended up just restarting the system. Even the Engineer at Epicor couldn't figure it out. Now, it's all better... Andrew On Oct 19, 2004, at 8:57 AM, Bob Little wrote: David Beahm wrote: Only if you want it to work. ;) The UniRPC service is used by UniAdmin, UniObjects, UniObjects for

Re: [U2] [UD] No RPC Connection active.

2004-10-19 Thread Bob Little
David Beahm wrote: Only if you want it to work. ;) The UniRPC service is used by UniAdmin, UniObjects, UniObjects for Java, UniData ODBC, UniOLEDB, and UCI to communicate with UniData on the server. Try startunirpcd to get it going again. RTF (Admin) M for a little more info on this. Anyone kn

[U2] Jackie Burhans is out of the office.

2004-10-19 Thread Jackie Burhans
I will be out of the office starting 10/19/2004 and will not return until 10/20/2004. I am out of the office on vacation. I will have limited access to email or voicemail and will return your message when I return. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http:

RE: [U2] Fusetalk

2004-10-19 Thread Glen B
What the heck? I sent that e-mail last month and it just popped up again. Did anyone get copies of their Sept messages? Maybe it's just a mail spool problem on my side. Glen > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Glen B > Sent: Friday, Septem

[U2] Spooler question

2004-10-19 Thread Dennis Bartlett
We have two system printers, and would like to set up the following scenario... One form queue that prints the next incoming job on any of the two printers, BUT allows us to specify certain reports that need to come out one after the other (ie on one printer) Thanks dennis -

RE: [U2][UD] Seg fault (core dumped)

2004-10-19 Thread Chauhan, Savita
Yes, as a matter of fact I am. But that's in the beginning of the program. After executing that part of the code, the program does several other things and then dumps to core!! Savita Chauhan, Programmer/Analyst x:1754 Central Texas College. --- Change is

RE: [U2][UD] Seg fault (core dumped)

2004-10-19 Thread Gordon Glorfield
That error usually happens when a dynamic array grows too large. Are you building a dynamic array in your program? Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On

Re: [U2] [UD] No RPC Connection active.

2004-10-19 Thread David Beahm
Only if you want it to work. ;) The UniRPC service is used by UniAdmin, UniObjects, UniObjects for Java, UniData ODBC, UniOLEDB, and UCI to communicate with UniData on the server. Try startunirpcd to get it going again. RTF (Admin) M for a little more info on this. Anyone know what manual give

[U2][UD] Seg fault (core dumped)

2004-10-19 Thread Chauhan, Savita
Hi, I am running my UniBasic program from a UNIX script (XGLBU01.SCRIPT). It runs for a while and then gives a segmentation fault with following error msg: XGLBU01.SCRIPT[5]: 54744 Segmentation fault(coredump) The Number "5" and "54744" keeps changing everytime I run it. Can someone help me figu

RE: [U2] [UV] wIntegrate and TERMINFO

2004-10-19 Thread Russ Watson
wIntegrate can, on receipt of a character execute a script. You'll need to look at the users' terminal emulation, then look in their "WIT" folder for a file with the same name as that emulation. For example, on wyse60 emulation the file is named Wyse60.wit In that file you'll find lines such as..

RE: [U2] [UD] running a subroutine

2004-10-19 Thread Peter Olson
"but i want more!" found it! 0001: PQ 0002: HSELECT 0003: H EVAL "SUBR(' 0004: A\2 0005: H',

RE: [U2] [UD] running a subroutine

2004-10-19 Thread Peter Olson
...a little less expensive typing-wise Voc's TS entry 0001: PQ 0002: HSELECT 0003: H EVAL "SUBR( 0004: A2 0005: H )" FROM VOC FIRST 1; 0006: P tcl>TS 'AGE.DATE',

RE: [U2] [UD] running a subroutine

2004-10-19 Thread Peter Olson
"a little expensive typing-wise" / SELECT EVAL "SUBR('SUB.NAME',VAR1,VAR2)" FROM VOC FIRST 1; not sure about ud but with uv maybe we can create a proc :) ED VOC TS 0001: PQ 0002: HSELECT

RE: [U2] BY.EXP Levels

2004-10-19 Thread Brian Leach
Shaun, I guess it's more likely to be the max number of sort fields (U_MAXSORT), since BY.EXP is a sort function. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Renfrew Sent: 18 October 2004 21:50 To: [EMAIL PROTECTED] Subject: Re: [U2] BY.EX