Strange Can Grow Problem

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top