On Jun 22, 2007, at 8:07 PM, Paul McNett wrote:

> I think it's because each record is a Python dict, and the keys of
> Python dicts are in arbitrary order. We should make an issue about  
> this.

        Also the concept of column order is undefined in SQL.

        The 'browse' function is simply a quick and dirty way to view a  
dataset. If you want finer control of things such as column ordering,  
custom captions, etc., you need to create a form, add a grid, and  
call the grid's buildFromDataSet() method. See the docs for that  
method for the details on the options available.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to