[U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread George Hammerle
This is what I use to print barcodes on an OKI 420 printer. The barcode is 3 rows high. *PROGRAM.TYPESUBROUTINE/PROGRAM.TYPELANGUAGE.CONVERTNO/LANGUAGE.CONVERTROLL.TO.DEAD.CODENO/ROLL.TO.DEAD.CODE $BASICTYPE 'U' SUBROUTINE SUB.BARCODE.STRING( TEXT.FOR.BARCODE, BARCODE.STR )

[U2] List..

2013-03-26 Thread Sathya
Hi all,.. I have a small issue in listing a file. When I use LIST FILENAME, the data comes like 123456*001 123456*001. I would like to display the data as 123456 123456 Can someone please help me in doing this? TIA, Sathya V. ___ U2-Users

Re: [U2] List..

2013-03-26 Thread Martin Phillips
Hi Sathva, You can do this in various ways, the simplest is probably to add a conversion code of G*1 in the @ID dictionary item. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From:

Re: [U2] List..

2013-03-26 Thread Martin Braid
If you are using SB, then use /FD and the filename (SODET perhaps) and then F5 - you will be looking for those items with POS.SUB zero and called e.g. ORDER.NO - Epicor Software (UK) is a limited company registered in England Wales. Registration Number: 2338274.

Re: [U2] List..

2013-03-26 Thread George Gallen
At least for UV (not sure about Unidata). You would need to do two things. 1. create a DICT item that only displays the first part of the @ID up to the * ED DICT filename NEWID I 001: I 002: FIELD(@ID,*,1) 003: 004: NEWID 005: 10L (max width you want your column to be)

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Nancy Fisher
Thanks. I'm beginning to think we're having printer commands stopped by our (accuterm) terminal interface. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From:

Re: [U2] List..

2013-03-26 Thread Brian Leach
Hi Satya When you LIST a file, the database shows you one of a number of things. 1. If you are on UniData and have an @UQ phrase, it will show that. 2. If you have an @ phrase, it will show that. 3. If not, it will show the key field (@ID). Now, the @ and @UQ phrases are known as the default

Re: [U2] List..

2013-03-26 Thread Wols Lists
You don't need to create a dictionary item if it's a one-off ... For a one-off, just put (iirc the syntax correctly) EVAL FIELD(@ID,*,1) as the field name in the list command. You can modify the way it displays with things like the FMT option, there are more ... Mind you, there's a good chance

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Tony Gravagno
From: Nancy Fisher Thanks. I'm beginning to think we're having printer commands stopped by our (accuterm) terminal interface. Accuterm!? Heck yeah. You didn't mention that part! :) Those ESCape sequences tell AccuTerm to do all sorts of cool stuff. You'd hope that it's smart enough to not

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Wjhonson
Alt-P will manually turn on your AUX printer, inside Accuterm. So you can do that, then try your commands again, to see if it works now. -Original Message- From: Tony Gravagno 3xk547...@sneakemail.com To: u2-users u2-users@listserver.u2ug.org Sent: Tue, Mar 26, 2013 8:33 am

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Nancy Fisher
No luck on that. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Nancy Fisher
DIRECT CONNECT gives us a nice barcode. We'll need a script for AccuTerm - to let the command codes thru. Thanks! Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From:

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Nancy Fisher
I mean dynamic connect. Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Nancy Fisher
AccuTerm transparent printing command works for this. Barcode printing accomplished. Thanks! Nancy Fisher Peninsula Truck Lines, Inc Federal Way, Washington 253/929-2040 Visit our Website www.peninsulatruck.com nan...@peninsulatruck.com -Original Message- From:

Re: [U2] List..

2013-03-26 Thread Bill Brutzman
Sathya: While I agree that there are several ways... I would rather live in a brick house than a grass hut. --Bill open 'FILE' to fFile else null execute clearselect ALL execute SELECT FILE equate true to 1, false to 0

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Wjhonson
Can you tell us how you do this with the complete escape sequence? -Original Message- From: Nancy Fisher nan...@peninsulatruck.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Tue, Mar 26, 2013 12:08 pm Subject: Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

Re: [U2] Cataloged programs // finding

2013-03-26 Thread Susan Joslyn
Thanks to Will for the tips for Universe, Bill for similar info on Unidata and to George for the program snippet which works perfectly on Unidata! (All three snipped below.) Universe (from Will): The path of the source code, is embedded at the tail of the opcode in the GLOBAL.CATDIR item for

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread Wjhonson
Interesting ESC STX p2 I looked through the manuals a few times but didn't see that one! -Original Message- From: Nancy Fisher nan...@peninsulatruck.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Tue, Mar 26, 2013 12:36 pm Subject: Re: [U2] SENDING BARCODE COMMANDS

Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER

2013-03-26 Thread George Gallen
Hmm. STX, wonder if Accuterm would still pass an STX through if it wasn't preceeded by an ESC? My Datamax label printers use STX as signal to begin accepting programming for label layout. I don't use Accuterm, so it doesn't affect me, more of a general question George -Original

Re: [U2] Cataloged programs // finding (Susan Joslyn)

2013-03-26 Thread Wjhonson
I've extracted my code snippet and made it into a subroutine and posted it here http://www.pickwiki.com/cgi-bin/wiki.pl?ReturnSourceCode Perhaps I'm doing this in some odd way, but it seems to work for my main routine, which allows the viewer to jump into remote subroutines, and back out

[U2] XLr8Tools for Unidata and Universe [ad]

2013-03-26 Thread Doug Averch
Here is our current change log for the last two releases: v3.6.8 - March 26, 2013 Removed limit to control-space proposals. Removed empty list in XLr8Developer object wizard Changed UniBasic Indexer to start in 3 minutes after Eclipse is started instead of 2 minutes Removed file type