<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>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.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>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?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>*** Error Thrown ***</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><STRONG> • There was an Execution Error at
8:38:22 AM<BR>Error description: Handler: error in statement<BR>Object:
stack
"C:/__My_Documents/__RevSource/Mantissa_OPS/Safe6/Client.rev"<BR>--------------------<BR>go
to card "ClientProperties" of stack "Client" as topLevel in this
window<BR>--------------------<BR>Value:
doViewClientProperties<BR></STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>Error description: Handler: error in
statement<BR>go to card "ClientProperties" of stack "Client" as topLevel in this
window<BR>Line: 170 Character: 1<BR>Value:
doViewClientProperties<BR></STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT> </DIV>
<DIV><FONT face=Arial size=2>*** MENUFRAG ***</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>--The following menuPick handler was generated by
the Menu Manager.</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>on menuPick pWhich<BR> switch
pWhich</FONT></DIV>
<DIV><FONT face=Arial size=2> case "Client
Console"<BR>
doViewClientConsole<BR> break<BR><BR> case "Client
Properties"<BR>
<STRONG>doViewClientProperties<BR></STRONG> break</FONT></DIV>
<DIV><FONT face=Arial size=2> end switch</FONT></DIV>
<DIV><FONT face=Arial size=2>end menuPick<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>*** StackFrag ***. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><STRONG>on
doViewClientProperties<BR></STRONG> go to card "ClientProperties" of stack
"Client" as topLevel in this window</FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>end
doViewClientProperties<BR></STRONG></DIV></FONT></BODY></HTML>