Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
2.6 and output
Message
De
10/03/2003 10:52:32
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
2.6 and output
Divers
Thread ID:
00763658
Message ID:
00763658
Vues:
51
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform