Print Page | Close Window

Print a Texffield with a number for more times

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=11600
Printed Date: 06 May 2024 at 5:57am


Topic: Print a Texffield with a number for more times
Posted By: Master Pain
Subject: Print a Texffield with a number for more times
Date Posted: 05 Nov 2010 at 1:58am
Hello,

In  my Crystal-Reports Project (c# .NET 2008)
i get the last numbers (here for example the last number is 3) from my database.

This number have to by shown in my Crystal-Reports-Document (always incremented by 1)

This incremented number should be printed exactly 5 times in horizontal line and 13 times in vertical line. 
I haven't found yet a solution by a function or whatever. How can it by solved?
 Huch

This Document shoud look like this example:

3      4      5     6      7     
9     10     11   12    13
14   15     16   17    18
19   20     21   22    23
24....
..and so on to 13 lines


Thanks You

Best Regards,



Replies:
Posted By: lockwelle
Date Posted: 09 Nov 2010 at 3:39am
are you looking for the numbers to be in different cells or just aligned?
 
I can see a fairly simple set of for loops that would build a string and then display the string in a textbox that 'Can Grow'.  If you want them each in their own cell then I don't have a clue.



Print Page | Close Window