reload add/edit master/detail page

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

Re: reload add/edit master/detail page

Post by lamany77 »

dear all how do i reload the add/edit page master/detail after i select item or check some item,

i've

table a :
code name
0001 a
0002 b
0003 c

detail table b

code_a code unit price

0001 01 pcs 10000
0001 02 box 20000
0002 01 pcs 10000
0002 02 box 20000

detail table c
code_a code unit price


i've made the table A for field CODE in edit tag as select,
i want to refresh page and populate the table c with table b base on select on table a,


mobhar
User
Posts: 11747

Post by mobhar »

Try "Dynamic Selection List" feature. Please read this topic from PHPMaker Help menu for more info and example.


lamany77
User
Posts: 144

Post by lamany77 »

dynamic selection can not populate select item to a grid detail


mobhar
User
Posts: 11747

Post by mobhar »

I don't think so. It can populate Select item to a grid detail, as long as you have already setup "Parent table" in your detail table with the table in your master table; besides "Parent field" and "Filter field", too.


lamany77
User
Posts: 144

Post by lamany77 »

ok thank you i will try


Post Reply