Crystal Reports "Can Grow" property

  • Thread starter Thread starter Gustavo De la Espriella
  • Start date Start date
G

Gustavo De la Espriella

Hi, I know this is not a Crystal Reports group, but news.cogniza.com
recieves like one question per week.

Does anyone know how to push fields following a textbox when it grows with
the "Can Grow" property set?

I have, for example, two fields, and I want the second one to start when the
first one ends so they don't overlap.

Please help,
Gustavo De la Espriella
www.espriella.com
 
Hi Gustavo,

I don't think you can do that with field/column values. Here's what I do to
solve this:

I create a formula and place the formula on the report in place of the 2
fields:

trim({tblWorkPlace.CityST}) & " " & trim({tblWorkPlace.Zip})

HTH,

Bernie Yaeger
 
That should do the trick. Thanks

Bernie Yaeger said:
Hi Gustavo,

I don't think you can do that with field/column values. Here's what I do to
solve this:

I create a formula and place the formula on the report in place of the 2
fields:

trim({tblWorkPlace.CityST}) & " " & trim({tblWorkPlace.Zip})

HTH,

Bernie Yaeger
 
Back
Top