Report Control Virtual Mode |
Post Reply |
Author | |
cybeh
Groupie Joined: 27 December 2005 Location: Malaysia Status: Offline Points: 76 |
Post Options
Thanks(0)
Posted: 05 September 2007 at 9:12pm |
Hi all,
Please correct me if I am wrong. When we set the report control to virtual mode, there is no way for us to know what's the value for the selected row item value anymore? Example: wndReportControl.SelectedRows(0).Record.Item(0).Value <- this will return nothing. Please advice. Thanks. |
|
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
|
This is by design. In virtualmode yo don't add any records.
See VB-example VirtualList.
In SelectionChanged-Event and perhaps MousDown-Event yo get the Index of row and item and can access your own datalist with the populated indexes.
|
|
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 |