Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error creating index, only on some computers
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01289203
Message ID:
01289254
Vues:
12
Error is happening after the 'Out of Here' messagebox which is the last line

I am trying to track down if I have a bind events and something else is firing that I am not aware of. My development machine works fine so have to put code in so the EXE's that are uploaded can try to track it down.

But right now I am thinking that some bind events is doing something that is totally away from the indexing!


>What line of code generates the errror?
>
>>I did clean out the temp folder and still a problem.
>>
>>Have not thought of virus protection but will look into it.
>>
>>I did put the following messagebox in
>>
>>
>>
>>Select (lcRecordSource)
>>Afields(aFlds,lcRecordSource)
>>For ix = 1 To This.Parent.grd1.ColumnCount
>>	lcIx = '"FLD'+Alltrim(Str(ix))+'"'
>>	lcField = Alltrim(aFlds(ix,1))
>>		MESSAGEBOX('Index '+lcField)
>>	Index On &lcField Tag &lcIx Additive
>>		MESSAGEBOX('finished Index '+lcField)
>>Endfor
>>		MESSAGEBOX('Out of here')
>>
>>
>>and the errors do not happen until after the 'Out of Here' message.
>>
>>This really confuses me because what is going on afterwards. Also explains why the sorting does work since the index's are created.
>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform