Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Merge two textboxes' content
Message
De
19/10/2004 05:12:39
 
 
À
19/10/2004 05:00:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00952512
Message ID:
00952541
Vues:
7
Maybe it's my memory doing tricks on me, because I did not remeber that you can. However, I still think an editbox is the right object for this purpose. But you may have other preferences. That's one of the cool features with VFP, there are usually more ways to get the same result.

>Not quite true, Tore
>
>Make a textbox double high and use the code:
>
>thisform.mytextbox1.Value = "hello" + CHR(13) + "world"
>
>and you get more trhan 1 line.
>
>Terry
>
>>Then you must use an editbox, a textbox can not display more than one line. Thisform.myEditbox.value=TableName.Name + chr(13)+chr(10) + TableName.Address
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform