Cant view checkboxes on custom form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a custom form with two checkboxes. I have published the form
in my Personal Forms Library. I have created fileds for these checkboxes so
they are bounded. When I send the form to my self I get a normal message not
the one with check boxes. I did put the same checkboxes in "Edit Read Page".

When I open the message from the sent folder I can see the checkboxes but
not when I open it from Inbox. Any suggestions?

Thanks.
 
I did put the same checkboxes in "Edit Read Page".

When I open the message from the sent folder I can see the checkboxes but
not when I open it from Inbox. Any suggestions?
You may think you have the same check boxes in the Edit Read Page, but if
you go check the names, you will find that the control names have been
changed because you cannot have two controls with the same name. It
automatically changes the name by adding a 1 to the end of the control you
are pasting into the read page.

To make auto-loading work as advertized, you must design the common elements
of the form in un-split mode, then split the form into compose and read
forms. Then you design those elements of the read page that are not on the
compose page, and vice versus.

But, if you want the same check boxes on both pages, and that is the extent
of your customization, aside from the associated fields, then you should not
be using a split form.

So, scrap this first version, and go back to the design environment and do
the next version. Remember the first rule in design--always throw away the
first version; and maybe the second and third, also.
 
What do you see when you open the item from the Inbox? Does the Help | About This Form dialog give you the correct form name and version number?
 
It displays it as a standard message with no checkboxes and it does not even
have About this Form Dialog. But, if I go to sent Folder it does display the
check boxes and has "About this Form Dialog".
 
Sounds like your mail server could be stripping TNEF/RTF content. You should be able to confirm that by sending to a Gmail address or an an account that you can read in Outlook Express and then looking at the message to see whether it has a Winmail.dat attachment.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
Hi, I made a custom form, and when I send the form i can't see the checkboxes even the textboxes. When I open the form in the sends folder I see everything but when I open the form I send to my self in the inbox folder, I see a normal mail... I can see anything. I have not administrator permission on this computer

Plz Help Me!!!!
 
Notice in the Design toolbar: the Edit Compose Page is where you design the
form that the sender sees. And the Edit Read Page is what the recipient sees.

Hope that helps.
 
Back
Top