[U2] Printing to a windows printer from a linux server on Universe

2012-05-10 Thread T Stokes
We are having issue in printing to a windows printer from a Linux server. When we try to print to a Windows 7 machine we are getting errors on the windows seven machine. Has anyone has this same problem. -- View this message in context:

Re: [U2] Printing to a windows printer from a linux server on Universe

2012-05-10 Thread Bob Rasmussen
HOW are you trying to print from Linux to Windows? Also, what kind of printer? On Thu, 10 May 2012, T Stokes wrote: We are having issue in printing to a windows printer from a Linux server. When we try to print to a Windows 7 machine we are getting errors on the windows seven machine. Has

[U2] Regarding: Feed Engine

2012-05-10 Thread satya satya
Hi, Can any one of you explain how to run a feed engine with older than a particular date. Thank you, Satya ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Regarding: Feed Engine

2012-05-10 Thread Israel, John R.
I'm not sure what you mean by a feed engine, but you can subtract the number of days you want to go back from the internal date you are using. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya Sent:

Re: [U2] Regarding: Feed Engine

2012-05-10 Thread satya satya
Hi Jhon, Actually it's about the generating feed files.Do you have any idea about this topic Thank you, Satya On Thu, May 10, 2012 at 12:08 PM, Israel, John R. johnisr...@daytonsuperior.com wrote: I'm not sure what you mean by a feed engine, but you can subtract the number of days you want

Re: [U2] Regarding: Feed Engine

2012-05-10 Thread Israel, John R.
No clue. Sorry -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya Sent: Thursday, May 10, 2012 12:16 PM To: U2 Users List Subject: Re: [U2] Regarding: Feed Engine Hi Jhon, Actually it's about the

Re: [U2] Regarding: Feed Engine

2012-05-10 Thread satya satya
Hey it's ok buddy Thank you for your responce On Thu, May 10, 2012 at 12:16 PM, Israel, John R. johnisr...@daytonsuperior.com wrote: No clue. Sorry -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto: u2-users-boun...@listserver.u2ug.org] On Behalf Of satya

Re: [U2] Regarding: Feed Engine

2012-05-10 Thread Symeon Breen
What type of feed ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya Sent: 10 May 2012 17:05 To: U2 Users List Subject: [U2] Regarding: Feed Engine Hi, Can any one of you explain how to run a feed

Re: [U2] Printing to a windows printer from a Linux server on Universe

2012-05-10 Thread Tim Stokes
I am using a samba share. /usr/bin/smbclient '\\ipaddress\printer name' -U user name %password -c 'translate;print -'/root/Printers/log file name This is working on several windows printers to linux, and on a Windows 7 professional edition. But on a windows 7 home edition the jobs run through

Re: [U2] Proc question

2012-05-10 Thread John Jenkins
I use PQN PROCs regularly, including indirect buffer references (subscripts) and select buffer manipulation, UniData and UniVerse do have significant differences though. MV for primary and secondary input and output buffers is a staple, but sometimes the older style A\ and similar become

[U2] Trim trailing attributes off records

2012-05-10 Thread Wjhonson
Given that you have a file with thousands of records, each with dozens of trailing attributes which are empty. How can you pick up the file and drop it back down with all those empties trimmed off? ___ U2-Users mailing list

Re: [U2] Trim trailing attributes off records

2012-05-10 Thread Bill Brutzman
I would write a little uniBasic program... to cleanse, purify, and rehydrate... testing it first in a sandbox. --Bill -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Thursday, May 10, 2012 6:13 PM

Re: [U2] Trim trailing attributes off records

2012-05-10 Thread David Wolverton
Why even do it? The 50 bytes of storage are worth the effort? Usually, I prefer to have attibutes 'all the way' to the full definition of a file -- makes it easier to 'prestore' when needed! It's a pain when you need to 'prestore' data into attribute 200, but the record stops at 185 because

Re: [U2] Trim trailing attributes off records

2012-05-10 Thread David L. Wasylenko
FILE.LIST=CUSTOMER FILE.LIST-1=... FILE.LIST-1=... * F.CNT=DCOUNT(FILE.LIST,@AM) FOR F.PTR=1 TO F.CNT F.NAME=FILE.LISTF.PTR OPEN F.NAME TO FILE.HANDLE THEN GOSUB H.PROCESS END ELSE CRT Cannot open file ':F.NAME:'. END NEXT F.PTR STOP

Re: [U2] Trim trailing attributes off records

2012-05-10 Thread Wjhonson
I think there must be a trick way to do it. -Original Message- From: Bill Brutzman bi...@hkmetalcraft.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Thu, May 10, 2012 3:22 pm Subject: Re: [U2] Trim trailing attributes off records I would write a little uniBasic program... to

Re: [U2] Trim trailing attributes off records

2012-05-10 Thread Wjhonson
Oh I see TRIM with a T I never would have thought of that solution. Thanks -Original Message- From: David L. Wasylenko d...@pickpro.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Thu, May 10, 2012 3:27 pm Subject: Re: [U2] Trim trailing attributes off records

Re: [U2] Proc question

2012-05-10 Thread David L. Wasylenko
If I follow your question: 001 PQN 002 MV %1 XX*YYYNN 003 O-- 004 T Input value:,%1 005 T Desired output:,%1:G1*1: 006 S2 007 IH%1:G1*1: 008 T Current content of %2:,%2 This will place 'YYYNN' into buffer %2 ... david ... David L. Waz Pick Professionals, Inc.