<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I'm not trying to do this, I just know that on at least two occasions a
record was processed twice and I found a situation where it just might
have been possible for the record to be selected twice.<br>
<br>
I'm not sure that it works like "DELETING a record twice" since I think
it works more on the basis of building a table of records to run
through during output processing rather than flagging a record to be
processed.<br>
<br>
If it builds a table then it might be able to SELECT a record twice and
have the record placed in the table twice.&nbsp; Ken probably knows if this
is possible or not.<br>
<br>
Boaz<br>
<br>
John Esak wrote:
<blockquote
 cite="mid:201006181555.o5IFtUbO038135@admin114.securesites.net"
 type="cite">
  <title></title>
  <meta content="text/html; charset=us-ascii" http-equiv="Content-Type">
  <meta name="GENERATOR" content="MSHTML 8.00.6001.18904">
  <div dir="ltr" align="left"><span class="937125315-18062010"><font
 color="#0000ff" face="Arial" size="2">No it is completely impossible.
Think along the lines of DELETING a record twice.&nbsp; There is no meaning
to it.&nbsp; I think you might be trying to get at associated field records
or something... but they would each select individually... and there is
no real need to select a record more than once.&nbsp; Just process those you
think need that as many times as you would have "selected" them. It
pretty much would amount to the same thing.</font></span></div>
  <div dir="ltr" align="left"><span class="937125315-18062010"></span>&nbsp;</div>
  <div dir="ltr" align="left"><span class="937125315-18062010"><font
 face="Arial" size="2">John</font></span></div>
  <div dir="ltr" align="left"><span class="937125315-18062010"></span>&nbsp;</div>
  <br>
  <blockquote
 style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"
 dir="ltr">
    <div dir="ltr" class="OutlookMessageHeader" align="left"
 lang="en-us">
    <hr tabindex="-1"> <font face="Tahoma" size="2"><b>From:</b> Boaz
Bezborodko [<a class="moz-txt-link-freetext" href="mailto:boaz@mirrotek.com">mailto:boaz@mirrotek.com</a>] <br>
    <b>Sent:</b> Friday, June 18, 2010 11:07 AM<br>
    <b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:john@valar.com">john@valar.com</a><br>
    <b>Cc:</b> <a class="moz-txt-link-abbreviated" href="mailto:filepro-list@lists.celestial.com">filepro-list@lists.celestial.com</a><br>
    <b>Subject:</b> Re: Can a record be SELECTed twice in
sort/selection processing?<br>
    </font><br>
    </div>
"Can not" or "should not"?<br>
    <br>
(I'm reworking the program so as to avoid it, but I am now curious...If
you forced a sort/select program to walk through the records twice (say
with a lookup to whatever order it goes in to start from the beginning)
and SELECT the same record twice, will it show up twice to the output
processing table.&nbsp; (And, no, Ken, I didn't try it yet.:-)<br>
    <br>
Boaz<br>
    <br>
John Esak wrote:
    <blockquote
 cite="mid:201006181455.o5IEtLrP018695@admin114.securesites.net"
 type="cite">
      <pre wrap="">No a record can not be selected twice in sort selection. Period. Don't even
try... :-)

John 

  </pre>
      <blockquote type="cite">
        <pre wrap="">-----Original Message-----
From: <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:filepro-list-bounces+john=valar.com@lists.celestial.com">filepro-list-bounces+john=valar.com@lists.celestial.com</a> 
[<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="mailto:filepro-list-bounces+john=valar.com@lists.celestial.co">mailto:filepro-list-bounces+john=valar.com@lists.celestial.co</a>
    </pre>
      </blockquote>
      <pre wrap=""><!---->m] On Behalf Of Boaz Bezborodko
  </pre>
      <blockquote type="cite">
        <pre wrap="">Sent: Friday, June 18, 2010 10:01 AM
To: <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:filepro-list@lists.celestial.com">filepro-list@lists.celestial.com</a>
Subject: Can a record be SELECTed twice in sort/selection processing?

If a sort/select program somehow sees and selects a record 
twice during 
it's processing, does that mean that the record will now 
appear twice to 
the output processing?

I think this happened in one of my programs, but I'm not sure 
if that's 
what I'm looking for or not.  An answer to this will help me 
nail down 
the source of the problem.

Thanks,

Boaz
_______________________________________________
Filepro-list mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>

    </pre>
      </blockquote>
      <pre wrap=""><!---->
  </pre>
    </blockquote>
  </blockquote>
</blockquote>
</body>
</html>