Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textboxes and values...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00307522
Message ID:
00307734
Vues:
22
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform