Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PROW(), PCOL() (Urgent)
Message
De
29/11/2001 00:14:50
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
28/11/2001 10:05:34
Douglas Salla
Folhamatic Sistemas
Americana, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00586942
Message ID:
00587337
Vues:
33
>Personal good afternoon
>Does anybody know as zerar the content of PROW (), PCOL () without discharging the command EJECT? In the clipper the function does exist SETPRC (), and in VFP? does some similar function that makes that exist?
>
>I am using VFP 6.0.
>
>Thank you very much for the help of everybody

If you're using Set Device To Printer you can do
@0,0 say ""
and that would advance the paper and zero both these functions. But these two functions work with manually coded reports, so their use may be somewhat limited - I'm not even sure they return any meaningful values when called from a .frx report.

If you meant to print the same thing twice over the same row, or to do some of those old-time dot matrix tricks, you can do it by doing
? [any content here] at n
where n would be the column. Beware that with both ? and @ printing, the paper is measured in the current font of the printer (as in Set Printer Font ...) regardless of any Font options you may use with it. The unit of measure remains one standard character box for the font set. This is tricky in general and you may waste a lot of time trying to do something... which in the end may work on one type of printer only.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform