[U2] Escaping the '&' in Windows XP from Universe

2006-04-28 Thread Eric Armstrong
Does anyone know how to escape the "&" in the following Basic EXECUTE
statement?

EXECUTE DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv
CAPTURING msg RETURNING err

Windows is choking on the "&". It thinks "HOLD" is a file in the LFC
directory.

I tried the following-

EXECUTE DOS /C DIR "UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
EXECUTE DOS /C DIR 'UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv'
EXECUTE DOS /C DIR UVUSR\LFC\&&HOLD&&\INSRECAP\SutherlandIssues200604.csv

and a few other things, but no go.

We are on
Universe 10.1.10
Windows XP 2002

Thanks in advance.

Eric Armstrong
Programmer/Analyst
Lobel Financial
714.816.1207
714.995.7012 fax
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Escaping the '&' in Windows XP from Universe

2006-04-28 Thread Roger Glenfield

How about

EXECUTE "DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"

So that it's all one command?

And your fall back could always be to move the &HOLD& record into 
another file without the &s and Execute against it.


Rog

Eric Armstrong wrote:

Does anyone know how to escape the "&" in the following Basic EXECUTE
statement?

EXECUTE DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv
CAPTURING msg RETURNING err

Windows is choking on the "&". It thinks "HOLD" is a file in the LFC
directory.

I tried the following-

EXECUTE DOS /C DIR "UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
EXECUTE DOS /C DIR 'UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv'
EXECUTE DOS /C DIR UVUSR\LFC\&&HOLD&&\INSRECAP\SutherlandIssues200604.csv

and a few other things, but no go.

We are on
Universe 10.1.10
Windows XP 2002

Thanks in advance.

Eric Armstrong
Programmer/Analyst
Lobel Financial
714.816.1207
714.995.7012 fax
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Windows UV & host based printers

2006-04-28 Thread jjuser ud2

I've recently encountered host-based printer problems and had SEVERAL
discussions with HP American tech support about this (no offense to
the outsourcers out there, but it was helpful to have easy
communication) and after we moved beyond the typical "manual" of HP
answers, the higher tech support levels and I found a solution to it.

Don't use host-based printing in a shared printer environment. 
Host-based printing is good for using when the printer is connected

directly to the machine which will be doing the output.  I doubt that
you're printing from the computer that has the Unidata server
installed, but if you are, make sure that you're using the USB
connection.  If you're not printing from the machine with the server
on it, then don't use the host-based printing.

Because the U2 reports are mostly ASCII-based as far as I know,
host-based printing at HP doesn't support it.  There are a couple of
articles on HP's website regarding this.  You need a printer with
native printer drivers such as PCL5 or PCL6.



On 4/20/06, Mike Pflugfelder <[EMAIL PROTECTED]> wrote:

Windows Server 2003
Universe 10.1.11
Printer: HP Color LaserJet 2600n

From what I've found on HP's website and some other research on the net,
it appears that this printer uses a 'host-based printer driver' or
'host-based printing'.  Does anyone have any experience with this
specific printer, or more information about host-based printers in
general?

The problem that we're having right now is that we can print a test page
from Windows and it prints fine.  When we try to print from Universe,
nothing comes out on the printer.  We've paused the printer and printed
from Universe and I can see the job hang in the queue waiting to print.
We then unpause the printer and still, nothing prints.

It appears from the documentation that printers are being made with less
intelligence now.  They're taking the hardware out of the printer that
does the formatting (converting from text to raster) and they're now
building it in to the driver in windows.  I haven't tested it yet, but I
know that there is the GDI option to the SETPTR command that might work
for us.  Does anyone know if I will still be able to pass PCL codes
through with this mode of printing?

Thanks for any help you can provide.


