Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GenDBC generates a line MakeRI()
Message
De
08/10/2001 10:37:27
Tobey Miller
Meridian Information Systems
Ft. Payne, Alabama, États-Unis
 
 
À
05/10/2001 16:38:39
Gerald McKinsey
Keystone Consulting Services, Inc.
Yorktown, Indiana, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00564712
Message ID:
00565489
Vues:
16
Brian,
To follow up on your suggestion about GenDBC: I changed the logic as you suggested and still got the same problem. But my thanks to you anyway as it put my onto the correct path to fix the problem. The place in the GETRI function where it actually creates the MAKERI function is preceded by a line

LOCATE FOR ObjectType = "Relation" AND !EMPTY(RiInfo)

If found, the logic creates the MAKERI function. In my instance, although I have relations set up, none of them have the RiInfo field filled in. As a result, the MAKERI never gets created. To solve the problem I changed the line of code to read

LOCATE FOR ObjectType = "Relation" && AND !EMPTY(RiInfo)

to comment out the requirement for the RiInfo to be filled in. And Voila! It works like a champ.

Thanks again for your help. I would not have found my problem without it.

Tobey
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform