Report Control: Manual vs. user sorting |
Post Reply |
Author | |
nighthawk
Senior Member Joined: 11 June 2004 Status: Offline Points: 167 |
Post Options
Thanks(0)
Posted: 18 May 2005 at 5:52am |
I want to be able to manually define the default sort that is applied
to a Report Control but I also don't want the user to be able to change
the sort away from the default I set. I have the following code:
ReportControl.SortOrder.add ReportControl.Columns(3) ReportControl.SortOrder(3).SortAscending = True ReportControl.AllowColumnSort = False The problem is that whenever I add the first two lines to set the default sort, the third line that disables user sorting appears to be ignored. I do get the correct default sort but the user is still able to change the sort as desired. Is this a bug or is there a workaround? |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |