> Is there a way to change the order in which controls are looped through > if you press tab and have a few in a form? > > I can't seem to find it. > What is the key in this? > > I have some datacontrol fields, but it goes from the first to the third > back to the second... > > Regards, > Ron_2nd. >
In Gambas the "Tab order" is the Z-order. The lower control has the focus first. Beware that container whose Arrangement property is set, or implicit, force the z-order of their children. Regards, -- Benoît ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
