Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan/scanfor
Message
De
17/03/2009 16:26:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Scan/scanfor
Divers
Thread ID:
01388826
Message ID:
01388826
Vues:
127
I don't know how to explain this real well:
This is what I have:
USE D:\Work\client\fossil_creek\lanproconversion1\for_luigi\use\stage5\legals.dbf In 0 Shared Again
USE D:\Work\client\fossil_creek\lanproconversion1\for_luigi\use\stage5\leases.dbf In 0 Shared Again
UPDATE leases SET leases.legal_desc = "Tract: " + TRIM(legals.tract_id) + CHR(13) + TRIM(legals.township) + CHR(32) + TRIM(legals.range) + CHR(32) + TRIM(legals.section) + CHR(13) + TRIM(legals.tract) ;
FROM leases INNER JOIN legals ON Lower(Alltrim(leases.lease_id)) == Lower(Alltrim(legals.lease_id))

What I want it to get the tract legal descriptions into the lease legal desciptions, but in many cases there is more than one tract per lease. I would like to see the descriptions of each tract associated with a lease. What do I do?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform