Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WebBrowser and Text File
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00888066
Message ID:
00888151
Vues:
13
Steve,

You can write code into the KeyPress to provide special handling of the tab key, something along the lines of:
LPARAMETERS nKeyCode, nShiftAltCtrl

if ( nKeyCode = 9 )
   this.SelText = chr(9)
   nodefault
endif
>I started out with this in the editBox. I guess it's only the tab key that does not behave
>as would be expected in a word proc. document.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform