Joined: 02 Jul 2008
Location: United States
Online Status: Offline
Posts: 17
Topic: Always print the same number of detail lines. Posted: 16 Jul 2008 at 4:47am
I have a situation where the data i may pull will always have no more than 17 detail lines, but will sometimes have less than 17. I need it to always display 17 lines how could i make it display blank lines to make up the difference when there are less than 17 lines?
Joined: 29 Jun 2008
Online Status: Offline
Posts: 35
Posted: 16 Jul 2008 at 9:54am
I think that will be last record. Have one more extra section in Section Expert of detail section write suppress formula not onLastRecord to display only for last record. Also select suppressIfblank on in section expert.
Create one more formula with following code
stringVar str:=" "; numbervar i; for i:= 0 to 17-RecordNumber do str:=str+chr(13);
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