|  | 
| Selected Row | 
| Post Reply   | 
| Author | |
| IDBG   Groupie   Joined: 16 May 2006 Location: United States Status: Offline Points: 21 |  Post Options  Thanks(0)  Quote  Reply  Topic: Selected Row Posted: 30 May 2006 at 1:27pm | 
| Hi! I'm probably missing something very simple here. I have multi-select set to true on my report. When a user highlights one or more rows and clicks Delete, I make the selected rows visible=false and then populate the report control. However, once I do this, the first row in the report control always gets selected. I've tried RptC.Rows(intSel + 1).Selected = True which works, but the first row is selected along with the one I specified. Why is the first row getting selected? Am I missing something? Thanks!! 
 | |
|  | |
| SuperMario   Senior Member     Joined: 14 February 2004 Status: Offline Points: 18057 |  Post Options  Thanks(0)  Quote  Reply  Posted: 30 May 2006 at 1:45pm | 
| 
   Why not use ReportNavigator.MoveToRow?
    | |
|  | |
| IDBG   Groupie   Joined: 16 May 2006 Location: United States Status: Offline Points: 21 |  Post Options  Thanks(0)  Quote  Reply  Posted: 30 May 2006 at 2:00pm | 
| That worked!  Thanks!!  
 | |
|  | |
| 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 |