Report Not Sorting
I have just upgraded to Delphi 2007 and Report Builder 10.06 on Windows
Vista.
I have a report that was sorting correctly but now is NOT sorting correctly.
My data table is sorted using this sort (OptionID, MasterLineID,
IsMasterLine, LineID)
The report sorts using ONLY the LineID, what am I doing wrong??
Thank you in advance.
Vista.
I have a report that was sorting correctly but now is NOT sorting correctly.
My data table is sorted using this sort (OptionID, MasterLineID,
IsMasterLine, LineID)
The report sorts using ONLY the LineID, what am I doing wrong??
Thank you in advance.
This discussion has been closed.
Comments
This is not a known issue with ReportBuilder. Which database and
connectivity are you using? Are you certain all other items in you
application are the same including the data that is being accessed? Are you
able to recreate this issue with a simple example? If so, please send the
example in .zip format to support@digital-metaphors.com and I'll take a look
at it for you.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Actually, I found the resolution. I was linking my data directly to a data
table (Advantage Database) and the sort is done (or rather was done in
Delphi 7 and RBuilder 9) on the data table.
I ended up building a query to handle the sorts and all is working now.
Thank you again for your response.!
Dan