I'm on Crystal 9 and using a sql database.
I would like the report to always show 15 records regardless of how many the report retrieves. I can limit the records by suppressing using the recordnumber < 15 but I cannot get additional 'records' to show up. I'm using the 'Format with Multiple Column' option in the detail section. I would like the report to show as below if say I have only 5 records in the retrieval:
record1 record2
record3 record4
record5 ----void----
----void---- ----void----
----void---- ----void----
----void---- ----void----
----void---- ----void----
----void----
I'll then need to slid something into the 16th slot which I am not sure if I can do but that will be something I'll worry later.
I hope I've provided sufficent information and I'm grateful for any help.
Thanks
I would like the report to always show 15 records regardless of how many the report retrieves. I can limit the records by suppressing using the recordnumber < 15 but I cannot get additional 'records' to show up. I'm using the 'Format with Multiple Column' option in the detail section. I would like the report to show as below if say I have only 5 records in the retrieval:
record1 record2
record3 record4
record5 ----void----
----void---- ----void----
----void---- ----void----
----void---- ----void----
----void---- ----void----
----void----
I'll then need to slid something into the 16th slot which I am not sure if I can do but that will be something I'll worry later.
I hope I've provided sufficent information and I'm grateful for any help.
Thanks