Posted by 'Marc Steck' on September 13, 2001 at 17:33:27 EST:
I have a tabbed page form, each of 4 tabs has it's own data block, all 4 datablocks are on one form. I want to fill in the form, moving from tab to tab, and in a save/exit trigger on each page I want to write the record to the database filling in all the columns referenced on all 4 tab pages. The first tab page has the primary database field. commit_form from the tabbed pages reports an error trying to put 'NULL' into the primary field. It appears that the page I am on when I do the commit-form writes only that pages columns to the database, not all the columns from all the pages as I want it to.
any ideas? thanks, Marc