if request.function == 'new': db.mytable.myfield.readable = False db.mytable.myfield2.readable = False db.mytable.myfield3.readable = False
On Tue, Jul 17, 2012 at 5:16 PM, Ashraf Mansour <ad...@aqar-riyadh.com>wrote: > > Hi, >> >> How can i hide columns in the create form generated by sqlform.grid ? > > Thanks > > Ashraf > > -- > > > > --