Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Format property in Grid
Message
 
 
À
01/12/2001 00:00:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00588342
Message ID:
00588344
Vues:
15
>Hi all,
>
>I have a grid and one of the coloumns has a value and it can be edited, and when I want to edit it with first click the value, the old value still remain and I have to replace them. My user want the old value to be disappeared so they don't have to replace it when typing the changes.
>
>This thing doesn't happend if I use arrow button, I've tried looking at the Format and Inputmask propery, but they don't give me any changes.
>
>Anybody can help ?
>
>Budianto

Of the top of my head:
put the following code in Click event:
this.SelStart=0
this.SelLength=len(this.value) && if field character, otherwise len(transform(this.value))
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform