Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lost programs, undeclared arrays, reports, and misc. q's
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00087807
Message ID:
00089101
Vues:
32
>>>It might be a point here, because VFP (when leaving to its own) can either create cursor on disk, or in RAM. I guess that RAM cursor can pose some problem for using tags.
>>
>>
>>Hmmm... That's a possibility. Unfortunately one I can't do anything about. I've got no control over their RAM. :(
>>
>>Thanks,
>
>If you SELECT ... Into Cursor ... then just add NOFILTER

Ed, I've learned through hard experience that NOFILTER makes a 'real' cursor (instead of a filtered copy of the table) but does NOT always write the cursor to disk.

Michelle, I think this may indeed be your problem. Possibly you could check your code and see how you are making and calling the indexes. Remember that your cursor (SELECT .... into MyCursor) isn't 'MyCursor' on the disk, but '0239847.tmp' or something similar. You're using an alias. Be sure your index name is the same as the cursor.

HTH
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform