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: The @DocChildren mess... Lotus... WHY? ~Tate Quetgerobergakoi 2.Dec.03 08:46 PM a Web browser Domino Designer All ReleasesAll Platforms
I don't see why that's a problem. You can get the number of responses to a document in the WebQueryOpen agent for the form and then set a hidden (in field HTML properties, type [TYPE="HIDDEN"]) field to the value, then execute your form Javascript accordingly, or hide/display your form actions/hotspots/hyperlinks accordingly. You'd then probably want to reconfirm the uniqueness of the response document on its save event, but that's no real big deal either.
Unless you're programming a highly utilized database where the possibility of simultaneous response documents being created to a single main document is quite high, my scheme above should work just fine.