Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Glen Batchelor
6:31 PM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer I forgot the obligatory plug for pickwiki: http://www.pickwiki.com/cgi-bin/wiki.pl?RunAProgram - this page has escape sequences for a lot of the common emulators... Ian McGowan -Original Message- From: u2-users-boun

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Dave Laansma
Sent: Friday, April 30, 2010 1:21 AM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer Back in 1985/86 I helped design and develop a terminal emulator, the first one for PICK, called PK Harmony (based on the PC-Harmony Business Basic emulator family). We designed all these useful escape

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Kevin King
I understand the beauty of being able to push reports out a slave printer, but what do you do when the goal is printing labels with specific large proportionally spaced fonts and center or right justification of the text? ___ U2-Users mailing list

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Marc Harbeson
I use Bartender on the host (or on a windows host if NIX) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Friday, April 30, 2010 10:40 AM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer I

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Doug
- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Laansma Sent: Friday, April 30, 2010 6:40 AM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer The beauty of the Accuterm (and other direct 'push' features

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Glen Batchelor
: Friday, April 30, 2010 8:40 AM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer The beauty of the Accuterm (and other direct 'push' features) is that there is virtually no setup required on the PC in order to transfer the data. If Accuterm is operational and you have a network

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Glen Batchelor
] On Behalf Of Kevin King Sent: Friday, April 30, 2010 10:40 AM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer I understand the beauty of being able to push reports out a slave printer, but what do you do when the goal is printing labels with specific large proportionally spaced

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Peter Schellenbach
Later versions of AccuTerm support Print Wizard which will process documents that use PCL5 for formatting and print them on any Windows printer, or send the document as a pdf via email or fax. Lots of other bells whistles. The hooks to call Print Wizard can be used to pass the slave print job

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Bob Rasmussen
On file transfer: Kevin King explained to me how he can use directory files in Universe to create a file that is visible to the underlying OS. This raises the possibility of firing off an OS-based file transfer protocol (such as 'sz' for Zmodem) to do a robust transfer. What do you think? On

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Kevin King
Hey Peter, that sounds like the ticket for what I need. What version should I look for? Glen, the goal is to be able to print a label on a laser printer from a keypress on the Unidata application side. The complexities are that the label needs various fonts, most of them proportionally spaced

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Peter Schellenbach
Kevin - AccuTerm 2K2 Standard version (not the Lite version) release 5.3c and 5.3c-sp2 includes the Print Wizard hooks. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Mecki Foerthmann
You will need to write sequentially (OPENSEQ, WRITESEQ) to make the DIR file not only visible but also usable to the OS, though. Unless you use CR:LF at the end of every line instead of attributes of course. I just changed a program today that was using the proprietary SB+ interface to write text

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Glen Batchelor
I'd opt for print wizard unless you want to hard code the PCL and avoid middleware. You can code the PCL font and spacing escape codes directly in your app and just print the code to the slave printer like normal. It's a little more design time, but it'll be a fairly static setup. If

Re: [U2] AccuTerm File Transfer (script to change windows printer selection)

2010-04-30 Thread Glen Batchelor
-Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Friday, April 30, 2010 1:04 PM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer Hey Peter

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Kevin King
While the PW thing looks cool, and especially the integration with AccuTerm, the customer is on an earlier version of AccuTerm and I'm not entirely certain I can convince them to upgrade. But... we have some really good ideas floating around here, and I appreciate all the input.

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Bob Rasmussen
On Fri, 30 Apr 2010, Glen Batchelor wrote: I'd opt for print wizard unless you want to hard code the PCL and avoid middleware. You can code the PCL font and spacing escape codes directly in your app and just print the code to the slave printer like normal. It's a little more design time,

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Bob Rasmussen
On Fri, 30 Apr 2010, Kevin King wrote: While the PW thing looks cool, and especially the integration with AccuTerm, the customer is on an earlier version of AccuTerm and I'm not entirely certain I can convince them to upgrade. But... we have some really good ideas floating around here, and I

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Glen Batchelor
: [U2] AccuTerm File Transfer While the PW thing looks cool, and especially the integration with AccuTerm, the customer is on an earlier version of AccuTerm and I'm not entirely certain I can convince them to upgrade. But... we have some really good ideas floating around here, and I appreciate

