![]() |
Sergey Kornilov admin 12/21/2015 |
This looks like incorrect foreign key selection. Make sure that you are not selecting details table primary key as a link field while setting up master-details relationship. |
K
|
krisrianto author 12/22/2015 |
This looks like incorrect foreign key selection. Make sure that you are not selecting details table primary key as a link field while setting up master-details relationship.
|
K
|
krisrianto author 12/22/2015 |
I think i have figured out a work around but i need help. What I am going to do is to insert a $strWhereClause = "tblprice.packagingid = xxx and tblformula.Formulaid = yyy" in the view page event. However, I need to figure out a work around to pass xxx and yyy value from the list page when i click "view" button. What events do i need to do? Can you help me? |