[SOLVED] StartEdit cell |
Post Reply |
Author | |
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
Posted: 13 October 2010 at 8:52am |
Greetings to all from an old friend...
I have an ReportControl with EditOnClick property set to True, so the user needs to position mouse over the cell and "clickit" to edit...
Question: Is there a way to do this programmatically or simulate it ? A kind of cell.StartEdit?
Thanks
Hi Oleg...
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Actually there is...
Me.wndReportControl.Navigator.MoveToRow 1
Me.wndReportControl.Navigator.MoveFirstColumn Me.wndReportControl.Navigator.BeginEdit Will move position to second row and FIRST "cell" and start edit
|
|
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.... |
|
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
|
Thanks Aaron.
your help is really appreciated.
|
|
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 |