Hi, I’m so sorry, but I coun’t do to work…
How Can I hide a embedded subform?
Thanks
Hi, I’m so sorry, but I coun’t do to work…
How Can I hide a embedded subform?
Thanks
Subject: Hide embedded subform
Put code in the Subform for HIDE/WHEN
Subject: RE: Hide embedded subform
But I don’t know to find this properties… I look for this but didn´t find…
Thanks
Subject: RE: Hide embedded subform
use a calculated subform.In case of hide, the formula will result in “”, in case of
show, the formularesult is the subformname
@if (Hide=@true;“”;SubFormName)
Subject: Hide embedded subform
Is there any reason why you don’t use a computed subform?
If there isn’t, I’d suggest that you use that method (ie: Create>Resource>InsertSubform then check the ‘insert subform based on formula’ checkbox then enter the formula to control the insert)
However, this method won’t work if you need the fields on the subform as part of the database set. To hide sections of the sub form etc… use the hide formula found on one of the tabs on the properties dialogue box.
However, (again) this wont work if you need the field and editing the form in the web. You’ll need to generate HTML for all fields (I think)