Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table has no index order sets
Message
From
14/07/2003 08:19:50
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00809741
Message ID:
00809781
Views:
24
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform