This has been resolved. See the related post at https://groups.google.com/forum/#!topic/web2py/5sz_w4S-czE
On Monday, December 9, 2013 11:54:27 AM UTC-6, P T wrote: > > I am building the field list as given here > https://groups.google.com/forum/#!topic/web2py/5sz_w4S-czE > > fields=[db.monthly_projections.employee, db.monthly_projections.id, db. > monthly_projections.costcode] > for row in db(db.months).select(): > fields.append(db.monthly_projections[row.effort_month.strftime('%b_%Y' > )]) > > The columns in the View page are in the order as given by the field list. > But, in New and Edit pages the columns are in different order. How can I > get consistent ordering across all the three pages? > > See the attached pdf file for the screenshots. > > Thanks! > PT > > PS: I posted this question as a followup to > https://groups.google.com/forum/#!topic/web2py/5sz_w4S-czE . But, posting > here again as I marked that thread as "Answered" > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

