Hi all,
I will use customized form.That have one checkbox field.If checkbox is Yes means i want to show two fields in form grid.Checkbox is No means hide two fields in grid.Here one field is String other one is Display method.
I will hide the string field like ds.object(DataSource,field).visible(false); in form active method.
My question is how to did the above situation in display method.
Anyone suggest Please.
Thanks.
*This post is locked for comments
Where to put this
myDisplayMethod.visible(true) ?
Yeah Thanx.This is wok fine.
set display formControl property Autodeclaration = true, then you can use myDisplaymethod.visible(true)
Mohamed Amine Mahmoudi
100
Super User 2025 Season 1
Community Member
48
Zain Mehmood
6
Moderator