Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: Horizontal Record in Crystal Report Post Reply Post New Topic
Author Message
bicycle
Newbie
Newbie
Avatar

Joined: 11 Jul 2012
Location: Indonesia
Online Status: Offline
Posts: 2
Quote bicycle Replybullet Topic: Horizontal Record in Crystal Report
    Posted: 11 Jul 2012 at 6:05pm
how to show record in detail section like

Record 1 Record 2 Record 3
Record 4 Record 5 Record 6
Record 7 Record 8 Record 9

 what the formula the showing record like that
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 12 Jul 2012 at 4:06am
I build delimited string in the detail portion of the report (suppressing the detail section) and then format the string in the group footer.
 
simple example:
(in the detail section)
shared stringvar x;
x := x + ", " + {table.field};
 
(in group footer)
shared stringvar x;
mid(x, 3)    //strips leading comma and space
 
HTH
 
IP IP Logged
bicycle
Newbie
Newbie
Avatar

Joined: 11 Jul 2012
Location: Indonesia
Online Status: Offline
Posts: 2
Quote bicycle Replybullet Posted: 12 Jul 2012 at 4:46pm
thanks for your response

i try the formula and i get the record horizontal which i want

thanks alotSmile





Edited by bicycle - 12 Jul 2012 at 9:37pm
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.015 seconds.