Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textboxes and values...
Message
De
30/12/1999 09:37:37
David Fluker
NGIT - Centers For Disease Control
Decatur, Georgie, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00307522
Message ID:
00310336
Vues:
32
Cool. And don't you hate how computers do exactly what you tell them to do instead of what you want them to do. ;-)

Thanks,
David.
(Just practicing)

>CRAP!! Sorry Dave, that didn't come out right. Right-click on my previous message and choose View Source and look at what's just before and after the example.
>
>HTH
>
>>Oops! I forgot the HTML parser would remove all the extra spaces in my example. So here it is again. Think spaces when you see periods.
>>
>>For example:
>>Text1.Value = 'David.......'
>>Text2.Value = 'Fluker......'
>>Text1.Value + Text2.Value = 'David......Fluker......'
>>If I put this in Text2.Value, it looks like Text1 has written over Text2 because I cannot see the "Fluker". I can click on Text2 and scroll right to see the rest of the value.
>>
>>To fix this you need to trim the extra spaces with something like
>>Text2 = ALLTRIM(Text1) + ALLTRIM(Text2)
>>or
>>Text2 = Text1 - Text2
>>
>>David.
David.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform