Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concatenate
Message
De
19/08/2007 03:01:42
 
 
À
18/08/2007 07:53:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01248935
Message ID:
01248993
Vues:
26
hi,

i need to display 2 fileds at mytext like one field,the user ask for that

i know i can display as 2 text or another way but i need to know how i can do that at one field via vfp code,

to know or to learn how you can do it better if you don't know.

sorry for my english language.

thanks.

>>hi all,
>>
>>i try to concatenate 2 fields with 2 space between it.
>>
>>thanks
>>
>>
>>with thisform.combo1
>>  *thisform.text4.value= .List(.ListIndex,1)+CHR(13) + CHR(10) +.List(.ListIndex,2)
>>*  thisform.text4.value= .List(.ListIndex,1)+LTRIM(.List(.ListIndex,2))
>>thisform.text4.value=ltrim(.List(.ListIndex,1)+lTRIM(.List(.ListIndex,2)))
>>endwith
>>
>
>Hi Mohammed,
>
>I didn't understand your problem.
>What you want to do was this?
>
>with thisform.combo1
>   thisform.text4.value = ltrim(.List(.ListIndex,1) +  space(2) + lTRIM(.List(.ListIndex,2)))
>endwith
>
>
>Joaquim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform