<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18904"></HEAD>
<BODY bgColor=#ffffff text=#000000>
<DIV dir=ltr align=left><SPAN class=171011917-18062010><FONT color=#0000ff
size=2 face=Arial>No, sorry, just using the DELETING metaphor to give you a ...
well... a metaphor.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=171011917-18062010><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=171011917-18062010><FONT size=2 face=Arial>I
used to work for the comapny... I've seen the source code. it can not
possibly select a record more than once. That is, unless, as I stated you
are involving associated fields.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=171011917-18062010><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=171011917-18062010><FONT size=2
face=Arial>John</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=171011917-18062010><FONT size=2
face=Arial></FONT></SPAN> </DIV><BR>
<BLOCKQUOTE
style="BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> Boaz Bezborodko
[mailto:boaz@mirrotek.com] <BR><B>Sent:</B> Friday, June 18, 2010 12:06
PM<BR><B>To:</B> john@valar.com<BR><B>Cc:</B>
filepro-list@lists.celestial.com<BR><B>Subject:</B> Re: Can a record be
SELECTed twice in sort/selection processing?<BR></FONT><BR></DIV>
<DIV></DIV>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. 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">
<META name=GENERATOR content="MSHTML 8.00.6001.18904">
<DIV dir=ltr align=left><SPAN class=937125315-18062010><FONT color=#0000ff
size=2 face=Arial>No it is completely impossible. Think along the lines of
DELETING a record twice. There is no meaning to it. 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. 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> </DIV>
<DIV dir=ltr align=left><SPAN class=937125315-18062010><FONT size=2
face=Arial>John</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN
class=937125315-18062010></SPAN> </DIV><BR>
<BLOCKQUOTE
style="BORDER-LEFT: rgb(0,0,255) 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><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. (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 class=moz-txt-link-abbreviated href="mailto:filepro-list-bounces+john=valar.com@lists.celestial.com" moz-do-not-send="true">filepro-list-bounces+john=valar.com@lists.celestial.com</A>
[<A class=moz-txt-link-freetext href="mailto:filepro-list-bounces+john=valar.com@lists.celestial.co" moz-do-not-send="true">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 class=moz-txt-link-abbreviated href="mailto:filepro-list@lists.celestial.com" moz-do-not-send="true">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 class=moz-txt-link-abbreviated href="mailto:Filepro-list@lists.celestial.com" moz-do-not-send="true">Filepro-list@lists.celestial.com</A>
<A class=moz-txt-link-freetext href="http://mailman.celestial.com/mailman/listinfo/filepro-list" moz-do-not-send="true">http://mailman.celestial.com/mailman/listinfo/filepro-list</A>
</PRE></BLOCKQUOTE><PRE wrap=""><!---->
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>