Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textboxes and values...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00307522
Message ID:
00307556
Views:
28
>maxlength on both textboxes are 0 so its not that ut how could i do this? form2.text1.value = form2.text1.text + form1.text1.text
>.......should this work? is there any syntax errors in that?

It should work.
I suggest you just open the Watch window put there

_screen.activeform.text1.value
_screen.activeform.text1.text
_screen.activeform.text2.value
_screen.activeform.text2.text

then run your form and see what is going on in Watch window (for simplicity I use textboxes on one form)
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
Previous
Reply
Map
View

Click here to load this message in the networking platform