Page 1 of 1
Tab order of newly created control
Posted: Tue Nov 24, 2009 6:40 am
by Rathinagiri
Sometimes, we release old controls and define new controls in the same name elsewhere outside define window ... end window wrapper.
In that case, the tab order set for the new control is last. Can that be restored as the old control?
Re: Tab order of newly created control
Posted: Tue Nov 24, 2009 12:14 pm
by Roberto Lopez
rathinagiri wrote:Sometimes, we release old controls and define new controls in the same name elsewhere outside define window ... end window wrapper.
In that case, the tab order set for the new control is last. Can that be restored as the old control?
It could be a difficult thing to implement, but can be done.
In fact a 'taborder' property could be the best way to implement that.
Re: Tab order of newly created control
Posted: Tue Nov 24, 2009 1:56 pm
by Rathinagiri
Roberto Lopez wrote:rathinagiri wrote:Sometimes, we release old controls and define new controls in the same name elsewhere outside define window ... end window wrapper.
In that case, the tab order set for the new control is last. Can that be restored as the old control?
It could be a difficult thing to implement, but can be done.
In fact a 'taborder' property could be the best way to implement that.
Thanks for the answer Roberto.