A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

designed a form, text entered in textbox is not saved



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 31st 06, 02:52 PM posted to microsoft.public.outlook.program_forms
JoPetti
external usenet poster
 
Posts: 1
Default designed a form, text entered in textbox is not saved

I created a task-based form in Outlook 2003 that included a textbox and check
boxes, real simple. I published the form. Now when i use the form, the text
i enter in the textbox is never saved. the textbox is always empty when i
open the said task.
Ads
  #2  
Old July 31st 06, 03:00 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default designed a form, text entered in textbox is not saved

Sounds like you only added a text box, not a field where Outlook can store the data. Check on the Properties dialog for the control, at the top of the Value tab.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"JoPetti" wrote in message ...
I created a task-based form in Outlook 2003 that included a textbox and check
boxes, real simple. I published the form. Now when i use the form, the text
i enter in the textbox is never saved. the textbox is always empty when i
open the said task.

  #3  
Old July 31st 06, 04:26 PM posted to microsoft.public.outlook.program_forms
Hollis Paul [MVP - Outlook]
external usenet poster
 
Posts: 138
Default designed a form, text entered in textbox is not saved

In article ,
=?Utf-8?B?Sm9QZXR0aQ==?= wrote:
I created a task-based form in Outlook 2003 that included a textbox and check
boxes, real simple. I published the form. Now when i use the form, the text
i enter in the textbox is never saved. the textbox is always empty when i
open the said task.

Did you bind your control to a field? If not, the contents of the control
disappear with the form. Only fields are saved with the data item.

--
Hollis Paul
Mukilteo, WA USA


  #4  
Old October 4th 06, 06:05 PM posted to microsoft.public.outlook.program_forms
Sam
external usenet poster
 
Posts: 143
Default designed a form, text entered in textbox is not saved

What type of control should we use to keep the information in the fields?

I have a text field, wordwrap, multi-line box that will not hold the
information that end-users need to place in the box.

How do I fix this?

--
"To dream of the person you would like to be is to waste the person you are."


"Sue Mosher [MVP-Outlook]" wrote:

Sounds like you only added a text box, not a field where Outlook can store the data. Check on the Properties dialog for the control, at the top of the Value tab.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"JoPetti" wrote in message ...
I created a task-based form in Outlook 2003 that included a textbox and check
boxes, real simple. I published the form. Now when i use the form, the text
i enter in the textbox is never saved. the textbox is always empty when i
open the said task.


  #5  
Old October 4th 06, 06:33 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default designed a form, text entered in textbox is not saved

To fix it, you need to bind the control to an Outlook property. Do this on the control's Properties dialog, at the top of the Value tab.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sam" wrote in message ...
What type of control should we use to keep the information in the fields?

I have a text field, wordwrap, multi-line box that will not hold the
information that end-users need to place in the box.

How do I fix this?


"Sue Mosher [MVP-Outlook]" wrote:

Sounds like you only added a text box, not a field where Outlook can store the data. Check on the Properties dialog for the control, at the top of the Value tab.

"JoPetti" wrote in message ...
I created a task-based form in Outlook 2003 that included a textbox and check
boxes, real simple. I published the form. Now when i use the form, the text
i enter in the textbox is never saved. the textbox is always empty when i
open the said task.


  #6  
Old October 10th 06, 07:25 PM posted to microsoft.public.outlook.program_forms
Sam
external usenet poster
 
Posts: 143
Default designed a form, text entered in textbox is not saved

I think I did this. I clicked on NEW to create a new field and created a
field. Chand both COMPOSE and READ pages. Published / saved; pressed APPLY
and they still do not print.

What am I doing that is not correct?

--
"To dream of the person you would like to be is to waste the person you are."


"Sue Mosher [MVP-Outlook]" wrote:

To fix it, you need to bind the control to an Outlook property. Do this on the control's Properties dialog, at the top of the Value tab.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sam" wrote in message ...
What type of control should we use to keep the information in the fields?

