In article <E9E30405-10C7-4B66-AD7A-(E-Mail Removed)>,
=?Utf-8?B?YXR3b3Jr?= wrote:
> Set Page = Item.GetInspector.ModifiedFormPages("PickOne")
> Set Control = Page.Controls("cbosubject")
> Control.additem "Marketing"
> Control.additem "Sales"
>
It looks like you should be putting that in the Item_Open function.
Then you publish the form to the appropriate forms library, or your
inbox. You don't really save a form design--instead, you publish it.
You can test the form by clicking the Action menu, choosing run this
form, and seeing how it executes. When done with the test, you delete
it without saving, or it becomes a bit of trash in your default folder.
You publish from the Tools menu: Click Tools --> Forms --> Publish
Forms as and then follow the wizard. Always use Publish As, so that
you can include the version number in the new form name--myform_ver101.
This will prevent the forms cache problem where you swear you
published a new version but when you select the name you get the old
version.
With respect to your code, the Primary Resources for coding information
on the web is
www.slipstick.com,
www.outlook-tips.net,
www.outlookcode.com. Lesser resources are the web sites of other
Outlook MVPs, a short list of which can be found at:
http://www.outlookbythesound.com/SBS...et_outlook.htm, hold
your mouse over the blossoms and buds, and the site name will appear in
the tool-tip.
Hollis D. Paul [MVP - Outlook]
(E-Mail Removed)
Mukilteo, WA USA