Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Special K
Message
De
20/03/1998 12:32:59
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00086017
Message ID:
00086043
Vues:
24
>>>To expand a bit on Ed's response<g>, here is the code that would work in the Click():
>>>
>>>If Len(This.Value) = 0
>>> keyboard "{HOME}"
>>>Endif
>>
>>Probably more precize way is to code Text.Gotfocus event:
>>keyboard '{END}'
>>keyboard '{SHIFT+HOME}'
>>now Format property can be cleaned up

Empty reply?
Anyway, one more addendum:
***Text.Gotfocus event
if len(allt(this.value))!=0
 keyboard '{END}'
 keyboard '{SHIFT+HOME}'
endif
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform