oncreate callback inside a component

17 views
Skip to first unread message

José L.

unread,
Jul 24, 2014, 2:43:49 PM7/24/14
to web...@googlegroups.com
Hi, I'm using load to put two sqlform.grid inside a page in an application. I have added
        ...
        editable
=True,
        create
=True,
        searchable
=False,
        onvalidation
=check_documento,
        oncreate
= check_documento,
        onupdate
= check_documento,
        formname
='grid1'
       
)

inside the function that is loaded by the view.
check_documento is activated whenever I edit a line in the grid, but if I use the "Add" button, after adding the record, the oncreate function is not called and the record is not added to the database.
I have in my view:
  {{ =LOAD('inventario','loadDocsGrid.load',ajax=False)}}

Any idea of why editing works inside the component but not creating new records?

Thanks
Reply all
Reply to author
Forward
0 new messages