Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
2.6 and output
Message
De
10/03/2003 11:28:50
 
 
À
10/03/2003 10:52:32
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Divers
Thread ID:
00763658
Message ID:
00763704
Vues:
18
What is the font printing when it does not align? What code is in prow()? When I test your code it works in FPD26 printing to an OKI 320 and an HP4000. Unless you are experiencing wrap-around because the lines are too long? Perhaps you need to use PADR and ALLTRIM or LEFT, ...?

>Hello all...
>
>Once again I am doing maintenance on a 2.6 program with no plans to update the code in the near future. I'm trying to get 2 lines of output to line up on the page it prints.
>
>The programs code:
>? name
>? address
>? city + ' ' + state
>
>However, I would like to add another address to the right hand side of the screen. When I do this, the left hand side of the new address is never straigt. I've tried swiching the code to:
>
>@prow(),20 say name
>@prow(),60 say location_name
>@prow() + 1,20 say address
>@prow(),60 say location_address
>@prow() + 1,20 say city + ' ' + state
>@prow(),60 say location_city + ' ' + location_state
>
>The location information still does not line up correctly. Any ideas?
>
>Thanks,
>Sunshine
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform