Re: Field to hold names selected from AD
- From: "Sue Mosher [MVP-Outlook]" <suemvp@xxxxxxxxxxxxxxx>
- Date: Thu, 11 Aug 2005 10:15:14 -0400
1) See http://www.outlookcode.com/d/code/selectnames.htm for an example of how to call the Select Names dialog to return a name. The page at http://www.outlookcode.com/d/propsyntax.htm shows how to set custom field values.
2) Depending on whether the row data is specific to the item (data record), the user, or the organization as a whole, you may want to store it in the item, a hidden message in the user's folders, a file on the user's machine, a hidden message in a public folder, a database, etc. You would then use the Item_Open event handler to run the code that reads the row data and populates the rows.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Alexander V. Alexeev" <talk2alex@xxxxxxxxxxx> wrote in message news:OZT$dMCcFHA.2768@xxxxxxxxxxxxxxxxxxxxxxx
> Hi there,
>
> I am developing a custom form of Task type for somethng that resembles a
> workflow application. Well at the moment it;s just a Public Folder with the
> form containing fields I have setup. There are two things I am battling with
> at this stage:
>
> 1. How to go about adding custom fields that are populated by usernames from
> AD, just like the To field, and the like, which is very convenient for
> users to be able to pick from predefined list.
>
> 2. Is there a way to store selections and later have a field to be able to
> pick from them. Combo box with defined values is the only options? WHat if I
> wanted to store two dimensional values, like:
> 1, Value1
> 2, Value 2
>
> i.e. store only their first column which is integer but in the form we'd see
> the text value corresponding to it.
>
> Anyone could point to where I should start looking?
> Thanks!
>
> Alex A
>
>
.
- Prev by Date: Re: User defined fields in custom form not transmitting data
- Next by Date: Re: Customizing the view in the reading pane
- Previous by thread: Re: User defined fields in custom form not transmitting data
- Next by thread: Re: Customizing the view in the reading pane
- Index(es):
Relevant Pages
|
Loading