G
|
gtettert 5/3/2011 |
I need to do the same thing. Did you resolve this outside the forum. If so, can you post your solution. I have a master table (tests) with two tables detail (diagnostics and samples). PHPRunner placed on the forms to add, edit and view the master table its detail tables below that. This makes the page too much long. The master table already has its fields in two tabs and I would add two tabs which contain the detail tables. I tried to copy and paste with the visual editor and code editor, but has not worked. Is it possible to do what I want? Thanks. |
M
|
mathias@mylo.be 6/22/2011 |
Well, I am desperately hoping that this is a feature that will be included in the next version of PHPRunner. I use it all the time, but whenever I change anything in the table, I lose my visual modifications and the detail table disappears... But this is how I do it: {BEGIN detail_tables}
<TABLE ID=DetailTables>
{END detail_tables}
|
J
|
JCRamos author 6/23/2011 |
Thank you very much. I am eternally grateful. |