Re: [U2] AccuTerm File Transfer

2010-04-30 Thread Tony Gravagno
From: Glen Batchelor If that's the case, then check out HTMLDOC. As a former devoted fan of HtmlDoc I'd now vote against it. - It only supports most HTML 3.2 specs, not all. These days anything that doesn't support HTML 4 is downright primitive. - There are always issues with fonts and

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Kevin King
I realize this is an old thread now, but is there any way to improve the speed of the AccuTerm file transfer (preferably using an error correcting protocol)? On SBClient a 25K file takes a couple of seconds, on AccuTerm the same file takes about 30 seconds.

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Dave Laansma
: Thursday, April 29, 2010 12:32 PM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer I realize this is an old thread now, but is there any way to improve the speed of the AccuTerm file transfer (preferably using an error correcting protocol)? On SBClient a 25K file takes a couple of seconds

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Kevin King
I noticed that the AccuTerm ASCII transfer is markedly faster, but ... there's no error correction there either (right?) and if this file loses an inopportune character or two, well, bad juju can happen. ___ U2-Users mailing list

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Dave Laansma
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Thursday, April 29, 2010 1:59 PM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer I noticed that the AccuTerm ASCII transfer is markedly faster, but ... there's no error correction there either

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Glen Batchelor
...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Thursday, April 29, 2010 1:59 PM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer I noticed that the AccuTerm ASCII transfer is markedly faster, but ... there's no error correction there either (right?) and if this file loses

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Kevin King
The end game at the moment is that a Unidata session will build a Word document which is then opened by the client and printed. So the web service probably isn't going to work in this context. ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Glen Batchelor
:55 PM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer The end game at the moment is that a Unidata session will build a Word document which is then opened by the client and printed. So the web service probably isn't going to work in this context

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Anthony W. Youngman
In message 491936aa72824093a41621174a396...@glen, Glen Batchelor webmas...@all-spec.com writes Why not? I do that with PDF files just fine. Just make sure the MIME content is correct in the response header, for the file type you're serving. And if the client and server are on the same network,

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Kevin King
Glen, so how is it exactly that an event on the server will trigger this transfer, open, print, and exit? ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Glen Batchelor
It depends on your MV web service capabilities and which browser. You can do it natively in IE, IIRC, with jscript calls, but I imagine you'll need two services to make it happen. One for a dynamic doc source and a another one to launch from Accuterm that controls the doc resource and

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread McGowan, Ian
-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Thursday, April 29, 2010 5:01 PM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer Glen, so how is it exactly that an event on the server will trigger this transfer, open, print, and exit

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread McGowan, Ian
] On Behalf Of McGowan, Ian Sent: Thursday, April 29, 2010 6:25 PM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer If you can arrange for the terminal emulator to run a command, you can fire off (for example): cmd /c start http://myserver/files/abc123.pdf; And the end user's PC

Re: [U2] AccuTerm File Transfer

2010-04-29 Thread Robert Houben
: [U2] AccuTerm File Transfer I forgot the obligatory plug for pickwiki: http://www.pickwiki.com/cgi-bin/wiki.pl?RunAProgram - this page has escape sequences for a lot of the common emulators... Ian McGowan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users

Re: [U2] AccuTerm File Transfer

2010-02-16 Thread Kevin King
I wasn't familiar with FTX; that looks like it could be a good option. Let me dig into that. Thanks so much! -K ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

[U2] AccuTerm File Transfer

