Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get value from grid
Message
 
 
À
24/08/2005 09:43:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01043209
Message ID:
01043318
Vues:
8
>hi,
>thank you for reply, and advice this message for me , not for MR.Martin Jindra, i think.
>
>assuming you want to show total in that textbox value? no
>
>i have first name ,second name ,therd name and family name
>
>anyway ,thank you.

In this case change your code:
local lcFirstName, lcSecondName, lcThirdName, lcLastName

lcFirstName = alltrim(myAlias.cFirstName)
lcSecondName = alltrim(myAlias.cSecondName)
lcThirdName = alltrim(myAlias.cThirdName)

lcLastName = alltrim(myAlias.cLastName)

thisform.txtFullName.value = m.lcFirstName + ;
iif(!empty(m.lcFirstName)," ","") + ;
m.lcSecondName + iif(!empty(m.lcSecondName)," ","") + ;
m.lcThirdName + ;
iif(!empty(m.lcThirdName)," ","") + m.lcLastName
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform