WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Please help me creating drop down into a new to design for..

 
   Home -> Office -> Program Forms RSS
Next:  Appointment Customized form creates problem while..  
Author Message
Wouter WES

External


Since: Aug 27, 2008
Posts: 21



(Msg. 1) Posted: Thu Aug 28, 2008 6:27 am
Post subject: Please help me creating drop down into a new to design form in Con
Archived from groups: microsoft>public>outlook>program_forms (more info?)

Please help me to create a drop down into a new to design form.

What I did: Tools -> Forms -> Design. In "design form mode" I opened the:
->Control Toolbox -> selected ComboBox -> dragged this into the form. Then I:
->clicked Properties and -> under the Value tab I created new a -> User
Defined field which I named “Cancer Gynaecology” -> with Type: Text and ->;
Format: Text;

Further in this Value tab I had marked:
-> List Type: Dropdown; -> Property to use: Value.

Then I clicked -> OK

How to get now a drop down list ?

My drop down list must look like:
- Cancer du Seign
- Cancer de l'Uterus
- Cancer des Ovaires
- Autres

How can I now fill my new field which I named "Cancer Gynaecology" that will
holds these cancer names and from which I later can select via the dropdown
control?

Thanks you so much for helping me out… I spent at least 8 hours to find a
solution reading all kind of information without being successful to get a
clear answer. Also thank you for informing me which manual I should buy to
master Outlook Contacts and all what comes with it to create customized forms
– back up’s etc. etc.

Excuse my English writing I am Dutch living in France.

Kind regards,
Wouter WES
Back to top
Login to vote
Sue Mosher [MVP-Outlook]

External


Since: Jun 18, 2004
Posts: 828



(Msg. 2) Posted: Thu Aug 28, 2008 8:19 am
Post subject: RE: Please help me creating drop down into a new to design form in Con [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

See the information on combo box controls at
http://www.outlookcode.com/article.aspx?ID=32
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Wouter WES" wrote:

> Please help me to create a drop down into a new to design form.
>
> What I did: Tools -> Forms -> Design. In "design form mode" I opened the:
> ->Control Toolbox -> selected ComboBox -> dragged this into the form. Then I:
> ->clicked Properties and -> under the Value tab I created new a -> User
> Defined field which I named “Cancer Gynaecology” -> with Type: Text and ->;
> Format: Text;
>
> Further in this Value tab I had marked:
> -> List Type: Dropdown; -> Property to use: Value.
>
> Then I clicked -> OK
>
> How to get now a drop down list ?
>
> My drop down list must look like:
> - Cancer du Seign
> - Cancer de l'Uterus
> - Cancer des Ovaires
> - Autres
>
> How can I now fill my new field which I named "Cancer Gynaecology" that will
> holds these cancer names and from which I later can select via the dropdown
> control?
Back to top
Login to vote
Wouter WES

External


Since: Aug 27, 2008
Posts: 21



(Msg. 3) Posted: Thu Aug 28, 2008 8:58 am
Post subject: RE: Please help me creating drop down into a new to design form in [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you for pointing me to this site. I try to understand the content of
the combo box. If it is the language barrier or my simple mind but I have a
hard time to understand. I spent already 10 hours to figure out how to create
a simple drop down list like:

- Cancer du Seign
- Cancer de l'Uterus
- Cancer des Ovaires
- Autres

Please, please help me by explaining once how to do this and what I shoudl
write in the three Properties tabs.

I think if I once have done it I can figure out the rest myself.

Thank you so much for your help.
Wouter

"Sue Mosher [MVP-Outlook]" wrote:

> See the information on combo box controls at
> http://www.outlookcode.com/article.aspx?ID=32
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook Programming: Jumpstart
> for Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
> "Wouter WES" wrote:
>
> > Please help me to create a drop down into a new to design form.
> >
> > What I did: Tools -> Forms -> Design. In "design form mode" I opened the:
> > ->Control Toolbox -> selected ComboBox -> dragged this into the form. Then I:
> > ->clicked Properties and -> under the Value tab I created new a -> User
> > Defined field which I named “Cancer Gynaecology” -> with Type: Text and ->;
> > Format: Text;
> >
> > Further in this Value tab I had marked:
> > -> List Type: Dropdown; -> Property to use: Value.
> >
> > Then I clicked -> OK
> >
> > How to get now a drop down list ?
> >
> > My drop down list must look like:
> > - Cancer du Seign
> > - Cancer de l'Uterus
> > - Cancer des Ovaires
> > - Autres
> >
> > How can I now fill my new field which I named "Cancer Gynaecology" that will
> > holds these cancer names and from which I later can select via the dropdown
> > control?
>
Back to top
Login to vote
Sue Mosher [MVP-Outlook]

External


Since: Jun 18, 2004
Posts: 828



(Msg. 4) Posted: Thu Aug 28, 2008 9:16 am
Post subject: RE: Please help me creating drop down into a new to design form in [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Did you read the article at http://support.microsoft.com/?kbid=290819? It
explains in detail how to add the values intothe Possible Values box if you
don't want to use code to fill the rows.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx



"Wouter WES" wrote:

> Thank you for pointing me to this site. I try to understand the content of
> the combo box. If it is the language barrier or my simple mind but I have a
> hard time to understand. I spent already 10 hours to figure out how to create
> a simple drop down list like:
>
> - Cancer du Seign
> - Cancer de l'Uterus
> - Cancer des Ovaires
> - Autres
>
> Please, please help me by explaining once how to do this and what I shoudl
> write in the three Properties tabs.
>
> I think if I once have done it I can figure out the rest myself.
>
> Thank you so much for your help.
> Wouter
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
> > See the information on combo box controls at
> > http://www.outlookcode.com/article.aspx?ID=32
> >
> > "Wouter WES" wrote:
> >
> > > Please help me to create a drop down into a new to design form.
> > >
> > > What I did: Tools -> Forms -> Design. In "design form mode" I opened the:
> > > ->Control Toolbox -> selected ComboBox -> dragged this into the form. Then I:
> > > ->clicked Properties and -> under the Value tab I created new a -> User
> > > Defined field which I named “Cancer Gynaecology” -> with Type: Text and ->;
> > > Format: Text;
> > >
> > > Further in this Value tab I had marked:
> > > -> List Type: Dropdown; -> Property to use: Value.
> > >
> > > Then I clicked -> OK
> > >
> > > How to get now a drop down list ?
> > >
> > > My drop down list must look like:
> > > - Cancer du Seign
> > > - Cancer de l'Uterus
> > > - Cancer des Ovaires
> > > - Autres
> > >
> > > How can I now fill my new field which I named "Cancer Gynaecology" that will
> > > holds these cancer names and from which I later can select via the dropdown
> > > control?
> >
Back to top
Login to vote
Wouter WES

External


Since: Aug 27, 2008
Posts: 21



(Msg. 5) Posted: Fri Aug 29, 2008 8:34 am
Post subject: RE: Please help me creating drop down into a new to design form in [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I did it! Thank you so much for your help. (Sorry I am not a programmer but
just an MD)

"Sue Mosher [MVP-Outlook]" wrote:

> Did you read the article at http://support.microsoft.com/?kbid=290819? It
> explains in detail how to add the values intothe Possible Values box if you
> don't want to use code to fill the rows.
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook Programming: Jumpstart
> for Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
>
> "Wouter WES" wrote:
>
> > Thank you for pointing me to this site. I try to understand the content of
> > the combo box. If it is the language barrier or my simple mind but I have a
> > hard time to understand. I spent already 10 hours to figure out how to create
> > a simple drop down list like:
> >
> > - Cancer du Seign
> > - Cancer de l'Uterus
> > - Cancer des Ovaires
> > - Autres
> >
> > Please, please help me by explaining once how to do this and what I shoudl
> > write in the three Properties tabs.
> >
> > I think if I once have done it I can figure out the rest myself.
> >
> > Thank you so much for your help.
> > Wouter
> >
> > "Sue Mosher [MVP-Outlook]" wrote:
> >
> > > See the information on combo box controls at
> > > http://www.outlookcode.com/article.aspx?ID=32
> > >
> > > "Wouter WES" wrote:
> > >
> > > > Please help me to create a drop down into a new to design form.
> > > >
> > > > What I did: Tools -> Forms -> Design. In "design form mode" I opened the:
> > > > ->Control Toolbox -> selected ComboBox -> dragged this into the form. Then I:
> > > > ->clicked Properties and -> under the Value tab I created new a -> User
> > > > Defined field which I named “Cancer Gynaecology” -> with Type: Text and ->;
> > > > Format: Text;
> > > >
> > > > Further in this Value tab I had marked:
> > > > -> List Type: Dropdown; -> Property to use: Value.
> > > >
> > > > Then I clicked -> OK
> > > >
> > > > How to get now a drop down list ?
> > > >
> > > > My drop down list must look like:
> > > > - Cancer du Seign
> > > > - Cancer de l'Uterus
> > > > - Cancer des Ovaires
> > > > - Autres
> > > >
> > > > How can I now fill my new field which I named "Cancer Gynaecology" that will
> > > > holds these cancer names and from which I later can select via the dropdown
> > > > control?
> > >
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Program Forms All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET