174f1 msoFileDialogFilePicker
Sign Up |  Live StatsLive Stats    Articles 37,343| Comments 177,346| Members 19,420, Newest Talia| Online 421
Home Contact
 (Forgotten?): 
    A portrait by Bhagat Singh of Sikhiart.com
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags

msoFileDialogFilePicker

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 115 USD (23%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Re: msoFileDialogFilePicker BrooksC Information Technology 0 28-Jul-2006 08:41 AM


Tags
msofiledialogfilepicker
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:13 AM
Moses's Avatar Moses
Guest
 
Posts: n/a
   
   
msoFileDialogFilePicker

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
am trying to set up a database for an inventory with pictures in
it. I have experienced significat difficulty getting the pictures to
appear on the form. I have gone to the extreme of importing the
"Employees" table and form from the Northwind sample. However,
everytime I try to load the form I get the compile error indicating
that "msoFileDialogFilePicker" variable has not been defined. I have
tried using the search to find out where in Northwind it was defined,
but cannot locate it. Can someone help me figure out what the
"msoFileDialogFilePicker" which is part of the "FileDialog(xxxxx)" is
and where it can be defined?
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/10551-msofiledialogfilepicker.html

I have already tried looking at the following solution.
Press Alt+F11 to open the VB Editor. In that window, choose menu items
Tools -> References..., then look down the list for Microsoft Office
11.0 Object Library (it's 11.0 for Access 2003, 10.0 for Access 2002;
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10551
9.0 for Access 2000, 8.0 for Access 97 -- pick the right one). Put a
check mark in the box next to that reference, then close the dialog.

Can someone please help me.

Moses






Got anything to share on This Topic? Why not share your immediate thoughts/reaction with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:13 AM
Graham Mandeno's Avatar Graham Mandeno
Guest
 
Posts: n/a
   
   
Re: msoFileDialogFilePicker

Hi Moses

And did you find "Microsoft Office xx.0 Object Library" in the list and
select it? Because that should have solved the problem.

Does your code compile OK? (from the VB editor window, Debug->Compile project name>)

Another way to use the file dialog without the MSO object library is to call
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10551
the Windows dialog directly.
See here for an example: http://www.mvps.org/access/api/api0001.htm
--
Good Luck!

Graham Mandeno [Access MVP]
Auckland, New Zealand

"Moses" wrote in message
news:44701218-9AB0-48B8-8858-F2C66783B6ED@microsoft.com...
> am trying to set up a database for an inventory with pictures in
> it. I have experienced significat difficulty getting the pictures to
> appear on the form. I have gone to the extreme of importing the
> "Employees" table and form from the Northwind sample. However,
> everytime I try to load the form I get the compile error indicating
> that "msoFileDialogFilePicker" variable has not been defined. I have
> tried using the search to find out where in Northwind it was defined,
> but cannot locate it. Can someone help me figure out what the
> "msoFileDialogFilePicker" which is part of the "FileDialog(xxxxx)" is
> and where it can be defined?
>
> I have already tried looking at the following solution.
> Press Alt+F11 to open the VB Editor. In that window, choose menu items
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10551
> Tools -> References..., then look down the list for Microsoft Office
> 11.0 Object Library (it's 11.0 for Access 2003, 10.0 for Access 2002;
> 9.0 for Access 2000, 8.0 for Access 97 -- pick the right one). Put a
> check mark in the box next to that reference, then close the dialog.
>
> Can someone please help me.
>
> Moses
>
>
>
>



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:14 AM
Moses's Avatar Moses
Guest
 
Posts: n/a
   
   
Re: msoFileDialogFilePicker

I will look at the information on the hyperlink. Hoewever all of the
checkboxes that need to be checked off are checked.
Microsoft Access 10.0 Object library
Microsoft ActiveX data Objects 2.1 Library
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10551
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10551

What else could possibly be missing?


"Graham Mandeno" wrote:

> Hi Moses
>
> And did you find "Microsoft Office xx.0 Object Library" in the list and
> select it? Because that should have solved the problem.
>
> Does your code compile OK? (from the VB editor window, Debug->Compile > project name>)
>
> Another way to use the file dialog without the MSO object library is to call
> the Windows dialog directly.
> See here for an example: http://www.mvps.org/access/api/api0001.htm
> --
> Good Luck!
>
> Graham Mandeno [Access MVP]
> Auckland, New Zealand
>
> "Moses" wrote in message
> news:44701218-9AB0-48B8-8858-F2C66783B6ED@microsoft.com...
> > am trying to set up a database for an inventory with pictures in
> > it. I have experienced significat difficulty getting the pictures to
> > appear on the form. I have gone to the extreme of importing the
> > "Employees" table and form from the Northwind sample. However,
> > everytime I try to load the form I get the compile error indicating
> > that "msoFileDialogFilePicker" variable has not been defined. I have
> > tried using the search to find out where in Northwind it was defined,
> > but cannot locate it. Can someone help me figure out what the
> > "msoFileDialogFilePicker" which is part of the "FileDialog(xxxxx)" is
> > and where it can be defined?
> >
> > I have already tried looking at the following solution.
> > Press Alt+F11 to open the VB Editor. In that window, choose menu items
> > Tools -> References..., then look down the list for Microsoft Office
> > 11.0 Object Library (it's 11.0 for Access 2003, 10.0 for Access 2002;
> > 9.0 for Access 2000, 8.0 for Access 97 -- pick the right one). Put a
> > check mark in the box next to that reference, then close the dialog.
> >
> > Can someone please help me.
> >
> > Moses
> >
> >
> >
> >

>
>
>

Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:14 AM
Moses's Avatar Moses
Guest
 
Posts: n/a
   
   
Re: msoFileDialogFilePicker

Also, when I run the Northwind Sample everything runs right. Just thought I
would add that bit of information.

"Graham Mandeno" wrote:

> Hi Moses
>
> And did you find "Microsoft Office xx.0 Object Library" in the list and
> select it? Because that should have solved the problem.
>
> Does your code compile OK? (from the VB editor window, Debug->Compile > project name>)
>
> Another way to use the file dialog without the MSO object library is to call
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10551
> the Windows dialog directly.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10551
> See here for an example: http://www.mvps.org/access/api/api0001.htm
> --
> Good Luck!
>
> Graham Mandeno [Access MVP]
> Auckland, New Zealand
>
> "Moses" wrote in message
> news:44701218-9AB0-48B8-8858-F2C66783B6ED@microsoft.com...
> > am trying to set up a database for an inventory with pictures in
> > it. I have experienced significat difficulty getting the pictures to
> > appear on the form. I have gone to the extreme of importing the
> > "Employees" table and form from the Northwind sample. However,
> > everytime I try to load the form I get the compile error indicating
> > that "msoFileDialogFilePicker" variable has not been defined. I have
> > tried using the search to find out where in Northwind it was defined,
> > but cannot locate it. Can someone help me figure out what the
> > "msoFileDialogFilePicker" which is part of the "FileDialog(xxxxx)" is
> > and where it can be defined?
> >
> > I have already tried looking at the following solution.
> > Press Alt+F11 to open the VB Editor. In that window, choose menu items
> > Tools -> References..., then look down the list for Microsoft Office
> > 11.0 Object Library (it's 11.0 for Access 2003, 10.0 for Access 2002;
> > 9.0 for Access 2000, 8.0 for Access 97 -- pick the right one). Put a
> > check mark in the box next to that reference, then close the dialog.
> >
> > Can someone please help me.
> >
> > Moses
> >
> >
> >
> >

>
>
>

Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:14 AM
Graham Mandeno's Avatar Graham Mandeno
Guest
 
Posts: n/a
   
   
Re: msoFileDialogFilePicker

  Donate Today!  
Hi Moses

The reference you need is Microsoft *Office* 10.0 Object Library.

Is that one checked?
--
Good Luck!

Graham Mandeno [Access MVP]
Auckland, New Zealand

"Moses" wrote in message
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10551
news:3C0703FE-D0DA-4367-B315-799EDF11CA0D@microsoft.com...
>I will look at the information on the hyperlink. Hoewever all of the
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10551
> checkboxes that need to be checked off are checked.
> Microsoft Access 10.0 Object library
> Microsoft ActiveX data Objects 2.1 Library
>
> What else could possibly be missing?
>
>
> "Graham Mandeno" wrote:
>
>> Hi Moses
>>
>> And did you find "Microsoft Office xx.0 Object Library" in the list and
>> select it? Because that should have solved the problem.
>>
>> Does your code compile OK? (from the VB editor window, Debug->Compile
>> >> project name>)
>>
>> Another way to use the file dialog without the MSO object library is to
>> call
>> the Windows dialog directly.
>> See here for an example: http://www.mvps.org/access/api/api0001.htm
>> --
>> Good Luck!
>>
>> Graham Mandeno [Access MVP]
>> Auckland, New Zealand
>>
>> "Moses" wrote in message
>> news:44701218-9AB0-48B8-8858-F2C66783B6ED@microsoft.com...
>> > am trying to set up a database for an inventory with pictures in
>> > it. I have experienced significat difficulty getting the pictures to
>> > appear on the form. I have gone to the extreme of importing the
>> > "Employees" table and form from the Northwind sample. However,
>> > everytime I try to load the form I get the compile error indicating
>> > that "msoFileDialogFilePicker" variable has not been defined. I have
>> > tried using the search to find out where in Northwind it was defined,
>> > but cannot locate it. Can someone help me figure out what the
>> > "msoFileDialogFilePicker" which is part of the "FileDialog(xxxxx)" is
>> > and where it can be defined?
>> >
>> > I have already tried looking at the following solution.
>> > Press Alt+F11 to open the VB Editor. In that window, choose menu items
>> > Tools -> References..., then look down the list for Microsoft Office
>> > 11.0 Object Library (it's 11.0 for Access 2003, 10.0 for Access 2002;
>> > 9.0 for Access 2000, 8.0 for Access 97 -- pick the right one). Put a
>> > check mark in the box next to that reference, then close the dialog.
>> >
>> > Can someone please help me.
>> >
>> > Moses
>> >
>> >
>> >
>> >

>>
>>
>>



Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
Harmeet Kaur Took the...
Today 03:40 AM
0 Replies, 3 Views
Woolwich Killing: The...
Today 03:06 AM
9 Replies, 127 Views
Is Science a Religion?
Today 03:00 AM
10 Replies, 1,914 Views
How does Sikhi help you...
Today 02:06 AM
39 Replies, 1,075 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 01:43 AM
319 Replies, 7,675 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 00:36 AM
182 Replies, 4,576 Views
Rochester Gurdwara...
Today 00:24 AM
1 Replies, 44 Views
Panjabi Alphabet Resource
Yesterday 23:15 PM
12 Replies, 6,555 Views
Transgenderism ... Right...
Yesterday 22:55 PM
30 Replies, 1,353 Views
Biography of a Scholar:...
Yesterday 22:53 PM
1 Replies, 48 Views
Dusting The Web
Yesterday 22:25 PM
0 Replies, 31 Views
How Pure the Tongue? New...
Yesterday 21:29 PM
0 Replies, 47 Views
Stockholm riots throw...
Yesterday 21:14 PM
1 Replies, 32 Views
Biography of a Scholar:...
Yesterday 18:59 PM
2 Replies, 165 Views
Request for assistance...
By Ishna
Yesterday 18:46 PM
11 Replies, 163 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 04:11 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.48294 seconds with 32 queries
0