Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object reference lost in SQL SELECT ?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Divers
Thread ID:
01120146
Message ID:
01120312
Vues:
27
>I think textmerge is the best approach. We're using it here almost everytime.
>
>I just like to point, that alltrim(cursor1.LastName) + ", " + cursor1.FirstName should probably be converted to
>padr(alltrim(cursor1.LastName) + ", " + cursor1.FirstName,60)

The ALLTRIM() function is ignored when VFP calculates the size of the result field so it's not necessary to use PADR() unless you want different size of the result field.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform