Hi formspider team, with api_datasource.createrow i can create new rows before the current row (with in_nextsiblingrow_id) or after the last row (use only parameter datasource). Is there somekind of workaround to create a row AFTER the current row. That experienced Oracle Forms users that would be more logical :) Kind regards, Jan Willem Vermeer |
Hi Serdar, it's a little bit complicated because "force current row" has been activated because the DS might be empty. And when the user clicks in the empty row, a new row has to be created. My PLSQL for this is:
So i can not just add nextrow to this, because that only works when there is a next row... I need to add tests for that too. And that might lead to exceptions... If you have a smart idea for this, please let me know. Kind regards, Jan Willem |
Hi, i have created a generic procedure that creates a new row after the current row or as first row in a datasource. Can you check if there is something missing? Kind regards, Jan Willem
|