Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Relation problem
Message
De
25/08/1997 13:10:36
Edward Crawford
City Facilities Management
Glasgow, Royaume Uni
 
 
À
25/08/1997 13:00:53
Edward Crawford
City Facilities Management
Glasgow, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00046742
Message ID:
00046745
Vues:
22
>I was not getting a table to follow in a relation when I tried to relate them visually in the DE, so I tried to do it manually in the LOAD event. Here is the code:
>
>oDataHandler.UseAgain("Schedule", "tSchedule")
>SET ORDER TO audit_num
>oDataHandler.UseAgain("pending", "tPending")
>SET ORDER TO actnum
>oDataHandler.UseAgain("assigned", "tAssigned")
>SET ORDER TO toll
>oDataHandler.UseAgain("account", "tAccount")
>SET ORDER TO actnum
>oDataHandler.UseAgain("Tracking", "tTracking")
>SET ORDER TO audit_num
>oDataHandler.UseAgain("Password", "tPassword")
>SET ORDER TO emp_id
>
>** pending relations
>SET RELATION TO audit_num INTO tSchedule IN tPending ADDITIVE
>SET RELATION TO audit_num INTO tTracking IN tPending ADDITIVE
>
>SELECT tpending
>SET ORDER TO actnum
>
>SET RELATION TO TOLL INTO tAssigned IN tPending ADDITIVE
>
>**assign relations
>SET RELATION TO actnum INTO tAccount IN tAssigned ADDITIVE
>
>**tracking relation
>SET RELATION TO emp_id INTO tPassword IN tTracking ADDITIVE

The indexes are as follows:
>
>Table Index
>
>PENDING AUDIT_NUM
ACTNUM

SCHEDULE AUDIT_NUM

ASSIGNED TOLL
ACTNUM

ACCOUNT ACTNUM

TRACKING AUDIT_NUM
EMP_ID

PASSWORD EMP_ID
>

Graphically the relations look correct when viewed with the data session. However, the "tScheduled" table does follow the tPending table as it should. Also I get the error "Cannot locate variable "toll" when the program reached the line "SET RELATION TO TOLL INTO tAssigned IN tPending ADDITIVE"

Does someone know what could be going on with this?

Ed
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform