[Axapta-Knowledge-Village] Re: Validation Sequence

2004-09-25 Thread dgaethofs
SebDra, That is precisely what I did. I am looking for some MBS documentation that exactly specifies what the sequence is. Does this kind of documentation exists? regards, Danny --- In [EMAIL PROTECTED], "sebdra" <[EMAIL PROTECTED]> wrote: > Hello, > > the best way is to overwrite every metho

[Axapta-Knowledge-Village] Re: Validation Sequence

2004-09-24 Thread sebdra
Hello, the best way is to overwrite every method on the form-control, the datasource-field, the datasource and the table. put an output (write to file or print) before and after the super()-call public boolean validatefield(int fieldid) { print "table-validatefield before super"; super(); print