hi all,
I have Tabbed Canvas which is consist of 4 Pages
there are 2 Database Data Blocks and 2 Non-Database Data Blocks
user can enter / update on any block ( 1 or many ) and press Save button (default menu option / icon)
what if I want to verify and commit data block only which is currently in Front of user? (may be database data block or non-database)
how I can handle all these if user has also made changes (enter/updated) in another block too?
what is difference between Commit and Commit-Form?
regards