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

