Search found 11 matches

by Gary E. Buxton
Sun Apr 18, 2010 9:07 pm
Forum: General Development
Topic: Display (Command)
Replies: 2
Views: 5961

John; I think your syntax is incorrect. Try DISPLAY -P your_program_name varible_name >file_name or DISPLAY -P your_program_name ALL PRINT DISPLAY -P your_program_name ALL >file_name did not work for me. Part of the display statement can be seen when using STATUS BREAK To turn off the display statem...
by Gary E. Buxton
Mon Apr 12, 2010 4:43 pm
Forum: Printing
Topic: Left Margin on Inkjet Printer.
Replies: 7
Views: 18010

Assuming no response by now, maybe the following could be added to PRINTER.SYS: PRINTER PCL [LEFTMARGIN(XXX)], "\E&aXXXL" PRINTER NWP [LEFTMARGIN(XXX)],"\E&aXXXL" Where XXX may be a value between 0 and 9 (Moves one character space). I also changed PRINTER NWP [ROWCOL(XXX,...
by Gary E. Buxton
Mon Apr 12, 2010 4:29 pm
Forum: Printing
Topic: Printing
Replies: 9
Views: 20429

-- CONCLUSION -- This is what my Brconfig.sys is now. Thanks for all the help. rem 04/06/2010 Written by: Gary E. Buxton rem set printer to EPSON mode rem Programs to use HEX$("2B020500hhvvll") translation PRINTER EPSON rem set printer to use table in EPSON.drv = EPSONDOT PRINTER TYPE EPSO...
by Gary E. Buxton
Mon Apr 12, 2010 4:23 pm
Forum: BR Configuration
Topic: Error 4180 during drive mapping
Replies: 3
Views: 13504

-- CONCLUSION -- To FnGeorge; It took me awhile to figure out what you were trying to tell me. I only have 30 years programming experience, an Associate Degree in Computer Science plus advanced courses at University of Alabama in Birmingham. Plus I worked for Richard Forrester for several years (who...
by Gary E. Buxton
Sun Apr 11, 2010 3:35 pm
Forum: BR Configuration
Topic: Error 4180 during drive mapping
Replies: 3
Views: 13504

Error 4180 during drive mapping

The master computer has Windows 7 and br420d.exe in the folder C:\Br. The brconfig.sys drive statement is DRIVE C:,C:\BR,C:\BR,\ which gives no errors. Folder C:\Br is mapped on the network as \\GaryW7\Br\. I have created an alternate brconfigXPS.sys in the folder C:\Br.. In the shortcut on the othe...
by Gary E. Buxton
Wed Apr 07, 2010 3:45 pm
Forum: Printing
Topic: Left Margin on Inkjet Printer.
Replies: 7
Views: 18010

To GomezL: Maybe I can help you. GTisdale placed the new copy of fnsnap in the folder Brg_Pub using the name fnsnap.dll (dated 04/06/10). Download the file then rename it to fnsnap.br. Another option is to create in the printer.sys file the following: PRINTER PCL [LEFTMARGIN(XXX)], "\E&aXXX...
by Gary E. Buxton
Mon Mar 22, 2010 4:06 pm
Forum: Printing
Topic: Printing
Replies: 9
Views: 20429

The matrix.drv file was not attached in your last post. Please resend it.

Thanks,
Gary
by Gary E. Buxton
Mon Mar 22, 2010 1:28 pm
Forum: Printing
Topic: Printing
Replies: 9
Views: 20429

To FnGeorge; Think we are making progress. Here is revised code: BRCONFIG.SYS-------------------------------------------------------------- PRINTER TYPE NWP SELECT WIN: PRINTER TYPE PCL SELECT WIN: PRINTER TYPE IBM_2391_PLUS SELECT PANALBL PRINTER TYPE IBM_2391_PLUS SELECT PANAMAIL INCLUDE C:\BrPrin...
by Gary E. Buxton
Mon Mar 22, 2010 6:39 am
Forum: Printing
Topic: Printing
Replies: 9
Views: 20429

FnGeorge,

Thanks again for the prompt reply. Would you send me the Epson escape file please ?

Thanks,
Gary
by Gary E. Buxton
Sun Mar 21, 2010 6:28 pm
Forum: Printing
Topic: Printing
Replies: 9
Views: 20429

To FNGeorge; Thanks for responding so quickly to my problem but I do not understand your answers. 1. Where do I find out about printer types MATRIX and IBM ? (Line 7) 2. Would I substitute "PANA1123" with "IBM_2391_Plus" ? (Lines 16,17) 3. What is PANALBL and PANAMAIL ? (Lines 16...
by Gary E. Buxton
Sat Mar 20, 2010 8:13 pm
Forum: Printing
Topic: Printing
Replies: 9
Views: 20429

Printing

I cannot get the following code to change the cpi or lpi on my printer. Any help would be appreciated. BRConfig.sys--------------------------------------------------------- PRINTER EPSON SUBSTITUTE PRN:/10 LPT1: REM NAME=IBM_2391_Plus printer IBM_2391_Plus INIT LPP 66,"\E@" ! Init using RE...