Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to to find length of the text box at design time in CR 6.0 2

Status
Not open for further replies.

vechalapu

Programmer
May 2, 2001
58
US
Hi,

I need to design text boxes with fixed length i.e. a text box of 4 chars long. Is there any way in CR 6.0 to accomplish this?

Thanks,
Babu Vechalapu

 
I would suggest setting up a formula to be a substring of the first four characters of the database field as required. That way when you include the formula on the report you will only see these first four characters.
Hope this helps,
Steve
 
Hi,

I would like to create an header with fixed number of bytes in between each text box. For example I need to display date field with 8 char length followed by 2 bytes white space followed by report header. Please let me know if I can achieve this using the above solution.
 
I'd suggest creating a number of formulas and putting these into a text field one after the other - you should be able to generate the required results.
Regards,
Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top