What exactly is that button suppose to do? The code under that button is probably not "100%", and there could be a number of reasons for this...
Do you have access to the Domino console? It can give some better ideas of what the error is in some cases (in e.g. if there's a printStackTrace from a Java Exception). See if there is any meaningful output on the console and/or the server LOG.NSF file as a starter. My first assumptions is either a missing dependency or an actual code error under that button...
First thing that hits me is "Is this form using any computations prior to load", in e.g. DbLookup or DbColumn and there's not accessible over Web?
Alternatively there is some other validation going wrong. What I use to do in these cases is to make a copy of the form, rename the copy for backup purposes, and start 'stripping' away the code. I normally take the lower part and 'delete' it (CTRL+X), save the form, test it via web, and paste in chunks until the error comes. Based on the last paste performed then I know the last 5-10 fields pasted in, and look through those to see if there is non-web compatible code there, or any other lookups or validations going wrong...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.