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 3:42AM
    yes you can but you may get un expected results when used with grouping

    typicaly

    masterdata1.dataset.next;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.