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:
00307734
Views:
23
>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
>
Can't you get the same effect with:

Thisform.Pageframe1.Page2.Text1.Value = ;
ALLTRIM(Thisform.Pageframe1.Page2.Text1.Value-Thisform.Pageframe1.Page1.Text1.Value)
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform