Page 1 of 1

Work Around Solutions Multiple Detail

Posted: Mon Sep 02, 2013 11:20 pm
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?


Re: Work Around Solutions Multiple Detail

Posted: Fri Sep 06, 2013 1:39 am
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.