RE: Hide field based on Window Title Kevin Pettitt 5.Sep.08 04:36 PM a Web browser Domino Designer 6.5.6Windows XP
Simple. Just reference the form name in any hide-when formulas for the fields you want to hide conditionally.
For example, you have a field on the subform called "ZapperdoodleStatus" (hey, it's Friday) and you want it to show on all forms except the forms "zippy" and "doodah". Your hide when formula would be:
Form = "zippy" : "doodah"
If you're newbie enough to not know about hide when formulas, press F1 (help) in Domino Designer, and search for a help doc called "Hide-when options for all applications".