Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Different of ??? and @...... say
Message
From
18/10/2001 04:53:13
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
18/10/2001 03:12:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00570087
Message ID:
00570101
Views:
19
>Hi,
> Anyone can tell me the different between this 2 print command ?
> I want to find the fastest print performance.
> I found that if i use "???" command will print faster to printer than use @ prow(),pcol() say.... command. Why? those is not direct print to printer ?
> If i use "???" i can't set the font type, font size and font style.
> If i use @prow,pcol say.... i can set the font type and font size but it give me printing slow than the first command.
> Anyone can give my suggestion ? thanks
>
>kengwen

?, ??, ??? do not calculate position as @ .. say.
??? directly sends output to printer and also doesn't need extra formatting options. With fonts you do graphics printing which is slow. Generic text printing is faster than graphics printing (unless you have a really fast page printer).
PS:If your printer supports it you could set fonts with escape sequences which should be documented in your printer's manual.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform