Options

Add Line space in reports

KARPURSHRIKANTKARPURSHRIKANT Member Posts: 35
I have used a textbox with Multiline property to be true. But i need to add spacing between the lines.

Please advice.

Thanks

Answers

  • Options
    vijay_gvijay_g Member Posts: 884
    edited 2010-03-21
    cheers,
    Try this:
    message('THIS IS VIJAY KUMAR GUPTA\'+' \'+'AND I AM WORKING WITH NAV');
    for text box set multiline porperty to true.
  • Options
    KARPURSHRIKANTKARPURSHRIKANT Member Posts: 35
    Dear Vijay,

    I Need to add some spacing between the lines and also the data source for the text box is just a field from a table which will be dynaminc,

    can you please throw more light on the same....

    Thanks & Rgds,

    Shrikant K.
  • Options
    vijay_gvijay_g Member Posts: 884
    In your attachment you have written you need space between two lines that by i did.
    otherwise you can do it by two text box using by string function either it's a table field.
  • Options
    KARPURSHRIKANTKARPURSHRIKANT Member Posts: 35
    dear vijay,

    The example which you showed it correctly puts the next text to second line and adding one more back slash it will take the blank line, But the second suggestion of dividing the text in two boxes is a problem, as when we divide the text in two boxes with the function copystr it cuts the word eg,


    Rupees : One thousand Two Hundered Fi

    fty four only....

    Please advice furhter....

    thanks

    Shrikant K.
  • Options
    DenSterDenSter Member Posts: 8,304
    so figure out where the spaces are and cut the string up intelligently
  • Options
    SunsetSunset Member Posts: 201
    Find out how many letters you can have on each line, and then cut the text using strpos
    Then use the result to add the spaces
    Don't just take my word for it, test it yourself
  • Options
    KARPURSHRIKANTKARPURSHRIKANT Member Posts: 35
    Oh Ok Thanks a lot, I got you now.
    =D> :thumbsup:
Sign In or Register to comment.