GroupHeader + UserDataSet problem

When I've used groupHeader with MasterData of UserDataSet - the first groupHeader with all data is showing ok, but on the next groupheader there isn't a first row of Masterdata. Another thing that after all data i'm getting extra empty cells >

Comments

  • gpigpi
    edited 9:59PM
    Attach small demo project with problem
  • edited 9:59PM
    Data comming from StringGrid (screen)
    GroupHeader brake on ID
    As U can see every person has 3 positions in list - 9 position at all data but on report there is only 7.
  • edited February 2012
    Problem Solved! with missign row - I've didn't set frxUserData OnPrior event to decrement line number
    To eliminate extra empty row I've set frxUserData CheckEof event to set custom Eof data simple
    if nLineNumber=StringGrid1.RowCount then Eof:=true; where nLineNumber is variable iterate row number

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.