About Markish Expertise I can answer general questions related to Foxpro from Version 2.0 to 9.0. I'll try to answer them as quickly as possible.
Experience I've been into Dbase programming from age of 11. I've worked in versions from FoxPro 2.0 and Foxbase. Education/Credentials I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.
Question use browse window with a big data file(eg. 10mb)is very slow on network with two or more users. each user browse the data files with filtering(set filter to).
thanks
Answer Hi Hengwan,
Sorry for the delay in my response.
"Set filter to" is one of the least to be used feature in VFP. Please use some views or select statement to browse your data.
Make sure you have optimised index for the table so that can access data in a speedier manner.
Fox is more powerful than to hanlde 10mb of Data. If you have any specific questions, I can help you.