<!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 ***)&nbsp;and stack (*** StackFrag ***).&nbsp; In browse mode, the 
system throws the an error (*** Error ***) when the Client Properties item is 
selected from the View menu.&nbsp; After the stack is distributed no error 
occurs upon the selection.&nbsp; 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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Probably just new user stuff but shouldn't&nbsp;the 
stack function the same way in both environments?&nbsp;&nbsp;Would someone 
venture a guess as to why this might be happening?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>*** Error Thrown ***</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>&nbsp; There was an Execution Error at 
8:38:22 AM<BR>Error description:&nbsp; 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:&nbsp; 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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>*** MENUFRAG ***</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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>&nbsp; switch 
pWhich</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; case "Client 
Console"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
doViewClientConsole<BR>&nbsp;&nbsp;&nbsp; break<BR><BR>&nbsp; case "Client 
Properties"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<STRONG>doViewClientProperties<BR></STRONG>&nbsp;&nbsp;&nbsp; break</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; end switch</FONT></DIV>
<DIV><FONT face=Arial size=2>end menuPick<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>*** StackFrag ***.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>on 
doViewClientProperties<BR></STRONG>&nbsp; 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>