trying another tables using smartgrid and have the same result. 
trying to add the auth signature but have the same result.
trying to create the apps from scratch (copy the models, controllers and 
views folders) but have the same result.
*code*
*controllers/report.py*
def report_product():
product_detail = ['purchase_detail']
grid = SQLFORM.smartgrid(db.product)
return locals()

def report_supplier():
supplier_detail = ['purchase_header']
grid = SQLFORM.smartgrid(db.supplier)
return locals()

any idea how to fix it?

thanks and best regards,
stifan

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to