Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Always on top for a Button??
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00887735
Message ID:
00888016
Vues:
11
This is my code, however,
1. When I am thru with the editBox, how can I get out of it because clicking on other parts
of the form does not close the editBox.
2. Is there a way to enable regular text editing keys in an editBox like the tab and up and
right arrow keys, so that it is like a small word processing document? Or is better to use
modi comm and bring up a document for editing?

Thanks
Steve

*Click
This.SetFocus()

*GotFocus
This.Height = 400
This.Top = 100
This.Width = 432

*LostFocus
This.Height = 60
This.Top = 248
This.Width = 432
ThisForm.edtPurpose.SetFocus()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform