Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EditBox mystery
Message
De
09/06/2014 08:10:52
 
 
À
06/06/2014 12:41:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01601421
Message ID:
01601479
Vues:
62
>I have two Editbox controls (on different forms) ; both have 'AddLineFeeds' set to true.
>
>In the interactive change event I'm checking the 'Text' value by outputting the ASCII values.
>
>In the first one if I type in 'Test' followed by 'Enter' the output is ; 84 101 111 116 13
>If I then type. say. an 'i' the output is : 84 101 111 116 13 10 105 (i.e the '10' has been inserted)
>
>In the second one the first output is the same (84 101 111 116 13)
>But, after the 'i' I get : 84 101 111 116 13 105 (i.e. no '10' has been inserted)
>
>What could cause the difference in behaviour ?
>(I want the first one)

No one ?

Reading the docs a little more carefully it appears that the 'AddLineFeeds' property only affects the read value of the 'Value' property - i.e. nothing to do with the 'Text' property. But that doesn't help me to discover what the difference is :-{
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform