I actually have tafs that were created in tango 3.6 that were updated to witango 5 against FMP 6 and they do fine. The 'single threaded' issue is a bottleneck if searches take a long time, but it never leads to shared resultsets

On Feb 28, 2006, at 5:10 PM, Wayne Irvine wrote:



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.
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to