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.
Comments
Add the code on the open page, onaftergetrecord, onaftergetcurrrecord to set the variable to true or false based on your requirement.
ArcherPoint, Inc http://www.archerpoint.com
Blog: http://www.navisionworld.com
skkulla