Hi,
table and datasource are two different objects, so super()  in 
datasource.write() will call formadatasource.write().
hth Tobias

________________________________

Von: [email protected] im Auftrag von gollywogman
Gesendet: Di 22.05.2007 10:16
An: [email protected]
Betreff: [development-axapta] super() call



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?



 


[Non-text portions of this message have been removed]

Reply via email to