Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
End User
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
frmrbEndUserReportExpFrm -> trvFolders - Can i have a different order ?
rbuser
May 2009
edited May 2009
in
End User
Hi
I'm using End User form ( frmrbEndUserReportExpFrm )
In trvFolders i have my folder with 100 folder and sub-folder
this trvFolders is automatic sorted by name
Can i have a different order ( a db field with numeric order view )
RB 11.x
Comments
nicocizik
May 2009
edited May 2009
Hi Enrico,
By definition, the folder TreeView is sorted by the caption. You can change
this by directly accessing the TreeView object (FtrvFolders) in your custom
report explorer. Changing the SortType property to stNone should give it
the natural order.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
By definition, the folder TreeView is sorted by the caption. You can change
this by directly accessing the TreeView object (FtrvFolders) in your custom
report explorer. Changing the SortType property to stNone should give it
the natural order.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com