Hello all PowerBuilder wizards!
Here is my problem: I have a user object u_Axes, which contains a function:
Name: initialize
Params: window DrawForm
Also I have a window called MainForm. I put a button on the window and wrote it's Clicked script:
u_Axes MyAxes
MyAxes.Initialize(MainForm)
The result of clicking is an error message:
Null object reference at line...
How to solve this?
Thank you!
Here is my problem: I have a user object u_Axes, which contains a function:
Name: initialize
Params: window DrawForm
Also I have a window called MainForm. I put a button on the window and wrote it's Clicked script:
u_Axes MyAxes
MyAxes.Initialize(MainForm)
The result of clicking is an error message:
Null object reference at line...
How to solve this?
Thank you!