Posted 2 February 2021, 11:47 am EST
When I use a IC1FlexReportRecordset in a flex report, only blank space is printed for values.
Here is an example vb project:FlexReportTest.zip
Forums Home / ComponentOne / WinForms Edition
Posted by: kbj on 2 February 2021, 11:47 am EST
Posted 2 February 2021, 11:47 am EST
When I use a IC1FlexReportRecordset in a flex report, only blank space is printed for values.
Here is an example vb project:FlexReportTest.zip
Posted 3 February 2021, 8:45 am EST
Hi,
We have escalated this issue to the developers and will let you know when we have an update.
Regards
Avnish
[Internal Tracking ID : C1WIN-24318]
Posted 5 February 2021, 3:32 pm EST
The problem arises, as shown in the example, when grouping data. Is there any word from the developers?
Posted 8 February 2021, 12:49 am EST
Hi,
We are getting in touch with the developers. We will let you know as soon as we have an update.
Regards.
Posted 8 February 2021, 5:40 pm EST
Hi Avnish,
I found the error with my custom data object. The SetBookmark and GetBookmark functions are used to set the data list cursor (as per the documentation), not store and retrieve some arbitrary bookmark (which I assumed). Perhaps if the functions were called SetCursor and GetCursor I would have figured it out sooner.
Thanks,
Kingman