Re: Click Event for a bound option button
From: Sue Mosher [MVP-Outlook] (suemvp_at_outlookcode.com)
Date: 09/17/04
- Next message: Sue Mosher [MVP-Outlook]: "Re: Publish FOrm to SBS2003 Exchange"
- Previous message: ghatcher: "move a user template into standard forms library ?"
- In reply to: Blue: "Re: Click Event for a bound option button"
- Next in thread: Blue: "Re: Click Event for a bound option button"
- Reply: Blue: "Re: Click Event for a bound option button"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 17 Sep 2004 08:45:31 -0400
Sections 18.4.1 and 18.4.2 cover this topic, but you can't start writing the
code until you know whether you have a bound or unbound option button.
That's the critical first step.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Blue" <thinkblue146@yahoo.com> wrote in message
news:OA9Sv%23EnEHA.1672@TK2MSFTNGP09.phx.gbl...
> Sue,
>
> I appreciate the response, but I'm just not putting the pieces of the
> puzzle
> together...So today I went out and purchased your book to see if what I
> was
> trying to do was in there as an example...I couldn't find it...So I was
> wondering first if I may have over looked it in your book...If I did what
> page could it be found on? If not do you have a sample that you can give
> me
> the link to? I guess my biggest problem is how to start the code to make
> this happen...Thanks for you help!
>
> Billy
>
>
> "Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message
> news:%23aFOFRomEHA.324@TK2MSFTNGP11.phx.gbl...
>> Instead of a Click event, you'd use the PropertyChange or
>> CustomPropertyChange event, depending on which kind of field the buttons
> in
>> the option group are bound to. See
>> http://www.outlookcode.com/d/propsyntax.htm.
>>
>> You would also need to include code in the Item_Open event handler to set
>> the text box's UI state when the recipient opens the item.
>>
>> "BLUE" <thinkblue146@yahoo.com> wrote in message
>> news:OkXS$AimEHA.1120@TK2MSFTNGP14.phx.gbl...
>> > Hello All,
>> >
>> > I know that I can't perform a click event on a bound option
>> > button...But
> I
>> > can't figure out another way to get the function I want for my
> form...What
>> > I
>> > want my form to do is below:
>> >
>> > When a user clicks on the yes option button, I want a textbox to become
>> > visible...But I also want the person that's receiving the form to be
> able
>> > to
>> > see that the yes option button was selected as well as the text the
> sender
>> > input in the box that became visible.
>> >
>> > So if anyone can get me on the right track I would appreciate
>> > it...Thank
>> > you
>> > in advance
>> >
>> > Billy
>> >
>> >
>>
>>
>
>
- Next message: Sue Mosher [MVP-Outlook]: "Re: Publish FOrm to SBS2003 Exchange"
- Previous message: ghatcher: "move a user template into standard forms library ?"
- In reply to: Blue: "Re: Click Event for a bound option button"
- Next in thread: Blue: "Re: Click Event for a bound option button"
- Reply: Blue: "Re: Click Event for a bound option button"
- Messages sorted by: [ date ] [ thread ]