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?
0
Comments
Check whether it is setting false some where else after your code..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
please check that..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
What about the other fields in the form?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It's a form that's supposed to be non-editable, since it's just a history form.
We have another form, the one currently used to input the data, exactly like this one, but that one is completely editable (50056, which also links to the 50022 table).
Check if the field in the table has property Editable=Yes. In a form the value "<Yes>" is NOT the same as "Yes". The "<Yes>" just means:take the value from the table.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
viewtopic.php?t=24881
I don't think it's a list form, because it's more like a header...
I changed all of the <Yes> to Yes and it's still non-editable...
May not be this, if editable property is set to No in table and we tried to make it to editable through coding
CurrForm.Field.EDITABLE(TRUE);
Then it will through
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It just doesn't become editable...
I even tried to create the field anew, but it's created already as non-editable...
You should check editable property in 3 places.
Form
TabControl
Field.(may not be in your case)
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks a lot!!!
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav