Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WebBrowser and Text File
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00888066
Message ID:
00888151
Views:
12
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
Previous
Reply
Map
View

Click here to load this message in the networking platform