@DavidPetty - the code using getelementid which i used earlier was
working , i didnt notice as this does not look similar what we see as
readonly for a field on layout. It disabled the field (below screenshot)
and user cant enter the value in the fie...
I need to do both the actions at the same time clearing the text field
value and making it readonly. the field is not already a readonly, its
editable. There are 2 text fields, if a user enters the value as zero in
text1 field then this should clear ...
I tried to set a DDE to make the field readonly which we are clearing
using the function, though if the DDE makes the field readonly then the
function does not clear out the field. if i disable the readonly DDE
then the function works
With this function as well, able to clear the text field value but not
able to make the field readonly. please suggest how to update the
function so that the field can be cleared and at the same time can make
it readonly. As soon as the field has no ...