Do we have [NEXT] Function for Dataset in FastReport?
Hi all
I have a MasterData BAND with three GroupHeader BAND on my Report (Designer) , i want in [AfterPrint] event of GroupHeader(s) and based on some Criteria or condition , my Dataset (that is attached to my MasterData Band) Go One record Forward like following Code in delphi:
MyDataSet.Next;
is there such a [NEXT] function for this purpose? or how can force the DataSet to go one record forward?
Any help greately would be appreciated.
Kind Regards.
I have a MasterData BAND with three GroupHeader BAND on my Report (Designer) , i want in [AfterPrint] event of GroupHeader(s) and based on some Criteria or condition , my Dataset (that is attached to my MasterData Band) Go One record Forward like following Code in delphi:
MyDataSet.Next;
is there such a [NEXT] function for this purpose? or how can force the DataSet to go one record forward?
Any help greately would be appreciated.
Kind Regards.
Comments
typicaly
masterdata1.dataset.next;