Editable field in a non-editable form

sarmigsarmig Member Posts: 89
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?

Comments

Sign In or Register to comment.