Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print font
Message
 
To
14/03/2000 22:23:56
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00345653
Message ID:
00345654
Views:
20
Hi Ralf,

I suggest that you assemble _whole_ lines before issuing the ? command.

For example:

line = "abc"
line = line + " "
line = line + "123"

? line at 0, 123 at 20 font "courier"

This way all the string (including spaces) is in the right font.

Good luck!

Alex


==================================================
orig. message:

I am using ?, ?? to print report.
My line:
? "ABC" at 0, 123 at 20 font "Courier"
? "ABCXYZ" at 0, 123 at 20 font "Courier"
I intend to print all my text in proportional font but the spaces between "ABC" and 123 are still in truetype font.
Alignment looks bad. Any solution?
Low-carb diet not working? Try the Low-food diet instead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform