Hide design disables shared actions

When I lock a database using Replace Design and check “Hide formulas and LotusScript”, some but not all of my shared actions do nothing at all when clicked. The shared actions that break are LotusScript. I think the ones using formula language are OK.

Any ideas? Thanks.

Subject: Hide design disables shared actions

Spent some time searching for an answer and all I found was:http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/f1bcecb287ecf5ee85256c7e007874b9?OpenDocument

I only searched the 6/7 forum — not sure if 8 would have anything yet…

Sorry I couldn’t be of more help…

Dan

Subject: RE: Hide design disables shared actions

Thanks for looking, Dan. That poor guy from 2002 is still waiting for his answer!

I think I can now confirm that this is an issue with Lscript in shared actions only. Formula language seems fine.

I read the documentation on hiding design again, and there was nothing about this there.

Subject: RE: Hide design disables shared actions

Maybe you already solved this problem… but i had recently the same problem. My problem was that i did not declared a script library, which is used in the code, in the shared action. When the design was open it worked, but with hidden design the shared action did not work…

Perhaps you have the same problem…

Subject: RE: Hide design disables shared actions

Thanks for the tip. I checked, and I wasn’t using any script libraries in the shared actions that failed after hiding the design.

BTW, this happened with shared actions used in views and forms.