This is a pretty complicated app, that I think I have a handle on (it was written by people who didn’t do anything the right way, as far as using Notes properly!) and am trying to fix.
However, one thing just popped up that is baffling me. One of the buttons on a form is now “grayed out”, or in MS terms “not enabled”. This is a problem, because Lotus doesn’t have an “enabled” property on buttons. You either hide them or show them through text properties.
Does anyone know where to go in a Notes Design to enable/disable a button? Knowing this will help me fix the app.
Subject: Button appearing as “grayed out” in a Notes Form
I would copy the code in to a new button- on the line below or above- see it that works. Than you know if it is the code in the button or something else- you don’t mention if it is client or webbased- but, I would do the same regardless.tom
Subject: RE: Button appearing as “grayed out” in a Notes Form
I’ll give that a shot.
BTW, it is a Notes client issue. Which is why it is so baffling. If it was a web issue, there are properties which can be set to “gray out” the button. But I can’t find that property for a Notes client.