Andrew Derry at [EMAIL PROTECTED] wrote:
> It turns out that if you hit the page
> from two different browsers at very close to the same time, they'll both get
> the results of one of the searches.
I do remember getting this problem and I'm not sure what the fix was.
WiTango for FileMaker used AppleEvents to instruct FMP (6 and older) to do a
search and return the results. It can only do one search at a time.
What is happening here is that the first search is working as planned, but
the second search isn't queuing and instead is getting the results of the
previous search. It could be a problem within AppleEvents or more likely a
problem with the Scope of the ResultSet. The second search thinks it has
completed and is able to access the ResultSet of the first search.
I'm wondering if this was a bug that was squished in 5.5 as I haven't had
this problem recently.
BTW, the real problems happen with Inserts. An Insert is effectively a Find
and Change. If the Find part gets the wrong ResultSet the Change part
changes the wrong record(s). This is particularly a problem when the
ResultSet is the entire db!!
Wayne Irvine
Byte Services Pty Ltd
http://www.byteserve.com.au/
[EMAIL PROTECTED]
Ph 02 9960 6099 Mob 0409 960 609 Fax 02 9960 6088
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf