Forum Discussion
MulgraveTester
15 years agoFrequent Contributor
A colleague solved this for me using WndStyles.
if (myField.WndStyles AND ES_READONLY) = ES_READONLY then
log.message("Field is read only")
end if
Thanks Matt
if (myField.WndStyles AND ES_READONLY) = ES_READONLY then
log.message("Field is read only")
end if
Thanks Matt