Setproperty value

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
khurshid.arshad
Posts: 572
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Setproperty value

Post 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.
khurshid.arshad
Posts: 572
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Re: Setproperty value

Post by khurshid.arshad »

Dear Team;

Sorry to bother you.

getproperty solved my problem.

Thanks you.

a.
Post Reply