C0109 Compiler Error
Message text
Private or protected function cannot be accessed: function.
Explanation
You cannot access a private or protected function in another object.
In this example, of_add is a protected function in n_math that is being
called from another object:
1 2 |
integer li_result li_result = n_math.of_add(10, 20) // generates C0109 |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest