Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table has no index order sets
Message
De
14/07/2003 08:19:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00809741
Message ID:
00809781
Vues:
23
>Dear guys..
>
>I've this kind of problem :
> table has no index order set
>
>i don't know what's wrong ?
>cause i've try it in command windows and it works fine
>
>but in running app in become error..
>
>this is my code..
>
>maproot = "G:\"
>SELECT atrjln03
>SET ORDER TO TAG K_insp OF MAPROOT+'tables\vrtm_planjalan.cdx' IN vrtm_planjalan
>SET RELATION TO k_insp INTO vrtm_planjalan ADDITIVE
>
>thx


Does it work if you change the code to:
maproot = "G:\"
SELECT vrtm_planjalan
SET ORDER TO K_insp
SELECT atrjln03
SET RELATION TO k_insp INTO vrtm_planjalan ADDITIVE
Either way it should work if the tag exists.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform