Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!inuxc!pur-ee!pucc-j!pucc-h!pur-phy!mrstve!rjk From: rjk@mrstve.UUCP (Richard Kuhns) Newsgroups: net.micro.att,net.unix Subject: dBase III on the AT&T 3b1 Message-ID: <244@mrstve.UUCP> Date: Wed, 21-May-86 11:17:35 EDT Article-I.D.: mrstve.244 Posted: Wed May 21 11:17:35 1986 Date-Received: Sat, 24-May-86 21:05:53 EDT Organization: Mr sTVe's, Lafayette IN Lines: 34 Keywords: dbase, 3b1, UNIXPC Xref: watmath net.micro.att:1212 net.unix:7929 I'm having a (rather severe) problem with dBase III on the 3b1, and I would greatly appreciate any help/hints/suggestions (other than scrapping dBase III, which we intend to do in the future anyhow). We have a large application which was originally written in dBase II. Thru the use of a lex script I wrote, and a little hand editting, I managed to get it running under dBase III. HOWEVER, one of the tricks it depends on is being able to send data straight to a printer attached to the terminal. This doesn't sound too bad -- just send the correct escape sequence to the terminal, right? Wrong. Whenever I try to send an ESC to the terminal, all I get is `?', as follows: . . ? chr(27) ? . Using chr() with printable characters works just fine. Also, sending the escape sequences from a C program works, so I assume I have the terminal and printer connected correctly. I've also tried . store chr(27) to esc_char and then printing esc_char, but I get the same results. Can anyone help? We need to get this application running as soon as possible. I'm going to re-write it in C using Informix (tm) as the DBM, but that will take a little while. If anyone is interested in `watch-fors' for dBase III on the 3b1, drop me a note. I've got a million of 'em... TIA -- Rich Kuhns {ihnp4, decvax, etc...}!pur-ee!pur-phy!mrstve!rjk