In phpmaker 2018, I could hide the parent table with this code: (patient_list in this case is the parent table, this is in the page_load event)
function Page_Load() {
//echo "Page Load";
//this is not working
$GLOBALS["patient_list"]->Visible = FALSE;
}
How do I hide the parent table now in php maker 2024?