modifying previous form

P

prog

Hi,

I'm trying to modify an already created form. I go into the form design and
remove an old field and its label, and insert an new bound textbox. When I
send the form out, the old information remains, eventhough I deleted the old
data. Is there something I'm forgetting to modify to remove the old info?
 
S

Sue Mosher [MVP-Outlook]

The old information remains where? Forms don't hold data. They are your UI/code templates. It is the individual items that hold the data.

Did you change the read layout to match your changes to the compose layout?
 
P

prog

Where do I see the read / compose layouts?

Sue Mosher said:
The old information remains where? Forms don't hold data. They are your UI/code templates. It is the individual items that hold the data.

Did you change the read layout to match your changes to the compose layout?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
P

prog

I have cleared form cache and modified the read and compose layouts but the
old field continues to show up.
 
S

Sue Mosher [MVP-Outlook]

The old field shows up where? Does the Help | About This Form dialog show that the item is using the latest version of the form?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top