So we’ve already read about the debugging issue of the NotesUIWorkspace properties, http://www-10.lotus.com/ldd/nd85forum.nsf/5f27803bba85d8e285256bf10054620d/4756c00508d43ffd8525757700349c81?OpenDocument and SPR:SODY7NRJES), but I wanted to add some more info.
SCENARIO #1
Form A has embedded view V which has an action button B.
Button B has @Command() run agent C.
Agent C is script with NotesUIWorkspace properties.
All the properties of NotesUIWorkspace are empty except Document. Also, I can debug this without any problem.
NotesUIWorkspace was working on 7.x client, now fails on 8.5 client.
BUT WAIT… there’s more.
So I thought, OK, let’s just run the script code in an action button directly, without calling an agent.
SCENARIO #2
Form A has embedded view V which has an action button B.
Button B is script with NotesUIWorkspace properties.
Now button B, with NotesUIWorkspace properties, works perfectly, but I can’t debug it!
And if that twist wasn’t enough, I can duplicate both scenarios on my 6.5 client/designer!!! Yes, NotesUIWorkspace properties and debugging NotesUIWorkspace fails in 6.5, just like 8.5, but works in 7.x.
And it is reproducible on both local client copies and server copies of DB.
Is this going to be fixed in 8.51 or do I need to rewrite all of our NotesUIWorkspace code??
Thanks.