Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 31
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Error 31
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01501200
Message ID:
01501200
Views:
107
The code below works fine until lately. I think it may be too many frx files - there are now 13,597. I thought the array size limit was much larger.


crea cursor txtpick (name c(50), size n(10), date d(8))

mcnt = adir(ltxt,(*.frx))
IF mcnt = 0
=MESSAGEBOX('No matching files found',48,'Bad Luck')
thisform.Release
SELECT txtpick
use
ENDIF

sele txtpick
appe from array ltxt
INDEX ON name tag name
index on date tag date desc
Next
Reply
Map
View

Click here to load this message in the networking platform