cell edit |
Post Reply |
Author | ||
Albert1
Groupie Joined: 01 February 2007 Location: Italy Status: Offline Points: 66 |
Post Options
Thanks(0)
Posted: 07 September 2010 at 6:35am |
|
Is there a way to get the value of the cell being edited? I try to explay what I wish:
Lets try the CJ's ReportSample.vbp.
Execute it and choose "Additional Samples", "Task List Sample". In the first row modify the Due Date: go edit mode (F2 or click on the first char) and modify to 01/01/2003 (without hit enter key). When you click on inplace button (or Alt+Down Arrow) it will pop-up the calendar. The day selected is 12/12/2003 and not 01/01/2003. Thats why the Button.Item.Value is the previous one. It's not correct ...
You can have the requested value only in the InplaceEditChanging event (NewValue parameter). Is there another way?
|
||
Product: Xtreme SuitePro (ActiveX) version 13.4.1 / 16.3.0
Platform: Windows Vista (32bit) - SP 2 Language: Visual Basic 6.0 (SP6) |
||
Albert1
Groupie Joined: 01 February 2007 Location: Italy Status: Offline Points: 66 |
Post Options
Thanks(0)
|
|
PARTIALLY SOLVED:
Inside the InplaceEditChanging I set a code like this:
so I can access what I need with Button.Item.Tag (instead of Button.Item.Value).
I would suggest CJ to implement an appropriate property:
|
||
Product: Xtreme SuitePro (ActiveX) version 13.4.1 / 16.3.0
Platform: Windows Vista (32bit) - SP 2 Language: Visual Basic 6.0 (SP6) |
||
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 |