Print Page | Close Window

Crystal Report - Each letter in Separate Box

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=13194
Printed Date: 20 Apr 2025 at 7:35pm


Topic: Crystal Report - Each letter in Separate Box
Posted By: umesh.chape
Subject: Crystal Report - Each letter in Separate Box
Date Posted: 12 May 2011 at 8:01pm
Hi,

In crystal report how to show the text field with box style . Means the each character from word should be in separate box .

e.g. umesh is like |U|M|E|S|H



Replies:
Posted By: lockwelle
Date Posted: 18 May 2011 at 3:42am
if you know the max size of the string you can code for it, if the string has no max size, you can't do it as CR doesn't like dynamic controls to be created...at least not that has worked for me.
 
I would probably have shared stringvar array variable dimensioned for the max, then in loop set the variable. then where you want to display value, I would have  accessor formulas that would display the correct array value.
 
HTH



Print Page | Close Window