Is there a way to turn invisible or not editable fields on page when certain criteria happens?
on old version the code was:
Currform.MyField.VISIBLE := FALSE;
Currform.MyField.EDITABLE := FALSE;
Since I upgrade to 2013 the code change I'm in learning process again
Thank you in advance.
*This post is locked for comments