1. Marc James
  2. PowerBuilder
  3. Monday, 11 May 2020 15:32 PM UTC

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

 

 

Attachments (3)
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Monday, 11 May 2020 15:54 PM UTC
  2. PowerBuilder
  3. # 1

Thanks for sharing the solution to use ImportFromXMLFile.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.