Michael Pflugfelder | Systems Integrator | Keystone Information Systems
| 856-722-0700 | [EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Escaping the '&' in Windows XP from Universe

2006-04-28 Thread Brad Davis
We're using Unidata, but one way we would do it, would be:

EXECUTE  "!DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"

-Original Message-
From: Eric Armstrong [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 28, 2006 12:59 PM
Cc: [EMAIL PROTECTED]; U2Users
Subject: [U2] Escaping the '&' in Windows XP from Universe


Does anyone know how to escape the "&" in the following Basic EXECUTE
statement?

EXECUTE DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv
CAPTURING msg RETURNING err

Windows is choking on the "&". It thinks "HOLD" is a file in the LFC
directory.

I tried the following-

EXECUTE DOS /C DIR
"UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
EXECUTE DOS /C DIR
'UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv'
EXECUTE DOS /C DIR
UVUSR\LFC\&&HOLD&&\INSRECAP\SutherlandIssues200604.csv

and a few other things, but no go.

We are on
Universe 10.1.10
Windows XP 2002

Thanks in advance.

Eric Armstrong
Programmer/Analyst
Lobel Financial
714.816.1207
714.995.7012 fax
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Escaping the '&' in Windows XP from Universe

2006-04-28 Thread Peter McKellar
Try this:

001: EXECUTE '!CD "&HOLD&"&&DIR PETER'
Bottom.
*--: FIBR
Filed "TST" in file "T-OBJ".

Compiling Unibasic: T-OBJ\TST in mode 'p'.
compilation finished
 Volume in drive D is Data
 Volume Serial Number is 5079-ED1B

 Directory of D:\data\Y2K.MARK\&HOLD&

04/28/2006  11:29 AM 0 peter
   1 File(s)  0 bytes
   0 Dir(s)  204,017,831,936 bytes free

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brad Davis
Sent: Friday, April 28, 2006 11:11 AM
To: Eric Armstrong
Cc: [EMAIL PROTECTED]; U2Users
Subject: RE: [U2] Escaping the '&' in Windows XP from Universe

We're using Unidata, but one way we would do it, would be:

EXECUTE  "!DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"

-Original Message-
From: Eric Armstrong [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 28, 2006 12:59 PM
Cc: [EMAIL PROTECTED]; U2Users
Subject: [U2] Escaping the '&' in Windows XP from Universe


Does anyone know how to escape the "&" in the following Basic EXECUTE
statement?

EXECUTE DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv
CAPTURING msg RETURNING err

Windows is choking on the "&". It thinks "HOLD" is a file in the LFC
directory.

I tried the following-

EXECUTE DOS /C DIR
"UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
EXECUTE DOS /C DIR
'UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv'
EXECUTE DOS /C DIR
UVUSR\LFC\&&HOLD&&\INSRECAP\SutherlandIssues200604.csv

and a few other things, but no go.

We are on
Universe 10.1.10
Windows XP 2002

Thanks in advance.

Eric Armstrong
Programmer/Analyst
Lobel Financial
714.816.1207
714.995.7012 fax
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Escaping the '&' in Windows XP from Universe

2006-04-28 Thread Bill Haskett
Eric:

Try:

   EXECUTE "DOS /C DIR 'UVUSR\LFC\?HOLD?\..."

This ought to work. 

Bill

 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Eric 
> Armstrong
> Sent: Friday, April 28, 2006 9:59 AM
> Cc: [EMAIL PROTECTED]; U2Users
> Subject: [U2] Escaping the '&' in Windows XP from Universe
> 
> Does anyone know how to escape the "&" in the following Basic EXECUTE
> statement?
> 
> EXECUTE DOS /C DIR 
> UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv
> CAPTURING msg RETURNING err
> 
> Windows is choking on the "&". It thinks "HOLD" is a file in the LFC
> directory.
> 
> I tried the following-
> 
> EXECUTE DOS /C DIR 
> "UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
> EXECUTE DOS /C DIR 
> 'UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv'
> EXECUTE DOS /C DIR 
> UVUSR\LFC\&&HOLD&&\INSRECAP\SutherlandIssues200604.csv
> 
> and a few other things, but no go.
> 
> We are on
> Universe 10.1.10
> Windows XP 2002
> 
> Thanks in advance.
> 
> Eric Armstrong
> Programmer/Analyst
> Lobel Financial
> 714.816.1207
> 714.995.7012 fax
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Escaping the '&' in Windows XP from Universe

2006-04-28 Thread Bill Hazard
I'm a U2 newbie, so can't test (EXECUTE is not in my VOC, sadly), but as an XP 
guy, I have a couple of thoughts:
a) two parsers are involved (UV and XP), and the second one (XP) needs to see 
the quote -- suggest using "" or even """ (i.e., escape the quote itself to be 
sure it gets through to XP)
b) use "ECHO" in front of "DIR" to have XP print what it thinks it is about to 
execute. So run:
  >EXECUTE DOS /C ECHO DIR 
""UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv""
  Should report (somewhere!):
 DIR "UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
c) if none of this helps, under xp, "cmd /?" provides some insight to quote 
handling

Bill

-Original Message-
>From: Roger Glenfield <[EMAIL PROTECTED]>
>Sent: Apr 28, 2006 1:41 PM
>To: Eric Armstrong <[EMAIL PROTECTED]>
>Cc: [EMAIL PROTECTED], U2Users 
>Subject: Re: [U2] Escaping the '&' in Windows XP from Universe
>
>How about
>
>EXECUTE "DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
>
>So that it's all one command?
>
>And your fall back could always be to move the &HOLD& record into 
>another file without the &s and Execute against it.
>
>Rog
>
>Eric Armstrong wrote:
>> Does anyone know how to escape the "&" in the following Basic EXECUTE
>> statement?
>>
>> EXECUTE DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv
>> CAPTURING msg RETURNING err
>>
>> Windows is choking on the "&". It thinks "HOLD" is a file in the LFC
>> directory.
>>
>> I tried the following-
>>
>> EXECUTE DOS /C DIR "UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
>> EXECUTE DOS /C DIR 'UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv'
>> EXECUTE DOS /C DIR UVUSR\LFC\&&HOLD&&\INSRECAP\SutherlandIssues200604.csv
>>
>> and a few other things, but no go.
>>
>> We are on
>> Universe 10.1.10
>> Windows XP 2002
>>
>> Thanks in advance.
>>
>> Eric Armstrong
>> Programmer/Analyst
>> Lobel Financial
>> 714.816.1207
>> 714.995.7012 fax
>> ---
>> u2-users mailing list
>> u2-users@listserver.u2ug.org
>> To unsubscribe please visit http://listserver.u2ug.org/
>---
>u2-users mailing list
>u2-users@listserver.u2ug.org
>To unsubscribe please visit http://listserver.u2ug.org/



Bill Hazard
email: [EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Escaping the '&' in Windows XP from Universe

2006-04-28 Thread Jerry Banker
If it works anything like Unix you need to quote the &HOLD&.

EXECUTE DOS /C DIR
'UVUSR\LFC\"&HOLD&"\INSRECAP\SutherlandIssues200604.csv'

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Armstrong
Sent: Friday, April 28, 2006 11:59 AM
Cc: [EMAIL PROTECTED]; U2Users
Subject: [U2] Escaping the '&' in Windows XP from Universe

Does anyone know how to escape the "&" in the following Basic EXECUTE
statement?

EXECUTE DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv
CAPTURING msg RETURNING err

Windows is choking on the "&". It thinks "HOLD" is a file in the LFC
directory.

I tried the following-

EXECUTE DOS /C DIR
"UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
EXECUTE DOS /C DIR
'UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv'
EXECUTE DOS /C DIR
UVUSR\LFC\&&HOLD&&\INSRECAP\SutherlandIssues200604.csv

and a few other things, but no go.

We are on
Universe 10.1.10
Windows XP 2002

Thanks in advance.

Eric Armstrong
Programmer/Analyst
Lobel Financial
714.816.1207
714.995.7012 fax
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Escaping the '&' in Windows XP from Universe

2006-04-28 Thread Allen E. Elwood
Why not just create a voc for it and just access it like any other file?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Eric Armstrong
Sent: Friday, April 28, 2006 09:59
Cc: [EMAIL PROTECTED]; U2Users
Subject: [U2] Escaping the '&' in Windows XP from Universe


Does anyone know how to escape the "&" in the following Basic EXECUTE
statement?

EXECUTE DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv
CAPTURING msg RETURNING err

Windows is choking on the "&". It thinks "HOLD" is a file in the LFC
directory.

I tried the following-

EXECUTE DOS /C DIR "UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
EXECUTE DOS /C DIR 'UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv'
EXECUTE DOS /C DIR UVUSR\LFC\&&HOLD&&\INSRECAP\SutherlandIssues200604.csv

and a few other things, but no go.

We are on
Universe 10.1.10
Windows XP 2002

Thanks in advance.

Eric Armstrong
Programmer/Analyst
Lobel Financial
714.816.1207
714.995.7012 fax
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Escaping the '&' in Windows XP from Universe

2006-04-28 Thread Eric Armstrong
Allen,
You're a genius!

-Original Message-
From: Allen E. Elwood [mailto:[EMAIL PROTECTED]
Sent: Friday, April 28, 2006 12:03 PM
To: U2Users
Subject: RE: [U2] Escaping the '&' in Windows XP from Universe


Why not just create a voc for it and just access it like any other file?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Eric Armstrong
Sent: Friday, April 28, 2006 09:59
Cc: [EMAIL PROTECTED]; U2Users
Subject: [U2] Escaping the '&' in Windows XP from Universe


Does anyone know how to escape the "&" in the following Basic EXECUTE
statement?

EXECUTE DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv
CAPTURING msg RETURNING err

Windows is choking on the "&". It thinks "HOLD" is a file in the LFC
directory.

I tried the following-

EXECUTE DOS /C DIR "UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
EXECUTE DOS /C DIR 'UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv'
EXECUTE DOS /C DIR UVUSR\LFC\&&HOLD&&\INSRECAP\SutherlandIssues200604.csv

and a few other things, but no go.

We are on
Universe 10.1.10
Windows XP 2002

Thanks in advance.

Eric Armstrong
Programmer/Analyst
Lobel Financial
714.816.1207
714.995.7012 fax
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] HTTP Error

2006-04-28 Thread Nancy Fisher
Error in submitRequest: 2
The network subsystem has failed.

What is the meaning of this error message on an HTTP Call?
Does that refer to our network as opposed to the vendors network I'm trying to
retrieve the data from?

thanks,
Nancy Fisher
Peninsula Truck Lines, Inc
Auburn, Washington
253/929-2040
[EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Escaping the '&' in Windows XP from Universe

2006-04-28 Thread Allen E. Elwood
I keep telling my wife that and all I get is hysterical laughter  ;-)

Glad I could help!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Eric Armstrong
Sent: Friday, April 28, 2006 13:18
To: U2Users
Subject: RE: [U2] Escaping the '&' in Windows XP from Universe


Allen,
You're a genius!

-Original Message-
From: Allen E. Elwood [mailto:[EMAIL PROTECTED]
Sent: Friday, April 28, 2006 12:03 PM
To: U2Users
Subject: RE: [U2] Escaping the '&' in Windows XP from Universe


Why not just create a voc for it and just access it like any other file?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Eric Armstrong
Sent: Friday, April 28, 2006 09:59
Cc: [EMAIL PROTECTED]; U2Users
Subject: [U2] Escaping the '&' in Windows XP from Universe


Does anyone know how to escape the "&" in the following Basic EXECUTE
statement?

EXECUTE DOS /C DIR UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv
CAPTURING msg RETURNING err

Windows is choking on the "&". It thinks "HOLD" is a file in the LFC
directory.

I tried the following-

EXECUTE DOS /C DIR "UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv"
EXECUTE DOS /C DIR 'UVUSR\LFC\&HOLD&\INSRECAP\SutherlandIssues200604.csv'
EXECUTE DOS /C DIR UVUSR\LFC\&&HOLD&&\INSRECAP\SutherlandIssues200604.csv

and a few other things, but no go.

We are on
Universe 10.1.10
Windows XP 2002

Thanks in advance.

Eric Armstrong
Programmer/Analyst
Lobel Financial
714.816.1207
714.995.7012 fax
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [AD] Job Posting

2006-04-28 Thread Dawn Wolthuis

I am not normally in the head hunter business, but I have a colleague
who is looking for a full-time developer with experience writing
software using the Datatel Envision case tool with UniData.  This
position may be remote from anywhere in the US.  If interested, please
send me your resume within the next two weeks.

Thanks.  --dawn
--
Dawn M. Wolthuis
Tincat Group, Inc.
www.tincat-group.com

Take and give some delight today!
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/