B
bw
I have a control (TravelDisplay) that has the Can Grow property set to Yes.
If TravelDisplay="anytextvalue", then there is a single space between the
value in TravelDisplay and the Next control value (as it should be).
Example:
anytextvalue
nexttextvalue
If TravelDisplay=Null, then there is no space between the control before
TravelDisplay and the Next control.
Example:
controlvaluebeforeTravelDisplay
nexttextvalue
If TravelDisplay = chr(10), then the proper spacing between the control
before TravelDisplay and the Next control, but I'm getting a box character
displayed due to the chr(10) value.
And if TravelDisplay = " ", then it looks like there is a double space
between the control before TravelDisplay and the Next control value.
Can someone give me a suggestion as to how this is done the right way?
Thanks,
Bernie
If TravelDisplay="anytextvalue", then there is a single space between the
value in TravelDisplay and the Next control value (as it should be).
Example:
anytextvalue
nexttextvalue
If TravelDisplay=Null, then there is no space between the control before
TravelDisplay and the Next control.
Example:
controlvaluebeforeTravelDisplay
nexttextvalue
If TravelDisplay = chr(10), then the proper spacing between the control
before TravelDisplay and the Next control, but I'm getting a box character
displayed due to the chr(10) value.
And if TravelDisplay = " ", then it looks like there is a double space
between the control before TravelDisplay and the Next control value.
Can someone give me a suggestion as to how this is done the right way?
Thanks,
Bernie