Help! Select Row via Code - ReportControl |
Post Reply |
Author | |
bokinet
Newbie Joined: 27 July 2005 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 27 July 2005 at 3:25am |
Hello, Does anybody knew how to resolve next issue: I want to do simple selection/shading of new record or existing record in ReportControl from Code. Also, how to find some record in ReportControl or to check if some record already exists without to write code like is for each code stuff for ReportControl. I'm rendering over 40.000 records to ReportControl and checking via code from VB could incrast the performance of application on which I'm working on... I hate, when somebody do the greate job, specialy make nice GUI and on basic stuff faild like is simple locating existing record or item in object collection... Thanks!
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
So you want to select a record? You want it to appear as if
someone just clicked on it? If so, then you can use
ReportControl.FocusedRow to specify the row to select. If you
want to select multiple rows you can use the
ReportControl.SelectedRows.Add method to add selected rows.
Currently there is no method to find a record, but in the next release we added ReportRows.FindRow(Record As ReportRecord) method. The next release should be available in 2-3 weeks. |
|
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 |