Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi Ranjith
Develop a form e.g. images_frm and its linked with db table app_fd_image_frm, now when you use Form grid on any other form(main_frm) and linked that grid with image_frm, try to consider those points
1- mention image_frm in FORM Option
2- linked your image_frm fields with COLUMN list
3- in DATA Binder select Multirow Form Binder in both LOAD & STORE options
4- in relevant options you select image_frm in FORM and assign Foreign Key in both SOTRE & LOAD
now when you select edit option of any entry in displayed Form Grid rows a popup will appear with image_frm and if you change any option in that form and Submit and then submit the you main form(main_frm) the changes you made in image_frm will be updated in relevant table(app_fd_image_frm).
Regards,
Hi please, any suggestion?
I have a form which holds form grid Mapped to another form(new table). When i submit the Grid Forms form, the only id is saved. Only after clicking the main forms submit button, other fields get updated.
Hey there,
I don't understand the question. Is it possible to take screenshots and annotate it for clarification?
Thanks.
Thanks, I have a form which holds form grid Mapped to another form(new table). When i submit the Grid Forms form, the only id is saved. Only after clicking the main forms submit button, other fields get updated.
Am using form grid to save data. But only id is save. Only after submitting parrent form only data saved.
But i need to save all data.
Please help