multiple form with detail form

Dear scriptcase support,

we need to give a “multiple record form” the permission to have a detail form like this example http://phpdatagrid.com/examples/phpGridx/examples/master_detail_nested.php?iframe=true&width=850&height=800

There are several ways to do this, I will mention two ways!

One is using the native capabilities of the SC. You can create 3 “Containers” and do according to what is in the example!

The other option would be to work with “iframe”, for this you would have to create 3 virtual fields like “Label” inside the label you put the iframe code!

good luck!

Hello,

I have just sent your suggestion to our team.

regards,
Bernhard Bernsmann

hello FredKeyster,

If I use “containers” so I can’t do a relation between tables , and if I change the selected row in master table how can I change the specific rows in detail table ??
I need a relation between tables that is my point .

Thanks for your reply .

It is possible by fiddling with javascript. You need to refresh the IFrame with the correct url and pass parameters. It’s doable, and I remember there’s a faq somewhere on SC site. But JS is not my strongest point. I often use a ‘roadmap’ in my applications: the step to do is on the left container, the detail screen on the right. Steps taken are green, current step is blue etc. you get the picture. To refresh I use the timer which is in the iframe. I have set it to 5 secs, not exactly ideal.

Hello,

We have a sample of a similar application: https://www.scriptcase.com.br/exemplos-scriptcase/relatorios-graficos-php/consulta-mestre-detalhe/

There is no tutorial, but you can download all sample applications and see how the app was built.

regards,
Bernhard Benrsmann