DAP's

A

Airbonzo

I have a data access page with an Iframe. In the main window I'm displaying a
purchase order. In the Iframe I need to show only the items for that purchase
order number. I have a varible in the main window POID that the Iframe can
see (tested using a msgbox) How do I filter the items in the Iframe using the
number in POID?
 
Top