Has anyone discovered a method to type the TAB character into a dialog object such as a memo or edit field? Pressing Tab moves to the next field as expected. Pressing ALT + 9 presents a question mark as does ALT + just about any number under 32.
My only thought is to specify a special string such as ##TAB## and insert that into the text where a Tab should be placed. On processing of the text the special string could be replaced with an actual Tab character. Try convincing users this is a good idea.
Any thoughts?
Dick
Type a TAB in a Dialog
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Type a TAB in a Dialog
Currently you can't do it I don't think as it requires trapping the CMDialogKey message as Tab is handled by Windows, not at the form level.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?