HI
How to set the form property namely FrameOptionButton through code
The condition is that it has to be in hide whenever the form is opened .
Regards
Manjusha
HI
How to set the form property namely FrameOptionButton through code
The condition is that it has to be in hide whenever the form is opened .
Regards
Manjusha
Hi manjusha,
U can call the form design properties as follows,
this.design().frame(formframe::Standard);
one way of doing it is set the auto declaration property of that field in the design to ‘yes’
now put this code in active method of the form datasource
fielName.visibale(False);
(or)
Table_ds.object(fieldNum(Table, Field1)).visible(False);