Kevin,
I'm reading about debugview in Bruce's Nettalk book and will try that as soon as I get up to speed. In the meantime, I am using the following filter on the child browse:
'Age:ID_NO = ' & p_web.GSV('Cou:ID_NO') & ' AND Age:COURSE = <39>' & p_web.GSV('Cou:COURSE') & '<39>'
If I select an item in the parent browse, nothing is updated in the child browse. However, If I select change to view an item, then immediately close the called form, when I return the child browse has been updated and displays the correct filtered data. Thus, I believe my filter above is correct, but session variables do not get updated unless I open a form. It is just not "fired" as rows are selected in the parent browse. This seems odd since I have a similar parent/child set of browse procedures on another set of tps files which works as expected.
Thanks,
Jeff