This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Toggle field visibility ~Karl Opniplopflar 2.May.03 06:25 PM a Web browser Domino Designer 6.0Linux - RedHat
For fields OTHER than checkboxes/radiobuttons, if the style of the field is "OS", then you can use the "event" in the programming pane labelled "Input enabled". If the event evaluates to 0, the field is disabled. Otherwise it's enabled. Since the value is a computation, a refresh on the page/form will recompute whether the field is enabled/disabled.
(This is new in ND6. It was not added to checkboxes/radiobuttons because Notes currently requires you define radiobuttons as an entire group and there wasn't a way to let you enable/disable individual buttons given this mechanism.)