Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word+word
Message
From
06/04/2005 07:16:59
 
 
To
06/04/2005 07:12:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 6
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01001807
Message ID:
01001816
Views:
20
hi all,
thanks it works.
i need to dived my statment as 3 parts at mytext as
this is a boy or this is a man as
at my textbox
this is a boy  
or
this is a man as
thanks.


>You're welcome. You can actually make it even simpler:
>thisform.text2.value=thisform.text1.value-("ed")
>The only disadvantage is that the new value will have some trailing blanks.
>
>>hi,
>>it works,
>>thank you.
>>>
thisform.text2.value=trim(thisform.text1.value)+("ed")
>>>>hi all,
>>>>i try to get result as if thisform.text1.value=drive , i want to add "ed" to be
>>>>like "driveed",
>>>>
>>>>i try as under
>>>>thisform.text2.value=trim(thisform.text1.value)+("ed")&& i get it as
>>>>"drive       ed"
>>>>
>>>>thanks
>>>>m.qasem
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform