hi guys, i've got 2 reports in a page, Report A and Report B. Report has a custom function button named "View". what i want to achieve is that whevener user click the "view" button on report A, automatically Report B will be filtered by the criteria on Report A on the same page. i made both of the reports published.
below is the custom function code:
void CustomAction.viewallreport(WORK_ORDER_FORM recID)
{
}
and the code below is the page itself:
but when i click the "view" button, it will always open a new window eventhough i've set the setting to iframe, are the settings correct?
thanks guys!
Jeff