Editable field in a non-editable form

Hello.

I need to make a field editable, but that field is on a non-editable form.

I’ve tried the most obvious options: setting the editable property of the field to “Yes”, placing the line
CurrForm.EDITABLE(TRUE);

on the OnActivate trigger of the form, and yet, that field is still not editable.

Is there any other way to change the editable property?

Is the editable property set to YES in form?

Check whether it is setting false some where else after your code…

Yes, the form property is also set to “Yes”.

Then I hope somewhere in the down the track the field editable property is set to fasel.

please check that…

I tried to debug, and the editable property is never set to false. Only to true…

BTW, which form and field you are talking

What about the other fields in the form?

The solution was to change the editable property in the tab control properties. Thanks!

Hii,

Try this code on OnAftergetcurrRecord Trigger it will work.

Thanks