Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programs hangs only in one machine
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080172
Message ID:
01080203
Views:
11
SELECT so_detail
SCAN FOR so_number = so_header.so_number
<>
ENDSCAN

How about using....
SET ORDER TO so_number IN so_detail
IF SEEK(so_header.so_number,"SO_DETAIL")
   SELECT so_detail
   SCAN REST WHILE so_detail.so_number = so_header.so_number
   <>
   ENDSCAN
ENDIF
also, are the tables local or a shared database that every PC uses?

>You mean changing the value of a field in any index field? I'm not changing the value of the so_number index.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform