I'm running into a really strange problem and was wondering how VFP keeps up with wide area network traffic. I am performing a filtered INDEXSEEK. The index tag OKTOBILL is defined as "INDEX ON version_id FOR EMPTY(mailed_on)" where version_id is C-5 and mailed_on is a date field. There are approximately 2,400 records in this table. The command that is 'failing' is: llFound = INDEXSEEK(lcVersionID,.T.,"BILLING","OKTOBILL"
. The VFP exe is located at a plant approx. 1,000 miles away, but we are connected by a T-1. Occasionally the INDEXSEEK is returning .F. even though the proper record exists.
My question is, if network response time is slow, can VFP "get ahead of the network" and presume that the indexseek failed because it didn't get a response in the time that expected to?
Steve
My question is, if network response time is slow, can VFP "get ahead of the network" and presume that the indexseek failed because it didn't get a response in the time that expected to?
Steve