![]() |
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
|
|||
|
|||
![]()
Hi all,
I created a form in Outlook with Tab stops and a drop down box, but when I click "run this form" fill it out and send the email out, NONE of the data is in there, not even the Label text, what am I doing wrong? Thanks in advance |
Ads |
#2
|
|||
|
|||
![]()
Are you storing the control data from your custom form in user properties?
If you don't bind your controls to user properties or standard properties the values won't persist. See the forms information at www.outlookcode.com for more information on binding controls to properties. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "duugg" wrote in message news ![]() Hi all, I created a form in Outlook with Tab stops and a drop down box, but when I click "run this form" fill it out and send the email out, NONE of the data is in there, not even the Label text, what am I doing wrong? Thanks in advance |
#3
|
|||
|
|||
![]()
Ken,
Thanks for the fast reply. How do you bind a control? ie "Right click on the text field, advanced properties...etc..." thanks "Ken Slovak - [MVP - Outlook]" wrote: Are you storing the control data from your custom form in user properties? If you don't bind your controls to user properties or standard properties the values won't persist. See the forms information at www.outlookcode.com for more information on binding controls to properties. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "duugg" wrote in message news ![]() Hi all, I created a form in Outlook with Tab stops and a drop down box, but when I click "run this form" fill it out and send the email out, NONE of the data is in there, not even the Label text, what am I doing wrong? Thanks in advance |
#4
|
|||
|
|||
![]()
Properties, go to the Value tab. Either create a new property there or set
the control value to bind to an existing property. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "duugg" wrote in message ... Ken, Thanks for the fast reply. How do you bind a control? ie "Right click on the text field, advanced properties...etc..." thanks |
#5
|
|||
|
|||
![]()
Yes, I know that part, but how do I know which one to bind it to? In other
words, I created a text label that says "Matter Number" and right next to it, I have a text box that I created for myself to enter data in. I right clicked on my newly created text box, selected properties, selected the "Value" tab, selected the "Choose Field" box and can't find "Matter Number". Do I create a new value with the exact same label name (Matter Number)? If yes, how does Outlook know that I want it to bind to the EXACT same label name in the form I'm working on? I did manage to get the form text to show up in my sent messages, but the data I entered in still doesn't show. One more thing...is there a way to get the form to show up in the Auto-Preview box? My form (without the text I entered) only shows up after double clicking on the sent message, but not in the preview box. Thanks for all your help. "Ken Slovak - [MVP - Outlook]" wrote: Properties, go to the Value tab. Either create a new property there or set the control value to bind to an existing property. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "duugg" wrote in message ... Ken, Thanks for the fast reply. How do you bind a control? ie "Right click on the text field, advanced properties...etc..." thanks |
#6
|
|||
|
|||
![]()
The property won't exist unless you create it. You can name it whatever you
want to name it, it can have the same name as your text box control or any other name you want to give it. What auto-preview box? Do you mean the preview/reading pane or do you want your field to show up in auto-preview in table views? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "duugg" wrote in message news ![]() Yes, I know that part, but how do I know which one to bind it to? In other words, I created a text label that says "Matter Number" and right next to it, I have a text box that I created for myself to enter data in. I right clicked on my newly created text box, selected properties, selected the "Value" tab, selected the "Choose Field" box and can't find "Matter Number". Do I create a new value with the exact same label name (Matter Number)? If yes, how does Outlook know that I want it to bind to the EXACT same label name in the form I'm working on? I did manage to get the form text to show up in my sent messages, but the data I entered in still doesn't show. One more thing...is there a way to get the form to show up in the Auto-Preview box? My form (without the text I entered) only shows up after double clicking on the sent message, but not in the preview box. Thanks for all your help. |
#7
|
|||
|
|||
![]()
Ken,
Actually I meant the "Reading Pane". I can't see the form when viewing it from the reading pane (not actually opening it) "Ken Slovak - [MVP - Outlook]" wrote: The property won't exist unless you create it. You can name it whatever you want to name it, it can have the same name as your text box control or any other name you want to give it. What auto-preview box? Do you mean the preview/reading pane or do you want your field to show up in auto-preview in table views? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "duugg" wrote in message news ![]() Yes, I know that part, but how do I know which one to bind it to? In other words, I created a text label that says "Matter Number" and right next to it, I have a text box that I created for myself to enter data in. I right clicked on my newly created text box, selected properties, selected the "Value" tab, selected the "Choose Field" box and can't find "Matter Number". Do I create a new value with the exact same label name (Matter Number)? If yes, how does Outlook know that I want it to bind to the EXACT same label name in the form I'm working on? I did manage to get the form text to show up in my sent messages, but the data I entered in still doesn't show. One more thing...is there a way to get the form to show up in the Auto-Preview box? My form (without the text I entered) only shows up after double clicking on the sent message, but not in the preview box. Thanks for all your help. |
#8
|
|||
|
|||
![]()
It's normal not being able to see custom forms in the reading pane.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "duugg" wrote in message ... Ken, Actually I meant the "Reading Pane". I can't see the form when viewing it from the reading pane (not actually opening it) |
#9
|
|||
|
|||
![]()
Okay,
I would like to do the "abnormal" and be able to see it from the reading pane. Is this possible? "Ken Slovak - [MVP - Outlook]" wrote: It's normal not being able to see custom forms in the reading pane. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "duugg" wrote in message ... Ken, Actually I meant the "Reading Pane". I can't see the form when viewing it from the reading pane (not actually opening it) |
#10
|
|||
|
|||
![]()
Let me re-phrase my answer. No.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "duugg" wrote in message ... Okay, I would like to do the "abnormal" and be able to see it from the reading pane. Is this possible? |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Form created in Outlook will not send data filled in. | Joanne19541 | Outlook - Using Forms | 4 | September 5th 07 03:12 AM |
Link to a published form | KateRK | Outlook - Using Forms | 1 | June 21st 07 09:11 PM |
Using / Finding a Published Form | Brooke | Outlook - Using Forms | 3 | April 18th 07 05:59 PM |
Published form not visible | Steinar Larsen | Outlook - Using Forms | 3 | May 4th 06 01:46 PM |
OL2003 - can you auto-fill a singel new contact form with online form data | TimR | Outlook - Using Contacts | 1 | February 15th 06 01:43 PM |