"Randall" <[EMAIL PROTECTED]> writes: > I'm thinking the ordering should be determined by the list order of the > TableForm widgets parameter. Maybe I've approached this wrong. Any > suggestions are appreciated.
I was bitten by that as well. If you instantiate a widget and then put it on the form, the order becomes a mess. If you instantiate it directly on the form, then order is preserved. -- Jorge Godoy <[EMAIL PROTECTED]>

