Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adjust the distance chr(10) advances a new line
Message
De
11/10/2007 22:57:35
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Adjust the distance chr(10) advances a new line
Divers
Thread ID:
01260469
Message ID:
01260469
Vues:
61
Greetings all
I have a routine that strings together several lines of an address utilizing the following syntax:
.
.
.
CASE empty(vendMast.payAddr2)
     addr=vendMast.name+;
     chr(10)+ vendMast.payAddr1+chr(10)+;
     allt(vendMast.payCity)+" "+allt(vendMast.payState)+"  "+formattedZip
.
.
.
The address is just a bit too tall for a 4 lines address envelope window. If the space between the address lines is decreased, the envelope window will be large enough.

Question: Is there a way to change the distance the chr(10) advances a line when chr(10) is invoked as it is above?

I know I could make 4 labels and write each component of the address to a label, but I attempting to avoid that.

thanks, Vince
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform