Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi Panda,
Thanks, would you know if there is a workaround or a fix for this?
Thanks
hi, if not wrong, the load binder is a server side processing. the form grid add is client side. So, it won't appear until u submit u form.
Hi,
I have a form gird that has a JDBC load binder. The JDBC loadbiner is;
select t.c_Role, u.c_Username, t.c_Project_ID from
app_fd_my_Team t inner join
app_fd_my_Users u on u.id = t.c_User_ID
where t.c_Project_ID ='#form.my_Projects.id#'
The form grid is on a Multi-Form Page with the following settings
When I create the record and click save on the parent form, no data appears in the username field (this field is from the SQL join). It only appears when I click to a different tab or when I reload the whole form. Is this normal and how can I fix this? thanks.