Hi guys
I have a continuous form
Is it possible to hide a particular field in one record only. Where I put in front of each record checkbox, which is hidden for example field (age).
Thanks in advance
Hi guys
I have a continuous form
Is it possible to hide a particular field in one record only. Where I put in front of each record checkbox, which is hidden for example field (age).
Thanks in advance
Last edited by azhar2006; 10-14-2014 at 09:47 AM. Reason: Continuous forms and hide some fields
no, the visibility prop is for ALL boxes, in a continuous form.
but if you allow user to 'show detail' where it opens to a single record form, THEN you can disable it on LOAD event
chkBox.visible = [field] = "Bob"