I know it has sections but it is quite hard to handle them. I looked at the samples but I cannot modify them for my purposes. I don't have a database, so I don't have fields and can't manage to do groups.
What I need is the possibility to add bitmaps taken from another program. If in the other program I have say:
page 1: 3 bitmaps
page 2: 1 bitmap
page 3: 2 bitmaps
I'd like to have the same layout in the report.
Now I use just crreport.sections.item['D'] and the layout difficult to control. Anyway, Crystal does have pages, infact there is a method crreport.sections.newpageafter and also crreport.sections.newpagebefore.
How can I understand the product better if the documentation for the runtime part is so scarce?