Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pausing In Scan Loops
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Pausing In Scan Loops
Miscellaneous
Thread ID:
00159063
Message ID:
00159063
Views:
64
I have a stock file with about 25000 records and a record lenght of about 650 with 2 memo fields. I run a SCAN through the Table and replace a field with 0. After 200 or so records VFP starts Pausing and then continues for about 50 & then pauses and son On. This only Happens on the Network(NT 4 WORKSTATION SP 3, BandWidth of 100 MB))

**** Code

close all
select 0
use i:\102\stock
go top
scan
wait wind nowait cbarcode
replace nstockqty with 0
endscan
close all

***

On the Local Hard Disk it works fine.

Is there something with VFP that has to be configured For Networking or is the Network is wrongly Configured.

TIA
Fred
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Next
Reply
Map
View

Click here to load this message in the networking platform