Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Concatenate
Message
From
19/08/2007 03:01:42
 
 
To
18/08/2007 07:53:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01248935
Message ID:
01248993
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform