Custom Template on Master detail

Hi,

at the moment i have linked one table with two detail table. and made everything works.

my question is that how to do customization on the master/detail page.

what i am trying to do :

  1. arrannge the position in which the detail table laid out
  2. in the grid view of the detailed table (on master table page) i want to arrange the column width for specific column. this i can achieve on List page by adding parameter of width on List option
    but how to do in a master/detail view.

Thanks.

ngneer007 wrote:

but how to do in a master/detail view.

If you read “Important Notes” under “Custom Templates” topic from PHPMaker Help menu, see item note #7 as follows:

7.Custom Template does NOT support the following:

  • Export to CSV/HTML/XML/PDF and Export to EXCEL (the data is exported in original tabular format)
  • Add Blank Row in Grid-Add/Edit
  • Detail grid in Master/Detail-Add/Edit/View
  • Crosstab reports

As you can see, “Custom Templates” does not support for Master/Detail View as you want.