<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>
<BR>
<BR>
On second thought I think I would add a POSTUPDATE procedure as well.<BR>
In it I would see T_LOC to the current record location of the last NOT DELETERECORD and <BR>
NOT NEWRECORD ) record.<BR>
<BR>
PROCEDURE POSTUPDATE<BR>
BEGIN<BR>
LET T_LOC = -1<BR>
FOR 10<BR>
BEGIN<BR>
IF (NOT DELETEDRECORD of X ) and (NOT NEWRECORD OF X)<BR>
THEN LET T_LOC = RECORDLOCATION of X<BR>
END<BR>
END<BR></BLOCKQUOTE><br /><hr /> <a href='' target='_new'></a></body>
</html>