Russell Price
|
| Posted: 10/22/2005, 10:52 PM |
|
I have what I would think is a fairly typical situation, with an editable grid on an update form, with names invoice and detail.
The form has a unique field INVID, and the table shown in the grid has an indexed column, EXTID, corresponding to the invoiceid
I want to filter the grid to show only the correct invoice detail records. I have tried the suggested method of building a query as a paramemet, with the extid = invid, type = URL, and -1 as null condition. This does not work.
Using $detail->ds->debug I see that the filter expression does not get to the grid.
|
|
|
 |
Russell Price
|
| Posted: 10/23/2005, 4:27 AM |
|
I think I figured it out..
I used extid = CCGetfromGet("INVID",0) , which seems to work
Thanks
RP
|
|
|
 |
|