Change Property "On Run"

Hello, ist there any possibility to change the properties of a Form/Subform “on run” ? I want to set on Field of a standard tabular-type form unvisible but only in a cetain case. Thanks

Hi, yes, that is possible. if you want to set the “No.” Field in the customer Form (F22) to not visible, you can do it like this: CurrForm.“No.”.VISIBLE(FALSE); regards Daniel