Work Around Solutions Multiple Detail

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
starquest321
User
Posts: 140

Work Around Solutions Multiple Detail

Post by starquest321 »

Currently Phpmaker (V10) does not support selecting multiple records and updating the detail tables.
For example I select 10 master records and would like to choose which detail record fields to update.
What is a good work around solution?


mobhar
User
Posts: 11905

Post by mobhar »

Try this:

  1. Create a View (database view is recommended) that will hold the detail records that includes the master key in each record,
  2. To edit some detail records that belong to some master records, then use the "Basic Search" by choosing "Any word" option, and enter the keys value separated by the blank space in the search text box, then press Enter,
  3. All the detail records will be displayed that belong to those master records, and your user can choose which record(s) will be edited using Multiple-Update feature.

Post Reply