_cm_popupcall giving unexplained result [message #1623] |
Wed, 10 September 2008 11:26 |
gpatti
Messages: 283 Registered: August 2008
|
Senior Member |
|
|
I'm trying to filter the results of a popup by modifying the where string in _cm_popupcall to join to additional tables using a foriegn key selected fom a dropdown.
This was working fine until I changed my datamodel. I've added a third table through an additional join in the where. The SQL is correct, but the popup is now retrieving all rows from the target table.
The relationships are all defined correctly - so is there something else that might override the $where in _cm_popupcall?
|
|
|
|
|