I have my forms compatible with framework specifics: forms_tbl and forms_dtl
On forms_dtl i have ovverided dc_edit() method for enabling some buttons on the form when i select the edit button in the main toolbar. No problem it is ok.
On the tbl_form i have disabled the editing, so when i select the edit button in the tbl_form it switches to dtl form, but the buttons are not enable. My dc_edit() on the dtl form has not been executed. i have tried to override the dc_edit() in the tbl_form to execute the dc_edit() in dtl but it seems not to run correctly…Which is the correct sequence of the methods in this situation…which methods are executed in the tbl form before passing the control in dtl form ?..When i select New i have overrided the dc_new method in tbl to tun the dc_new fo the dtl and i have no problem.
I hope to have explained the problem in human language…
Thanks