Home
Crystal Reports Training
Crystal Reports XI
Crystal Reports .NET
Crystal Reports Forum
News
Tech Support
Active Topics
Memberlist
Search
Help
Register
Login
Report Design
Crystal Reports Forum
:
Crystal Reports 9 through 2022
:
Report Design
Topic: Letters in blocks
Oldest Post First
Newest Post First
Author
Message
Ian Gelderblom
Newbie
Joined: 10 Jan 2011
Online Status: Offline
Posts: 11
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 Logged
lockwelle
Moderator
Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
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 Logged
Ian Gelderblom
Newbie
Joined: 10 Jan 2011
Online Status: Offline
Posts: 11
Posted: 20 Jun 2011 at 10:09am
Thanks man, I'll give it a try!
IP Logged
Printable version
Forum Jump
-- Select Forum --
Announcements
Talk with the Author
Self-Publishing
Job Postings
New feature request
Report Design
Data Connectivity
Technical Questions
Tips and Tricks
Crystal Xcelsius
Report Design
Data Connectivity
Writing Code
Tips and Tricks
Report Design
Data Connectivity
Writing Code
Tips and Tricks
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.
HOME
|
FREE EBOOK
|
PROGRAMMING GUIDE
|
PURCHASE
|
REVIEWS
|
CONTACT ME
|
FAQ
|
LINKS
|
CLICK PLAYS
|
COACH FORUMS
|
TROPICAL FISH
© 2004-2024 Brian Bischof. All Rights Reserved.