A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Where is MS Forms 2.0 Object Library in OL2003 References?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 2nd 06, 04:23 AM posted to microsoft.public.outlook.program_forms
John E.
external usenet poster
 
Posts: 37
Default Where is MS Forms 2.0 Object Library in OL2003 References?

I have a folder based applicaton solution running in OL2002 which has the MS
Forms 2.0 Object Library item checked in References. Not sure why, but
somewhere along during development I seem to remember that it had to be
checked....possibly because I am programmatically reading data from Excel
into custom OL forms.
My problem is that I am porting my OL2002 design over to OL2003 and
discovered that the MS Forms 2.0 Object Library is not listed in the OL2003
References. My application won't run without it. Can anyone advise me how
to get this into the OL2003 references or a workaround?

--
John E.
Ads
  #2  
Old October 2nd 06, 04:37 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Where is MS Forms 2.0 Object Library in OL2003 References?

The path to it should be C:\Windows\System32\FM20.DLL.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"John E." wrote in message
news
I have a folder based applicaton solution running in OL2002 which has the
MS
Forms 2.0 Object Library item checked in References. Not sure why, but
somewhere along during development I seem to remember that it had to be
checked....possibly because I am programmatically reading data from Excel
into custom OL forms.
My problem is that I am porting my OL2002 design over to OL2003 and
discovered that the MS Forms 2.0 Object Library is not listed in the
OL2003
References. My application won't run without it. Can anyone advise me
how
to get this into the OL2003 references or a workaround?

--
John E.


  #3  
Old October 2nd 06, 05:52 PM posted to microsoft.public.outlook.program_forms
John E.
external usenet poster
 
Posts: 37
Default Where is MS Forms 2.0 Object Library in OL2003 References?

Ken,
Thanks for reply. I am not referencing the path to this library in any
script or VBA code in my custom forms...just want to check the check box for
it in References list so it is available when running the forms. Knowing
the path to it in System32 as a *.dll, is there some way I can get it listed
in References for that purpose?
--
John E.


"Ken Slovak - [MVP - Outlook]" wrote:

The path to it should be C:\Windows\System32\FM20.DLL.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"John E." wrote in message
news
I have a folder based applicaton solution running in OL2002 which has the
MS
Forms 2.0 Object Library item checked in References. Not sure why, but
somewhere along during development I seem to remember that it had to be
checked....possibly because I am programmatically reading data from Excel
into custom OL forms.
My problem is that I am porting my OL2002 design over to OL2003 and
discovered that the MS Forms 2.0 Object Library is not listed in the
OL2003
References. My application won't run without it. Can anyone advise me
how
to get this into the OL2003 references or a workaround?

--
John E.



  #4  
Old October 2nd 06, 07:52 PM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 242
Default Where is MS Forms 2.0 Object Library in OL2003 References?

In article ,
=?Utf-8?B?Sm9obiBFLg==?= wrote:
Knowing
the path to it in System32 as a *.dll, is there some way I can get it listed
in References for that purpose?

A classic problem with References. I don't know the answer, but I certainly
sympathize, as I have had the same problem many times in the past. If no one
knows, you have to guess, open a project in VB, and see if you can find an
object you want in the object browser.

--
Hollis Paul
Mukilteo, WA USA


  #5  
Old October 2nd 06, 07:58 PM posted to microsoft.public.outlook.program_forms
John E.
external usenet poster
 
Posts: 37
Default Where is MS Forms 2.0 Object Library in OL2003 References?

Ken and Hollis,
Thanks for replies. I used the browser and set up the check box for Forms
2.0 Object Library in References. Sorry for my ignorance on this.
--
John E.


"Hollis Paul" wrote:

In article ,
=?Utf-8?B?Sm9obiBFLg==?= wrote:
Knowing
the path to it in System32 as a *.dll, is there some way I can get it listed
in References for that purpose?

A classic problem with References. I don't know the answer, but I certainly
sympathize, as I have had the same problem many times in the past. If no one
knows, you have to guess, open a project in VB, and see if you can find an
object you want in the object browser.

--
Hollis Paul
Mukilteo, WA USA



  #6  
Old October 2nd 06, 08:49 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Where is MS Forms 2.0 Object Library in OL2003 References?

You can use Browse to navigate to anywhere and select that DLL from that
path to add it to your references. A useful trick when you want to add a
reference that isn't easily visible.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"John E." wrote in message
...
Ken,
Thanks for reply. I am not referencing the path to this library in any
script or VBA code in my custom forms...just want to check the check box
for
it in References list so it is available when running the forms. Knowing
the path to it in System32 as a *.dll, is there some way I can get it
listed
in References for that purpose?
--
John E.


  #7  
Old October 4th 06, 02:07 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Where is MS Forms 2.0 Object Library in OL2003 References?

For future reference, Outlook VBA automatically adds a reference to MS Forms 2.0 when you add a new userform module to VBA.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"John E." wrote in message ...
Ken and Hollis,
Thanks for replies. I used the browser and set up the check box for Forms
2.0 Object Library in References. Sorry for my ignorance on this.


  #8  
Old October 4th 06, 06:25 PM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 242
Default Where is MS Forms 2.0 Object Library in OL2003 References?

In article , Sue Mosher
[MVP-Outlook] wrote:
For future reference, Outlook VBA automatically adds a reference to
MS Forms 2.0 when you add a new userform module to VBA.

Sue, that is good to know. Thank you.

--
Hollis Paul
Mukilteo, WA USA


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating Organizational Forms Library & Publish Forms akafrog18 Outlook - Using Forms 1 August 1st 06 05:26 PM
OL2003: Convert an Object JPL Outlook and VBA 2 June 6th 06 07:58 PM
Email Message Forms in Personal Forms Library Debbie Hadsel Outlook - Using Forms 4 May 30th 06 07:11 PM
Standard Forms Library Jeb Outlook - Using Forms 3 March 8th 06 05:13 PM
Organizational Forms Library Permissions? Herschel Jones (Boral Industries) Outlook - Using Forms 15 March 6th 06 03:42 PM


All times are GMT +1. The time now is 09:09 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.