2010-02-15 Thread Kevin King
What's the easiest way to have a program transfer a text file from the host to the workstation using AccuTerm? -Kevin http://www.PrecisOnline.com ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread George Smith
The easiest way using Accuterm is to just PERFORM/EXECUTE an FT. But I'm surprised that Universe/Unidata doesn't support that sort of thing directly. George On Mon, Feb 15, 2010 at 10:35 AM, Kevin King precisonl...@gmail.com wrote: What's the easiest way to have a program transfer a text file

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Dave Taylor
@listserver.u2ug.org Sent: Monday, February 15, 2010 9:35 AM Subject: [U2] AccuTerm File Transfer What's the easiest way to have a program transfer a text file from the host to the workstation using AccuTerm? -Kevin http://www.PrecisOnline.com ___ U2-Users

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Dave Laansma
- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Smith Sent: Monday, February 15, 2010 12:56 PM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer The easiest way using Accuterm is to just PERFORM/EXECUTE an FT. But I'm surprised

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Doug
Laansma Sent: Monday, February 15, 2010 11:13 AM To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer I would agree with the FT subroutines. Although compared to ftp, they are EXTREMELY slow and ineffective for my use on large files, even the non-verifying version. As to why U2 does not 'support

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Kevin King
My reason for asking is that I have a customer using AccuTerm who wants to use my Download Definition tool for SB+. Problem is, the code that transfers a file to a workstation and opens it in Excel was all specialized to SBClient. With the FT advice I can now support AccuTerm for this activity -

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Tony Gravagno
You can find the ESCape sequences for transfers documented in AccuTerm menu/Help, then open AccuTerm 2K2 Reference, then AccuTerm Programming. HTH Tony Gravagno Nebula Research and Development TG@ remove.pleaseNebula-RnD.com Nebula RD Pick/MultiValue products worldwide, and provides related

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Parks, Boyd
I use WED for my editor. Once the file/program is open in WED, you can save a copy any where desired on your workstation. Works great! Thanks! Boyd ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Kevin King
Tony, I found the escape sequences but the amount of information for downloading an item was woefully insufficient. On Mon, Feb 15, 2010 at 1:14 PM, Parks, Boyd boyd.pa...@mckesson.comwrote: I use WED for my editor. Once the file/program is open in WED, you can save a copy any where desired

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Symeon Breen
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Smith Sent: 15 February 2010 17:56 To: U2 Users List Subject: Re: [U2] AccuTerm File Transfer The easiest way using Accuterm is to just PERFORM/EXECUTE an FT. But I'm surprised that Universe/Unidata doesn't support that sort of thing

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Tony Gravagno
From: Kevin King Tony, I found the escape sequences but the amount of information for downloading an item was woefully insufficient. Agreed. Try this, bud: http://www.pickwiki.com/cgi-bin/wiki.pl?AccuTermFileTransfer That demonstrates the DOSSVC utility for moving data to and from MV. If

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Jacques G.
@listserver.u2ug.org Sent: Mon, February 15, 2010 6:31:13 PM Subject: Re: [U2] AccuTerm File Transfer From: Kevin King Tony, I found the escape sequences but the amount of information for downloading an item was woefully insufficient. Agreed. Try this, bud: http://www.pickwiki.com/cgi-bin

Re: [U2] AccuTerm File Transfer

2010-02-15 Thread Don Robinson
Kevin, As OP suggested, the FT program can be used from the command line. To run from within another program, use the FTX subroutine. Example program: * open and read data to be transfered into ITEM variable. MODE  = 'S,K'  ;* Send from server to PC using Kermit protocol. FNAME = 'XYZ'  ;* 

[U2] [Accuterm] file transfer to folder with

2007-04-06 Thread Boydell, Stuart
Hi, I just need a quick answer as I don't have Accuterm installed here to test. We need to FT download an extract file to a Windows folder with an ampersand in it. eg. c:\docs\this that\ Wondering what is the escape character for the ampersand. Thanks, Stuart