Sometimes, I hate it when the test environment works and fails in the actual environment. I don’t understand why Domino has to be so unique in this way. I thought Lotus Notes is supposed to be better with the higher versions! GAH!
I really wonder what this error means: “Cannot exceute specified command.” Well, I can’t run the hotspot link on my R7 client but my colleague and test machines all work fine. The command is simple, nothing had been changed. Not that I know of.
@If ($AppPage = “IAT”; @Return(“”);”");
FIELD $AppPage := “IAT”;
@Command([RefreshHideFormulas])
The above is in the Outline element. So, is there anything wrong with the code? The outline’s embedded in a page. There’s no frameset to speak of. So, why is it that the code runs on certain machines and not all?









I managed to solve this by renaming all the table’s rows ID. This relates to the intended page when user click option from the embeded outline.
Thank you.