<!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.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I just ran across something strange. When
doing a FORM through a CALLed process table. Variable ca(65) in the input
table was defined in the CALLed table as ca(80,*,g). </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> 1 ------- -
- - - - -
- - - - -
- - - -
-<BR> ■
If:
■<BR> Then:
ca(80,*,g)
■<BR> 2 ------- - -
- - - - -
- - - - -
- - -
-<BR> ■ If: ca eq
""
■<BR> Then: gosub
getCmp
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>getCmp executed the first time this FORM was
printed and everything was fine. After that the address fields set by
getCmp were blank. I expected ca(80,*,g) to be reset the next time the
FORM was printed because it is in a CALLed table and ca isn't set in the
automatic table. Has filePro always worked this way or is this a
bug?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Jerry Rains</FONT> </DIV></BODY></HTML>