PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Value not displaying on Read Page after form is sent?
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Value not displaying on Read Page after form is sent?
![]() |
Value not displaying on Read Page after form is sent? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I read Sue's books from cover to cover and have never seen anything
like this! I have a custom form with a drop down box. The value selected in the drop down box appears read page of the person that sends the form (because they get cc'd) but the recipient of the form does not see the value chosen. Other drop down boxes on the form do not have this issue. They were all created the same way! Anyone have any ideas? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Where is the form published? What does the Help | About This Form dialog tell you about the version number? (You are incrementing the version number, right?)
-- 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 "Rhino" <jeff.briner@quintel-mc.com> wrote in message news:1150834296.070958.304190@g10g2000cwb.googlegroups.com... >I read Sue's books from cover to cover and have never seen anything > like this! I have a custom form with a drop down box. The value > selected in the drop down box appears read page of the person that > sends the form (because they get cc'd) but the recipient of the form > does not see the value chosen. Other drop down boxes on the form do not > have this issue. They were all created the same way! Anyone have any > ideas? > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Sue,
The form is on a shared drive as an .oft file. So there is only one version (I am testing this in a singl dept on a local network before I have the corp guys publish it across the enterprise). I did not publish it except to my personal library. By the way, your books are great! Thanks Jeff Sue Mosher [MVP-Outlook] wrote: > Where is the form published? What does the Help | About This Form dialog tell you about the version number? (You are incrementing the version number, right?) > > -- > 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 > > "Rhino" <jeff.briner@quintel-mc.com> wrote in message news:1150834296.070958.304190@g10g2000cwb.googlegroups.com... > >I read Sue's books from cover to cover and have never seen anything > > like this! I have a custom form with a drop down box. The value > > selected in the drop down box appears read page of the person that > > sends the form (because they get cc'd) but the recipient of the form > > does not see the value chosen. Other drop down boxes on the form do not > > have this issue. They were all created the same way! Anyone have any > > ideas? > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
That won't work. You need to use a published form if you're transmitting custom field values. The article at http://support.microsoft.com/?id=907985 explains this in more detail.
-- 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 "Rhino" <jeff.briner@quintel-mc.com> wrote in message news:1150837559.941275.218290@i40g2000cwc.googlegroups.com... > Sue, > > The form is on a shared drive as an .oft file. So there is only one > version (I am testing this in a singl dept on a local network before I > have the corp guys publish it across the enterprise). I did not > publish it except to my personal library. By the way, your books are > great! > > Thanks > Jeff > > Sue Mosher [MVP-Outlook] wrote: >> Where is the form published? What does the Help | About This Form dialog tell you about the version number? (You are incrementing the version number, right?) >> >> "Rhino" <jeff.briner@quintel-mc.com> wrote in message news:1150834296.070958.304190@g10g2000cwb.googlegroups.com... >> >I read Sue's books from cover to cover and have never seen anything >> > like this! I have a custom form with a drop down box. The value >> > selected in the drop down box appears read page of the person that >> > sends the form (because they get cc'd) but the recipient of the form >> > does not see the value chosen. Other drop down boxes on the form do not >> > have this issue. They were all created the same way! Anyone have any >> > ideas? >> > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
I'll check out that article, Thanks .... But it is confusing how
everything else on the form works except one of the drop down boxes? Jeff Sue Mosher [MVP-Outlook] wrote: > That won't work. You need to use a published form if you're transmitting custom field values. The article at http://support.microsoft.com/?id=907985 explains this in more detail. > > > > -- > 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 > > "Rhino" <jeff.briner@quintel-mc.com> wrote in message news:1150837559.941275.218290@i40g2000cwc.googlegroups.com... > > Sue, > > > > The form is on a shared drive as an .oft file. So there is only one > > version (I am testing this in a singl dept on a local network before I > > have the corp guys publish it across the enterprise). I did not > > publish it except to my personal library. By the way, your books are > > great! > > > > Thanks > > Jeff > > > > Sue Mosher [MVP-Outlook] wrote: > >> Where is the form published? What does the Help | About This Form dialog tell you about the version number? (You are incrementing the version number, right?) > >> > >> "Rhino" <jeff.briner@quintel-mc.com> wrote in message news:1150834296.070958.304190@g10g2000cwb.googlegroups.com... > >> >I read Sue's books from cover to cover and have never seen anything > >> > like this! I have a custom form with a drop down box. The value > >> > selected in the drop down box appears read page of the person that > >> > sends the form (because they get cc'd) but the recipient of the form > >> > does not see the value chosen. Other drop down boxes on the form do not > >> > have this issue. They were all created the same way! Anyone have any > >> > ideas? > >> > > > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Probably because it's a custom property not present on the other machine or because the control isn't bound to the right field.
-- 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 "Rhino" <jeff.briner@quintel-mc.com> wrote in message news:1150839989.343267.197780@y41g2000cwy.googlegroups.com... > I'll check out that article, Thanks .... But it is confusing how > everything else on the form works except one of the drop down boxes? > > Jeff > > Sue Mosher [MVP-Outlook] wrote: >> That won't work. You need to use a published form if you're transmitting custom field values. The article at http://support.microsoft.com/?id=907985 explains this in >> >> "Rhino" <jeff.briner@quintel-mc.com> wrote in message news:1150837559.941275.218290@i40g2000cwc.googlegroups.com... >> > Sue, >> > >> > The form is on a shared drive as an .oft file. So there is only one >> > version (I am testing this in a singl dept on a local network before I >> > have the corp guys publish it across the enterprise). I did not >> > publish it except to my personal library. By the way, your books are >> > great! >> > >> > Thanks >> > Jeff >> > >> > Sue Mosher [MVP-Outlook] wrote: >> >> Where is the form published? What does the Help | About This Form dialog tell you about the version number? (You are incrementing the version number, right?) >> >> >> >> "Rhino" <jeff.briner@quintel-mc.com> wrote in message news:1150834296.070958.304190@g10g2000cwb.googlegroups.com... >> >> >I read Sue's books from cover to cover and have never seen anything >> >> > like this! I have a custom form with a drop down box. The value >> >> > selected in the drop down box appears read page of the person that >> >> > sends the form (because they get cc'd) but the recipient of the form >> >> > does not see the value chosen. Other drop down boxes on the form do not >> >> > have this issue. They were all created the same way! Anyone have any >> >> > ideas? >> >> > >> > > |
|
|
|
#7 |
|
Guest
Posts: n/a
|
In article <1150834296.070958.304190@g10g2000cwb.googlegroups.com>,
Rhino wrote: > The value > selected in the drop down box appears read page of the person that > sends the form (because they get cc'd) but the recipient of the form > does not see the value chosen. > Is this really a split form with a read form that is different from the compose form. If there is no real reason for having the split form, then you should remove the split feature. It is tricky to get the controls of the compose form to autoload into the controls of the read form. And if the designer discovered, after the form was split, that they had missed a control, and just built it from scratch and named it the same, then it won't work at all. -- Hollis Paul Mukilteo, WA USA |
|
|
|
#8 |
|
Guest
Posts: n/a
|
Paul,
Maybe I am doing it incorrectly but I just cut and pasted all of the controls from the compose page and pasted them to the read page. I wanted the person receiving the form to see exactly what was selected on the compose page and to be able to change the values if needed. Is there another/better way? Thanks Jeff Hollis Paul [MVP - Outlook] wrote: > In article <1150834296.070958.304190@g10g2000cwb.googlegroups.com>, > Rhino wrote: > > The value > > selected in the drop down box appears read page of the person that > > sends the form (because they get cc'd) but the recipient of the form > > does not see the value chosen. > > > Is this really a split form with a read form that is different from the > compose form. If there is no real reason for having the split form, > then you should remove the split feature. It is tricky to get the > controls of the compose form to autoload into the controls of the read > form. And if the designer discovered, after the form was split, that > they had missed a control, and just built it from scratch and named it > the same, then it won't work at all. > > -- > Hollis Paul > Mukilteo, WA USA |
|
|
|
#9 |
|
Guest
Posts: n/a
|
<VA.000000e5.02a619a0@obts-outlookdev.outlookbythesound.mukwoods>
<1150888386.578198.143730@y41g2000cwy.googlegroups.com> Newsgroups: microsoft.public.outlook.program_forms NNTP-Posting-Host: h-67-100-45-190.sttnwaho.dynamic.covad.net 67.100.45.190 Lines: 1 Path: number1.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newshub.sdsu.edu!msrtrans!TK2MSFTFEEDS01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP04.phx.gbl Xref: number1.nntp.dca.giganews.com microsoft.public.outlook.program_forms:77658 In article <1150888386.578198.143730@y41g2000cwy.googlegroups.com>, Rhino wrote: > Maybe I am doing it incorrectly but I just cut and pasted all of the > controls from the compose page and pasted them to the read page. I > wanted the person receiving the form to see exactly what was selected > on the compose page and to be able to change the values if needed. Is > there another/better way? > If you really did cut and paste all, really, really ALL, the controls from the compose page to the read page, then you should not be using a split form. Every thing is the same. Just go into design mode, and uncheck the box for separate forms. There will be a warning that you will lose any unique items on the read page, but you don't have any unique items on the read page. Say do it anyway to the warning, and republish. Then test to see if it works as you expected. The problem with the cut and paste method is that all the controls are renamed, and any custom fields that are referenced are also renamed in the paste operation. Consequently, the controls in the read page do not autoload from the compose page. The correct way to set up the controls of the read-page so that they autoload properly in a split page form, is to do all the common elements first, then split the form into compose page and read page, and then add the unique elements. -- Hollis Paul Mukilteo, WA USA |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

