C0019 Compiler Error
Message text
Incompatible property property for type type.
Explanation
Error C0019 is generated when you try to access a property that does
not exist. The window w_compiler has an instance variable, integer xyz,
but it does not have an instance variable named abc. The last line in this
code in the open event of the window generates C00019: Incompatible
property abc for type w_compiler:
|
1 2 3 |
integer li_num li_num = w_compiler.xyz // compiles without error li_num = w_compiler.abc // generates C0019 |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest