<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BR><BR>
<BLOCKQUOTE>
Hi All:<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp; On second thought I think I would add a POSTUPDATE procedure as well.<BR>
&nbsp; In it I would see T_LOC to the current record location of the last NOT DELETERECORD and <BR>
&nbsp; NOT NEWRECORD ) record.<BR>
&nbsp;<BR>
&nbsp; PROCEDURE POSTUPDATE<BR>
&nbsp; BEGIN<BR>
&nbsp;&nbsp;&nbsp;&nbsp; LET T_LOC = -1<BR>
&nbsp;&nbsp;&nbsp;&nbsp; FOR 10<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BEGIN<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IF (NOT DELETEDRECORD of X ) and (NOT NEWRECORD OF X)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; THEN LET T_LOC = RECORDLOCATION of X<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END<BR>
END<BR></BLOCKQUOTE><br /><hr /> <a href='' target='_new'></a></body>
</html>