Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AmazingSpiderman

    Changing the size of the font when printing from the port

    Hi, I'm trying to change the size of the font when i send the information to the printer, my code is: Open Puerto For Output As #fNum If Err = 0 Then Print #fNum, strCadena If bClosePortAfterPrint Then Close #fNum End If where "Puerto" is the printer...
  2. AmazingSpiderman

    Execute a Unix command from VB

    I have a similar problem, i need to change the permisions of some files shared in a unix computer so i can read them. The files are generated by the ERP Baan and stored in a shared folder in a unix computer in the network. The files are generated with Read and Write permisions, but i can't open...

Part and Inventory Search

Back
Top