Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adjust the distance chr(10) advances a new line
Message
From
11/10/2007 22:57:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Adjust the distance chr(10) advances a new line
Miscellaneous
Thread ID:
01260469
Message ID:
01260469
Views:
60
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
Next
Reply
Map
View

Click here to load this message in the networking platform