finding if printer is ready

  • Thread starter Thread starter rathika
  • Start date Start date
R

rathika

hi

can anyone tell me what is the function in access or VB
that checks if the printer is ready or not

pls. help

rathika
 
rathika:

There is no built in function in either Access or VB that will allow you to
find out if a printer is ready. You need to use api calls to do this. If
you'd like the capability, the PrintersClass that is part of our "On the Fly
Printing" code set allows you to check a printer's current status. You can
find it on our web site under the Developer Tools section.
 
Back
Top