Edit And Display Methods

Hi All

I had create dispaly Method in form But My end uer Not editble That field

So My End uer Want Edit field which Method I have to create plz help any one

Thank you

Hi,

What is the code u have wriiten?

Check in the field property or in any method, they might have written with allowedit(false).

Hi ,

I had write code in table method

look_in table

Display Name Brand ()

{

Name ret ;

;

ret= look_iin::find(this.id).brand;

retrun ret;

}

Hi,

The display method is used to just display the values it shouldn’t be editable. If u want editable field use edit method instead of display method.

Thank you jyothi

if u dnt mind give me any example code