Editable Click or Enter\tab (OpenInsight 32-Bit)
At 17 MAY 2007 07:50:56PM Barry Stevens wrote:
EDITTABLE
Is it possible to know if a user has clicked to change cell position or just enter\tab.
Actually want I want to do if the user presses enter in a cell I want to go to the next cell under not to the right, so I thought if they clicked I will allow column\cell change else force selpos.
At 18 MAY 2007 11:05AM Sean FitzSimons wrote:
Barry,
Check the CLICKPOS property. It will tell you where the user clicked in the edittable.
Sean
At 18 MAY 2007 09:36PM Barry Stevens wrote:
Ahh, always a simple way when you are looking for the complicated!
At 18 MAY 2007 11:28PM Barry Stevens wrote:
Woops, not quite.
Once you have clicked in a cell the value remains even when you tan\enter to the next cell. Looks like I am back to square one. I will try tracking my self seting global variable in the click event to the selpos value.