I have the following subroutine
public subroutine wf_init_ribbonbar (ribbonbar arbb, boolean ab_loadxml);// Just loads the RibbonBar from global variable
IF ab_LoadXML THEN
arbb.LoadFromXML(gs_ribbonbar_path)
RETURN
END IF
end subroutine
I updated to the latest PowerBuilder, but now my app just crashes and doesn't launch.
I tried regenerating everything, but when I got to my w_mdi it gave the error (see attached screenshot).
......SOLVED the function LoadFromXML has changed to ImportFromXMLFile