Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textboxes and values...
Message
From
22/12/1999 15:58:05
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00307522
Message ID:
00307543
Views:
25
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...
Thanks,
Dan Jurden
djurden@outlook.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform