Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textboxes and values...
Message
 
À
22/12/1999 15:58:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00307522
Message ID:
00307550
Vues:
28
In case if the textbox .Value is character, there is no difference if you use .Value or .Text property. But I think most people use .Value property.

>This may just be a mistake on your posting the code...but maybe you should try:
>
>Form2.Text1.Value = Form2.Text1.Value + Form1.Text1.Value
>
>>Lets say i have 2 forms named form1 and form2...ok?
>>i want a button to make form1's textbox text to append the the end of form2's textbox.
>>i understand: Form2.Text1.Text = Form1.Text1.Text
>>but this clears out Form2.Text1's text and replaces it with Form1.Text1's Text.
>>I want to beable to do this:
>>Form2.Text1.Value = Form2.Text1.Text + Form1.Text1.Text
>>but it doesn't work i click the button and it keeps copying over the current value of Form2.Text1.Text and I want to keep it...
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform