Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programs hangs only in one machine
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01080172
Message ID:
01080203
Vues:
12
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform