Greetings everyone

I have a problem with the super() call on a datasource. On one of my 
datasources on one of my forms, i override the write() method. I add my 
own code and then call super() at the end. In my understanding, this 
super() call should execute the write() method on the table itself. It 
doesn't though. If I want to call the write() method on the table, I 
have to make an explicit call like this:

TableName.write();

instead of using super().

This doesn't make sense to me. In my opinion the super() should have 
called the table's method. Is this a bug in Axapta or is there 
something that I don't understand?

Reply via email to