I have created a form using Domino Designer. The form open fine in notes client. But, it does not load in a web browser.
Does anyone know anything in this regard ?
Thanks and Regards
Deepti
I have created a form using Domino Designer. The form open fine in notes client. But, it does not load in a web browser.
Does anyone know anything in this regard ?
Thanks and Regards
Deepti
Subject: How to create forms that are visible on the web ?
you can open a form in web via ?openform
e.g. http:////?OpenForm.
Subject: RE: How to create forms that are visible on the web ?
Actually I have applied the form to a database. When the database is accessed through a web browser, the documents are visible. But if document link is clicked then the document does not open in the custom form that I have created.
Subject: RE: How to create forms that are visible on the web ?
Hi,
What is the error generating???
Gov.
Subject: RE: How to create forms that are visible on the web ?
There is no error. The form is not displayed. The custom buttons created for the form are displayed but, the document contents are not. Basically, clicking on a document opens it, but the contents are blank. I think the form is not web enabled. But I don’t know how to enable it.
Thanks and Regards
Deepti
Subject: RE: How to create forms that are visible on the web ?
Hi Deepthi,
I really dont think that web enable matters,in that case it wont show not even the buttons created on the form, but still Im wondering what makes content not to display.
Anyway you can check the web enable property at forms content area. And to modify the form web/client enable/disable property, click on forms at designer level, right click on appropriate form and select design properties.
HTH
Gov.
Subject: RE: How to create forms that are visible on the web ?
Hi Deepti,
I have done something like tht, But had done copy & paste for most part. ![]()
As we have done, You create a copy of the form that you want web-enabled, and give it a alias name similar to the form u want 2 display. And then you have to put the validations or actions given in any buttons in form in the “JS Header” of theObjects section of programmer pane. And finally you have to hide this page from lotus notes.
Hope this works out for you, Will try to find out more n post…