Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiuser environment question
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01151640
Message ID:
01151978
Views:
37
because i do not want to extend the size of cdx
see my code
Set Exclusive On
 Set Safety off
 Close Databases All
 Close Indexes
 If Directory('CTEMP')=.T.
     Cd CTEMP
     Copy File *.* To ..
     Cd ..
 Endif
DELETE FILE dig.cdx
DELETE file staff.cdx
Select 1
 Use dig
 Index On code Tag code
 Index On descr Tag descr
 Select 2
 Use staff
 Index On descr Tag descr
 Index On acode Tag acode
 Index On dcode Tag dcode
 Index On code Tag code
 INDEX ON  llcode+sec Tag llcode
 ........
 Set Safety On
Endproc
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform