RE: Outlook Form Radio Buttons

2002-02-28 Thread Scott Perley-TM

You can also use a different type of field on the read page.  Use the radio
buttons on the compose page but use a label control on the read page.  It
shows the information but enforces that the user cannot make any changes.
(Easier than coding or marking the fields as read-only.)

Scott

-Original Message-
From: Callan, Chris [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 15, 2002 9:28 AM
To: Exchange Discussions
Subject: RE: Outlook Form Radio Buttons


Ok, I have all the needed frames setup.  I have another issue.  say I choose
a particular selection, how do I get the three I didn't select to be grayed
out when I send the form.

-Original Message-
From: Soysal, Serdar [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 15, 2002 9:52 AM
To: Exchange Discussions
Subject: RE: Outlook Form Radio Buttons


Use groups property of the radio buttons.  Alternatively you can put the
related radio buttons into frames.  The frames one worked better here where
we still have the dreadful Outlook 98 clients.

S.



-Original Message-
From: Callan, Chris [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 15, 2002 8:41 AM
To: Exchange Discussions
Subject: Outlook Form Radio Buttons


Ok, I am creating an Outlook Form that has quite a few radio buttons, but it
will only let me choose one on the whole page.  I have different categories,
and I need to choose one for each category, how do I get this broken up so
that I can choose more than one radio button on the form?

Chris

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Outlook Form Radio Buttons

2002-02-15 Thread Soysal, Serdar

Use groups property of the radio buttons.  Alternatively you can put the
related radio buttons into frames.  The frames one worked better here where
we still have the dreadful Outlook 98 clients.

S.



-Original Message-
From: Callan, Chris [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 15, 2002 8:41 AM
To: Exchange Discussions
Subject: Outlook Form Radio Buttons


Ok, I am creating an Outlook Form that has quite a few radio buttons, but it
will only let me choose one on the whole page.  I have different categories,
and I need to choose one for each category, how do I get this broken up so
that I can choose more than one radio button on the form?

Chris

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Outlook Form Radio Buttons

2002-02-15 Thread Callan, Chris

Ok, I have all the needed frames setup.  I have another issue.  say I choose
a particular selection, how do I get the three I didn't select to be grayed
out when I send the form.

-Original Message-
From: Soysal, Serdar [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 15, 2002 9:52 AM
To: Exchange Discussions
Subject: RE: Outlook Form Radio Buttons


Use groups property of the radio buttons.  Alternatively you can put the
related radio buttons into frames.  The frames one worked better here where
we still have the dreadful Outlook 98 clients.

S.



-Original Message-
From: Callan, Chris [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 15, 2002 8:41 AM
To: Exchange Discussions
Subject: Outlook Form Radio Buttons


Ok, I am creating an Outlook Form that has quite a few radio buttons, but it
will only let me choose one on the whole page.  I have different categories,
and I need to choose one for each category, how do I get this broken up so
that I can choose more than one radio button on the form?

Chris

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]



RE: Outlook Form Radio Buttons

2002-02-15 Thread Soysal, Serdar


If you have a separate read layout, you can set the controls to be read-only
on the Read page to accomplish this.  If you want the fields to change
dynamically while you're composing, you'll have to write code and use the
Item_CustomPropertyChange sub.

S.

-Original Message-
From: Callan, Chris [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 15, 2002 11:28 AM
To: Exchange Discussions
Subject: RE: Outlook Form Radio Buttons


Ok, I have all the needed frames setup.  I have another issue.  say I choose
a particular selection, how do I get the three I didn't select to be grayed
out when I send the form.

-Original Message-
From: Soysal, Serdar [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 15, 2002 9:52 AM
To: Exchange Discussions
Subject: RE: Outlook Form Radio Buttons


Use groups property of the radio buttons.  Alternatively you can put the
related radio buttons into frames.  The frames one worked better here where
we still have the dreadful Outlook 98 clients.

S.



-Original Message-
From: Callan, Chris [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 15, 2002 8:41 AM
To: Exchange Discussions
Subject: Outlook Form Radio Buttons


Ok, I am creating an Outlook Form that has quite a few radio buttons, but it
will only let me choose one on the whole page.  I have different categories,
and I need to choose one for each category, how do I get this broken up so
that I can choose more than one radio button on the form?

Chris

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]

_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]


_
List posting FAQ:   http://www.swinc.com/resource/exch_faq.htm
Archives:   http://www.swynk.com/sitesearch/search.asp
To unsubscribe: mailto:[EMAIL PROTECTED]
Exchange List admin:[EMAIL PROTECTED]