![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I created a custom template with 2 text boxes on page 2. However, I just
realized that I cannot TAB or ENTER without leaving the text box. It would appear it is set up to accept only a string of text. Is there a way to change this in the text box so that I can use the TAB and ENTER keys? Thanks. -- Wayne |
Ads |
#2
|
|||
|
|||
![]()
The properties you need are on the Advanced Properties dialog for the control:
EnterKeyBehavior = -1 (True) Multiline = -1 (True) TabKeyBehavior = -1 (True) TabStop = 0 (False) -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Wayne" wrote in message ... I created a custom template with 2 text boxes on page 2. However, I just realized that I cannot TAB or ENTER without leaving the text box. It would appear it is set up to accept only a string of text. Is there a way to change this in the text box so that I can use the TAB and ENTER keys? Thanks. -- Wayne |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sharing a task template | Wayne | Outlook - Using Forms | 3 | January 2nd 08 05:55 PM |
Assigning date to new task created in To-do Bar | T[_2_] | Outlook - Calandaring | 3 | October 28th 07 01:05 PM |
Can I modify the task template (.otf) to have tabs? | rachel | Outlook - Using Forms | 1 | February 19th 07 03:40 PM |
Task template problems | Melanie | Outlook - Using Forms | 0 | April 12th 06 02:39 AM |
Task template | Corrie | Outlook - Calandaring | 2 | March 24th 06 08:02 AM |