Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why is seek causing this error?
Message
De
10/07/1998 19:26:01
 
 
À
10/07/1998 15:57:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00116280
Message ID:
00116372
Vues:
21
>I have a method that is called during the refresh method of a control that has this line in it:
>
> IF SEEK(.ctrZip.cboCountry.VALUE,'Countries','cn_Key')
>
>Sometimes (not always) when the line is executed it triggers an error: #26 'Table has no index order set'.
>When I debug it and step through the code, the error does not occur. I have verified that the tag ('CN_KEY') is still there.
>
>Any ideas?
>
>TIA

Can't answer you directly, but to try and figure it out, rearrange some code. Instead of the above try a few of the following and see if you get the same error:

SELE Coutries
SET ORDER TO cn_key
IF SEEK(.ctrZip.cboCountry.VALUE)

OR

SELE Coutries
SET ORDER TO cn_key
SEEK .ctrZip.cboCountry.VALUE
IF FOUND()

Your findings might reveal a little about what is going on.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform