Default Avatar

Dan Kelly

Dan Kelly

About

Username
Dan Kelly
Joined
Visits
0
Last Active
Roles
Members

Comments

  • gordk wrote: » have you writen code for the userdataset events onfirst, onnext and oneof Yes - as below OnFirst ReadIndex := 0; OnNext Inc(ReadIndex); OnEof Eof := ReadIndex = ReadList.Count OnGetValue p := ReaadList[ReadIn…
  • I've had a bit more of a look and the issue appears to be with using a Pointer/TList and frxUserDataSet rather than the frxDBDataSet in the example - testing the same data on an frxDBDataSet works as expected. The issue with seems to be that ther…
  • gordk wrote: » the main demo is found in the programfiles/fastreports/fastreport 4/demos/main what version are you using Fast Report 4 on Delphi XE6 I've found the demo, and it appears to be doing what I need it to - just need to work o…
  • gordk wrote: » fr does not sort data your query must have an orderby clause or your table must be sorted the first field should be clientname second field product code the condition for the first group header is client name the condition for s…
  • gordk wrote: » 2 group headers requires 2 group footers you must place the sumfunction in the correct footer gh1 gh2 mdband gf2 sum for product gf1 sum for client Thanks. That's what I had set up with the following problem. I think…
  • gordk wrote: » "This results in each Group containing the full list of records in the Person DataSet" instead of trying to filter write code in the obp event of the band to control the visibility or post a demo project here and i'll take a look…