Populate external table from LAUNCH-form
Posted: Thu Nov 16, 2023 1:51 pm
There is a LAUNCH-form consisting of 5 sub-forms, on the basis of which a row for an external table is formed. For this, another sub-form (GRID type) is used.
Having collected data from 3 sub-forms, you need to write them into an external database table. I use nuRunPHPHiddenWhithParams, but after struggling with base64encode - base64decode I thought that perhaps there is a way to write data to an external table from js. But the problem is that all the source tables and the destination do not have a common foreign key. I tried changing LAUNCH-form to BROWSE-EDIT...The save button appears when changing the GRID-form, but nothing is saved.
Having collected data from 3 sub-forms, you need to write them into an external database table. I use nuRunPHPHiddenWhithParams, but after struggling with base64encode - base64decode I thought that perhaps there is a way to write data to an external table from js. But the problem is that all the source tables and the destination do not have a common foreign key. I tried changing LAUNCH-form to BROWSE-EDIT...The save button appears when changing the GRID-form, but nothing is saved.