Hi All,
On the form 99000882(Change Status on Prod. Order), i put one Text box for entering a value of type code.
When we do function -> Change status we have only one option that is selected (released). This is ok. so in this case my above Text box is always editable. But when we do the same thing from planned prod order we have 2 options to select from
1.Firm Planned(defaut)
2.Released
in this case i want the my text box is non editable( no proble with this). but when i click the released button its get editable but the back color is still like that it is uneditable, but i can enter the values.
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I have attached the screenshots.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
If yes,
try by writing this code in set function
Where Testedit is name of new field..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
When i start the process of changing the status from firm planned, the form shows only one editable option i.e; Released. I have no issues with this because in this case my text box is in editable mode but when we do the change status process from planned Prod. Order we have 2 options 1. firm planned (by default) and the 2. Released. Initially in this case my text box should be uneditable (no issues in this also) but if i select the option 2 i.e; Released it should become editable, so i wrote the code on this radio button's ONValaidate. It become editable but the back color is still grey and not white, because that makes the user confuse wether it is editable or not .