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...
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...