Page 1 of 1

Setproperty value

Posted: September 3rd, 2021, 9:55 am
by khurshid.arshad
Dear Team;

There is a way on preproc i can find out the setproperty value. Example;
if setproperty($, "Protected", "Yes")  then
        errmsg
("Field is protected");
   
elseif setproperty($, "Protected", "No")  then
        errmsg
("Field is not protected");
   
else
    endif
;
or
    numeric abc = setproperty ($, "Protected", "Yes");
thanks.
a.

Re: Setproperty value

Posted: September 3rd, 2021, 10:23 am
by khurshid.arshad
Dear Team;

Sorry to bother you.

getproperty solved my problem.

Thanks you.

a.