Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To Seek or not to Seek that is the question
Message
From
31/12/2004 11:35:50
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00973540
Message ID:
00973547
Views:
16
This message has been marked as a message which has helped to the initial question of the thread.
Hi Glenn.

I think the problem is with cIDXIndexFileName. The SEEK already assumes this is an IDX, so the file name extension needs to be removed. Change your prg to
cIDXIndexFileName = Substr(Sys(2015),2,8)
and first SEEK in your code then works.

Alan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform