I have difficulty calling the specific form in phpmaker, based on the field selection in the current form(tbl_selection), what I really need is how to call the other form based on user selection here are the illustration, there are 3 tables that will be used, I hope someone here can help me to solve my problem :tbl_selection
no | name | selected
1 Arkeo Table_a
2 Polio Tabel_bTable_A
no | desc_A | number_A
1 Arkeo 123Table_B
no | desc_B | number_b
1 polio 234
Your post is not clear enough.
- What form? Is is for Add form and/or Edit form of “Table_A” or “Table_B”?
- Or, is it just to display the List page of “Table_A” or “Table_B” after selecting the “tbl_selection”?
- How did you want to use “selected” field in “tbl_selection” to trigger the selecting event? Is it by using a link in each record from List page of “tbl_selection”?
mobhar wrote:
Your post is not clear enough.
- What form? Is is for Add form and/or Edit form of “Table_A” or
“Table_B”? - Or, is it just to display the List page of “Table_A” or
“Table_B” after selecting the “tbl_selection”? - How did you want to use “selected” field in
“tbl_selection” to trigger the selecting event? Is it by using a
link in each record from List page of “tbl_selection”?
- Form is generated from tbl_selection,and Table_A,Table_B.
- All I need is crud for all table, what I mean is, After the user select the specified record from the tbl_selection eg.arkeo, then automatically, form which is generated from table_a is show up.
- tbl_selection contain a fix record for one table, its mean that if user select 1 record from tbl_selection eg. arkeo, then the system will call only table_A.
thankyou
just like master detail table, all child table is show automatically, I only wanna show the table only what user have been selected from the tbl_selection