Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Letters in blocks Post Reply Post New Topic
Author Message
Ian Gelderblom
Newbie
Newbie


Joined: 10 Jan 2011
Online Status: Offline
Posts: 11
Quote Ian Gelderblom Replybullet Topic: Letters in blocks
    Posted: 20 Jun 2011 at 1:35am
Hey Guys,

Is there a way to show the characters of any word in blocks?

|T|H|I|S| |I|S| |A|N| |E|X|A|M|P|L|E|

This is most common at Banking Slips where you need to fill in your name and details in the blocks.

If any of you have an idea let me know?
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 20 Jun 2011 at 8:49am
local stringvar piped := {table.field};
local numbervar x ;
 
for x:=len(piped) to 1 step -1 do (
  piped = left(x) + "|" + mid(x+1);
);
 
"|" + piped
 
this should at least get you close
 
IP IP Logged
Ian Gelderblom
Newbie
Newbie


Joined: 10 Jan 2011
Online Status: Offline
Posts: 11
Quote Ian Gelderblom Replybullet Posted: 20 Jun 2011 at 10:09am
Thanks man, I'll give it a try!
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.014 seconds.