I'm using Clipper 5.2 and a laser printing library called
Prohp6, the problem that I have is, that I have to print
in the same line Arial bold 8 points and Arial 9 points
but I have to assing the column and the row where to print.
The programing lines that Im using are the following:
hpscalef(8,UPRIGHT,0)
hp_rcsay(10,20,hpbold("Name:")
hpscalef(9,UPRIGHT,0)
hp_rcsay(10,30,"Joe Doe"
When I run these it will print in diferent lines, Do someone
hase some ideas? Thanks
Prohp6, the problem that I have is, that I have to print
in the same line Arial bold 8 points and Arial 9 points
but I have to assing the column and the row where to print.
The programing lines that Im using are the following:
hpscalef(8,UPRIGHT,0)
hp_rcsay(10,20,hpbold("Name:")
hpscalef(9,UPRIGHT,0)
hp_rcsay(10,30,"Joe Doe"
When I run these it will print in diferent lines, Do someone
hase some ideas? Thanks