Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Formatting report - Lrage field over multiple page Post Reply Post New Topic
Author Message
Iain CD
Newbie
Newbie
Avatar

Joined: 27 Sep 2011
Location: United Kingdom
Online Status: Offline
Posts: 8
Quote Iain CD Replybullet Topic: Formatting report - Lrage field over multiple page
    Posted: 04 Jan 2012 at 1:23am
I have a report with a number of large fields.
 
I am displaying/printing the report with the page setup as A4 portrait.
 
The first three fields are single lines, but the forth field is two A4 portrait pages.
 
My question: Is it possible to set things up so that the first three fields, plus a portion of the forth field print, with the remainder of the forth field printing on the next couple of pages?
 
Currently the forth field starts on the second field, leaving a massive gap.
 
Any help would be much appreciated.
 
Iain.
IP IP Logged
kostya1122
Senior Member
Senior Member
Avatar

Joined: 13 Jun 2011
Online Status: Offline
Posts: 475
Quote kostya1122 Replybullet Posted: 04 Jan 2012 at 5:26am
you could cut of some of that field with a formula like
left(table.field, 10)
or something and for the rest of the field formula like
mid(table.field, 11, (max number of characters in table.field)) 
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.016 seconds.