I have a text field, wordwrap, multi-line box that will not hold the
information that end-users need to place in the box.

How do I fix this?


"Sue Mosher [MVP-Outlook]" wrote:

Sounds like you only added a text box, not a field where Outlook can store the data. Check on the Properties dialog for the control, at the top of the Value tab.

"JoPetti" wrote in message ...
I created a task-based form in Outlook 2003 that included a textbox and check
boxes, real simple. I published the form. Now when i use the form, the text
i enter in the textbox is never saved. the textbox is always empty when i
open the said task.


  #7  
Old October 10th 06, 07:31 PM posted to microsoft.public.outlook.program_forms
Sam
external usenet poster
 
Posts: 143
Default designed a form, text entered in textbox is not saved

Okay ... I think I did this. I went to the box, choose a field I created,
applied, saved and published. Still not printing contents.
--
"To dream of the person you would like to be is to waste the person you are."


"Sue Mosher [MVP-Outlook]" wrote:

To fix it, you need to bind the control to an Outlook property. Do this on the control's Properties dialog, at the top of the Value tab.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sam" wrote in message ...
What type of control should we use to keep the information in the fields?

I have a text field, wordwrap, multi-line box that will not hold the
information that end-users need to place in the box.

How do I fix this?


"Sue Mosher [MVP-Outlook]" wrote:

Sounds like you only added a text box, not a field where Outlook can store the data. Check on the Properties dialog for the control, at the top of the Value tab.

"JoPetti" wrote in message ...
I created a task-based form in Outlook 2003 that included a textbox and check
boxes, real simple. I published the form. Now when i use the form, the text
i enter in the textbox is never saved. the textbox is always empty when i
open the said task.


  #8  
Old October 10th 06, 07:50 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default designed a form, text entered in textbox is not saved

I don't know what "Chand both ... pages" means.

Does the data appear on the All Fields page?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sam" wrote in message ...
I think I did this. I clicked on NEW to create a new field and created a
field. Chand both COMPOSE and READ pages. Published / saved; pressed APPLY
and they still do not print.

What am I doing that is not correct?

--
"To dream of the person you would like to be is to waste the person you are."


"Sue Mosher [MVP-Outlook]" wrote:

To fix it, you need to bind the control to an Outlook property. Do this on the control's Properties dialog, at the top of the Value tab.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sam" wrote in message ...
What type of control should we use to keep the information in the fields?

I have a text field, wordwrap, multi-line box that will not hold the
information that end-users need to place in the box.

How do I fix this?


"Sue Mosher [MVP-Outlook]" wrote:

Sounds like you only added a text box, not a field where Outlook can store the data. Check on the Properties dialog for the control, at the top of the Value tab.

"JoPetti" wrote in message ...
I created a task-based form in Outlook 2003 that included a textbox and check
boxes, real simple. I published the form. Now when i use the form, the text
i enter in the textbox is never saved. the textbox is always empty when i
open the said task.


  #9  
Old October 10th 06, 08:15 PM posted to microsoft.public.outlook.program_forms
Sam
external usenet poster
 
Posts: 143
Default designed a form, text entered in textbox is not saved

..That was a typo ... I "changed both" the COMPOSE and the READ pages. I can
see it if I make is a drop down and type in .. but I cannot see anything when
I make it a text box.

My process:
Off of the CONTROL BOX TOOLBAR I dragged the TEXT box to where I wanted it
Under in the PROPERTIES BOX; 2nd TAB; I clicked on NEW; created a field
Made it a TEXT field; WORD WRAP; APPLY.

When I type information in this box and hit send it doesn't show up on the
email ...

What step am I missing?


--
"To dream of the person you would like to be is to waste the person you are."


"Sue Mosher [MVP-Outlook]" wrote:

I don't know what "Chand both ... pages" means.

Does the data appear on the All Fields page?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sam" wrote in message ...
I think I did this. I clicked on NEW to create a new field and created a
field. Chand both COMPOSE and READ pages. Published / saved; pressed APPLY
and they still do not print.

What am I doing that is not correct?

--
"To dream of the person you would like to be is to waste the person you are."


"Sue Mosher [MVP-Outlook]" wrote:

To fix it, you need to bind the control to an Outlook property. Do this on the control's Properties dialog, at the top of the Value tab.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sam" wrote in message ...
What type of control should we use to keep the information in the fields?

I have a text field, wordwrap, multi-line box that will not hold the
information that end-users need to place in the box.

How do I fix this?


"Sue Mosher [MVP-Outlook]" wrote:

Sounds like you only added a text box, not a field where Outlook can store the data. Check on the Properties dialog for the control, at the top of the Value tab.

"JoPetti" wrote in message ...
I created a task-based form in Outlook 2003 that included a textbox and check
boxes, real simple. I published the form. Now when i use the form, the text
i enter in the textbox is never saved. the textbox is always empty when i
open the said task.



  #10  
Old October 10th 06, 08:19 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default designed a form, text entered in textbox is not saved

What is the name of the field you created? Did you then repeat the process on the read page layout -- adding a text box and binding to the same field (or just dragging that field from the Field Chooser to save time)?

You didn't answer my question about the All Fields page.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sam" wrote in message ...
.That was a typo ... I "changed both" the COMPOSE and the READ pages. I can
see it if I make is a drop down and type in .. but I cannot see anything when
I make it a text box.

My process:
Off of the CONTROL BOX TOOLBAR I dragged the TEXT box to where I wanted it
Under in the PROPERTIES BOX; 2nd TAB; I clicked on NEW; created a field
Made it a TEXT field; WORD WRAP; APPLY.

When I type information in this box and hit send it doesn't show up on the
email ...

What step am I missing?


--
"To dream of the person you would like to be is to waste the person you are."


"Sue Mosher [MVP-Outlook]" wrote:

I don't know what "Chand both ... pages" means.

Does the data appear on the All Fields page?



"Sam" wrote in message ...
I think I did this. I clicked on NEW to create a new field and created a
field. Chand both COMPOSE and READ pages. Published / saved; pressed APPLY
and they still do not print.

What am I doing that is not correct?

--
"To dream of the person you would like to be is to waste the person you are."


"Sue Mosher [MVP-Outlook]" wrote:

To fix it, you need to bind the control to an Outlook property. Do this on the control's Properties dialog, at the top of the Value tab.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sam" wrote in message ...
What type of control should we use to keep the information in the fields?

I have a text field, wordwrap, multi-line box that will not hold the
information that end-users need to place in the box.

How do I fix this?


"Sue Mosher [MVP-Outlook]" wrote:

Sounds like you only added a text box, not a field where Outlook can store the data. Check on the Properties dialog for the control, at the top of the Value tab.

"JoPetti" wrote in message ...
I created a task-based form in Outlook 2003 that included a textbox and check
boxes, real simple. I published the form. Now when i use the form, the text
i enter in the textbox is never saved. the textbox is always empty when i
open the said task.



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting my Radio Buttons to work on a form I designed Brooke Outlook - Using Forms 12 May 15th 06 10:23 PM
Entered appt, saved, does not show on calendar. What next Melanie Outlook - Calandaring 1 April 6th 06 03:53 AM
Outlook Add-In: msoControlEdit: Textbox loses text when losing focus Pieter Add-ins for Outlook 3 February 6th 06 02:37 PM
Outlook Add-In: msoControlEdit: Textbox loses text when losing focus Pieter Outlook and VBA 3 February 6th 06 02:37 PM
Can I program on the designed form in outlook? Eric Legault [MVP - Outlook] Outlook - Using Forms 0 January 10th 06 04:33 PM


All times are GMT +1. The time now is 02:07 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.