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.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 10:48AM
    yes you can but you may get un expected results when used with grouping

    typicaly

    masterdata1.dataset.next;

Leave a Comment