Blank lines required in crystal Report 8.5
I am a software developer and engineer. My client wants me to generate a report based on the design of his hard-copy letter pad.Â
I am a software developer and engineer. My client wants me to generate a report based on the design of his hard-copy letter pad.Â
This problem can be solved quite easily. Please post an image of the letter pad so that I can understand the problem in detail. Also let me know what software you are using for report generation and development.
Here you are. Note, that the company letter head has been blanked out for security reasons. I am using Crystal Reports 8.5 with VB and SQL for report generation and development.
Your problem occurs when your line items are less than the number of lines printed on the letter pad. The totals must be in the specified area at the end of the page. All you have to do is:
In the details area of the report, add 13 headers area (one less than the number of lines); in each group’s property, set the formula field as
Suppress if record number > 2. This formula will be in the 2nd line and the first group header you have entered and so on. Apply this setting to all group headers.
To make sure that it works, print the report using from 1 to 14 details entries; the totals should always appear in the right location.
I'm having difficulty following your instructions. Can you please give me step by step instructions?
An image would also help.
Here's an image of the report design view. Perform all the tasks I have described in the last comment. You must Generate group headers on the basis of Sales/Purchase voucher no.
Thank you so much. My problem seems to be resolving. I have added all the groups and set the formulas too.
But there is one pending issue: The report fields are not on the exact lines and exact places.
Can you help?
Make sure that the line height of the details area and the added group headers is identical to the height of those in the letter pad.
You may need to modify these: use a trial-and-error method to fine tune your settings to match the letter pad exactly.
Thank you so much for help. My problem is resolved.
Thanks, again.