|
Included below are the code fragments from a menu
(*** MENUFRAG ***) and stack (*** StackFrag ***). In browse mode, the
system throws the an error (*** Error ***) when the Client Properties item is
selected from the View menu. After the stack is distributed no error
occurs upon the selection. I'm absolutely certain that I am building the
standalone with the same stack that I'm browsing and also that the standalone I
am executing is the distributed version of the browsed stack.
Probably just new user stuff but shouldn't the
stack function the same way in both environments? Would someone
venture a guess as to why this might be happening?
*** Error Thrown ***
� There was an Execution Error at
8:38:22 AM
Error description: Handler: error in statement Object: stack "C:/__My_Documents/__RevSource/Mantissa_OPS/Safe6/Client.rev" -------------------- go to card "ClientProperties" of stack "Client" as topLevel in this window -------------------- Value: doViewClientProperties Error description: Handler: error in
statement
go to card "ClientProperties" of stack "Client" as topLevel in this window Line: 170 Character: 1 Value: doViewClientProperties *** MENUFRAG ***
--The following menuPick handler was generated by
the Menu Manager.
on menuPick pWhich switch pWhich case "Client
Console"
doViewClientConsole break case "Client Properties" doViewClientProperties break end switch
end menuPick
*** StackFrag ***.
on
doViewClientProperties
go to card "ClientProperties" of stack "Client" as topLevel in this window end
doViewClientProperties
|
