Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get value from grid
Message
De
24/08/2005 10:40:23
 
 
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:
01043352
Vues:
7
hi,
thank you very much,
yes, that's better.
best regards
m.qasem
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform