Hi, i need help with inheritance in visual cobol. I have a .Net class (cobol) named ClassB which inherits from another .Net ClassA (cobol again). In ClassA i have a public property named VariabA. the problem is that i cant access variabA unless i use the keywords self:: or super::. This is a huge problem since is not a normal behavior for inheritance as a feature and it's a stopper for using VariabA as needed (eg in an Exec Sql statement). The same thing in other .Net language is not an issue.... Can you help me please???
↧