dbTalk Databases Forums  

pdx7 usb brother ql-500 problem

comp.databases.paradox comp.databases.paradox


Discuss pdx7 usb brother ql-500 problem in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
marco
 
Posts: n/a

Default pdx7 usb brother ql-500 problem - 07-17-2006 , 03:47 PM






pdx 7.0.5.57 usb label printer brother ql-500 width set to 62mm
A test report in portrait or landscape
When trying to print pdx displays in the status line the message
"converting metafile to printer commands..." (or nothing at all) and
nothing happens. Nothing appears in the queue list of the printer.
Any suggestions?

thanks
marco

p.s.: no way to use textstream with usb, correct?

Reply With Quote
  #2  
Old   
Anders Jonsson
 
Posts: n/a

Default Re: pdx7 usb brother ql-500 problem - 07-19-2006 , 03:30 PM







Quote:
p.s.: no way to use textstream with usb, correct?
If you share the printer I *think* you can open a textstream on
\\COMPUTERNAME\PRINTERSHARE, even if it is on your own PC.

Anders





Reply With Quote
  #3  
Old   
marco
 
Posts: n/a

Default Re: pdx7 usb brother ql-500 problem - 07-31-2006 , 01:39 PM



Anders Jonsson wrote:
Quote:
p.s.: no way to use textstream with usb, correct?


If you share the printer I *think* you can open a textstream on
\\COMPUTERNAME\PRINTERSHARE, even if it is on your own PC.

Anders



Hey Anders
it was a good idea but does not work though open and writeline dont
raise any error
Tack
marco



Reply With Quote
  #4  
Old   
Kasey Chang \(remove EATSPAM to reply\)
 
Posts: n/a

Default Re: pdx7 usb brother ql-500 problem - 07-31-2006 , 02:36 PM



Then map a LPT port to it.

"marco" <n_sp_hum_marco.foglia (AT) tucsoft (DOT) com> wrote

Quote:
Anders Jonsson wrote:
p.s.: no way to use textstream with usb, correct?


If you share the printer I *think* you can open a textstream on
\\COMPUTERNAME\PRINTERSHARE, even if it is on your own PC.

Anders



Hey Anders
it was a good idea but does not work though open and writeline dont
raise any error
Tack
marco




Reply With Quote
  #5  
Old   
Anders Jonsson
 
Posts: n/a

Default Re: pdx7 usb brother ql-500 problem - 08-02-2006 , 12:54 PM



Quote:
Hey Anders
it was a good idea but does not work though open and writeline dont raise
any error
Tack
marco

I just did a test with an OKI printer connected to my PC by USB and shared.

This code worked:


Quote:
var
ts textstream
endvar

if not ts.create("\\\\DELL-4600\\OKIC7200") then errorshow() return endif

ts.writeline("This is the first line")
ts.writeline("This is the second line")
ts.writeline(chr(12)) ;formfeed is needed to get the printer to actually
print
ts.close()

<<<

Note that the backslashed needs to be "doubble".

Best regards

Anders





Reply With Quote
  #6  
Old   
marco
 
Posts: n/a

Default Re: pdx7 usb brother ql-500 problem - 08-06-2006 , 03:44 PM



Kasey Chang (remove EATSPAM to reply) wrote:
Quote:
Then map a LPT port to it.

i failed to notice that "open a textstream on
\\COMPUTERNAME\PRINTERSHARE" give an entry in the printer cue as "local
downlevel document". It occurs the same mapping to lpt1.
Now i will search on the net if someone can make print this QL500 from a
DOS software

thank you very much
marco



Quote:
"marco" <n_sp_hum_marco.foglia (AT) tucsoft (DOT) com> wrote in message
news:44ce4e79$1_6 (AT) news (DOT) bluewin.ch...

Anders Jonsson wrote:

p.s.: no way to use textstream with usb, correct?


If you share the printer I *think* you can open a textstream on
\\COMPUTERNAME\PRINTERSHARE, even if it is on your own PC.

Anders




Hey Anders
it was a good idea but does not work though open and writeline dont
raise any error
Tack
marco





Reply With Quote
  #7  
Old   
marco
 
Posts: n/a

Default Re: pdx7 usb brother ql-500 problem - 08-06-2006 , 03:48 PM




Quote:
ts.writeline(chr(12)) ;formfeed is needed to get the printer to actually
print
ts.close()
Hej Anders,
i noticed just now that in cue it appears a document. With or without
chr 12.

Tack so mycke
marco


Reply With Quote
  #8  
Old   
Anders Jonsson
 
Posts: n/a

Default Re: pdx7 usb brother ql-500 problem - 08-08-2006 , 06:37 AM



Quote:
ts.writeline(chr(12)) ;formfeed is needed to get the printer to actually
print
ts.close()

Hej Anders,
i noticed just now that in cue it appears a document. With or without chr
12.
But did you get it to print?


Quote:
Tack so mycke
marco
Kul att kunna hjälpa till.


Anders




Reply With Quote
  #9  
Old   
marco
 
Posts: n/a

Default Re: pdx7 usb brother ql-500 problem - 08-09-2006 , 05:10 AM



Anders Jonsson wrote:
Quote:
ts.writeline(chr(12)) ;formfeed is needed to get the printer to actually
print
ts.close()

Hej Anders,
i noticed just now that in cue it appears a document. With or without chr
12.


But did you get it to print?
no. Neither from dos prompt(cmd, WXP) with dir >> LPT1 (after mapping to
\\acer\broth). On the net i didnt find anything about printing from
DOS with this Brother printer.

ciao!
marco



Quote:
Kul att kunna hjälpa till.




Quote:

Anders



Reply With Quote
  #10  
Old   
Anders Jonsson
 
Posts: n/a

Default Re: pdx7 usb brother ql-500 problem - 08-12-2006 , 01:10 PM



Quote:
no. Neither from dos prompt(cmd, WXP) with dir >> LPT1 (after mapping to
\\acer\broth). On the net i didnt find anything about printing from DOS
with this Brother printer.

ciao!
marco
Most brother printes should understand PCL , but maybe it's a "Windows only
printer" and then I'm not sure if textstream works...

Anders





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.