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:
00307684
Views:
21
David,

The value of text 2 probably has trailing spaces on it. Here's code that just worked fine for me;
Thisform.Pageframe1.Page2.Text1.Value = ;
ALLLTRIM(Thisform.Pageframe1.Page2.Text1.Value) + ;
Thisform.Pageframe1.Page1.Text1.Value
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform