Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!usc!apple!oliveb!amdahl!rtech!llama!fredb From: fredb@llama.rtech.UUCP (Fred Buechler) Newsgroups: comp.databases Subject: Re: dBASE III Plus and LABELS Message-ID: <3213@rtech.rtech.com> Date: 20 Jul 89 18:06:47 GMT References: <2994@uwovax.uwo.ca> Sender: news@rtech.rtech.com Reply-To: fredb@llama.UUCP (Fred Buechler) Organization: Relational Technology, Inc. Alameda, CA Lines: 24 In article <2994@uwovax.uwo.ca> BORIS@uwovax.uwo.ca writes: > > >Using dBASE III Plus, I have written a menu driven application. One of the >options is to produce mailing labels. > >Although the label forms provided did not fit in one of the provided options >using CREATE/MODIFY LABEL, I was able to make an appropriate *.lbl file. > >When the labels are printed using the following command > LABEL FORM firm TO PRINT (where firm = firm.lbl) >the labels are printed. However, each of the labels also scrolls across the >screen. I was unable to find a way to stop this screen scrolling. > >Has anybody successfully stopped the screen output in this situation??? > Use the command "SET CONSOLE OFF" in your program before the LABEL command. Be sure to turn the console back on after labels are printed. Note that the console off trick does not work interactively. Have fun! -- Fred.