FocusedSubItem for the selected row |
Post Reply |
Author | |
Alexey2
Senior Member Joined: 24 September 2006 Status: Offline Points: 124 |
Post Options
Thanks(0)
Posted: 26 October 2008 at 11:38am |
If FocusSubItems is enabled how to determine what subitem is selected?
|
|
Alexey2
Senior Member Joined: 24 September 2006 Status: Offline Points: 124 |
Post Options
Thanks(0)
|
For example I want to delete the contents of the subitem by pressing delete key. Is it possible? |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
You could try this in KeyDown event:
If KeyCode = 46
wndReportControl.FocusedRow.Record(wndReportControl.FocusedColumn.Index).Value = Nothing
or
wndReportControl.FocusedRow.Record(wndReportControl.FocusedColumn.Index).Caption = " "
wndReportControl.Redraw
End If
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
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 |