Hi all,
I am print a report as mentioned in the top picture. In that the
Name is displayed continouly. Now I want to print each character of the name
inside a rectangle as in the bottom of the image.Is it possible
Thanks
Dana
Please mark you thread resolved using the Thread Tools as shown
You could use textboxes formatted to look that way and place each character inside each textbox. It would take a bit of CR code to parse teh bound fields text so its just a single char at the appropriate position.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
Make textboxes in crystal to look how you want. Bind to the desired field. Parse bound field to display the character position relevant to the position of the textbox.
Cant make it shorter or simplier then that.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.