Re: [Gambas-user] SetFocus to next MaskBox in a Group

2015-02-12 Thread John Rose
Tobias, Thanks. I've used your second method. It's so easy when you know how! John On 12/02/15 13:12, Tobias Boege wrote: > On Thu, 12 Feb 2015, John Rose wrote: >> I have a set of MaskBoxes (each with Group Cyphered & with MaxLength of >> 1) with Names of CypheredMaskBox1, CypheredMaskBox2, C

Re: [Gambas-user] SetFocus to next MaskBox in a Group

2015-02-12 Thread Tobias Boege
On Thu, 12 Feb 2015, John Rose wrote: > I have a set of MaskBoxes (each with Group Cyphered & with MaxLength of > 1) with Names of CypheredMaskBox1, CypheredMaskBox2, CypheredMaskBox3 > etc. CypheredMaskBox1 has Tag of 1, CypheredMaskBox2 has Tag of 2 etc. > In my Cyphered_Change event, I do valida

[Gambas-user] SetFocus to next MaskBox in a Group

2015-02-12 Thread John Rose
I have a set of MaskBoxes (each with Group Cyphered & with MaxLength of 1) with Names of CypheredMaskBox1, CypheredMaskBox2, CypheredMaskBox3 etc. CypheredMaskBox1 has Tag of 1, CypheredMaskBox2 has Tag of 2 etc. In my Cyphered_Change event, I do validation of a user-entered character but want to S