Microsoft VBScript Global

G

George Hester

On this page http://msdn2.microsoft.com/en-us/library/aa140042.aspx where it
talks about the Object Browser using Microsoft Script Editor, it says to get
useful information from the Object Browser, four libraries need to be added.
I have been able to add the first three but the last called "Microsoft
VBScript Global" I do not have. Can anyone tell what it is Microsoft is
referring to and what library I should add as it is really called? If that
is unknown how about the dll or ocx they mean? Thanks.
 
T

Tom van Stiphout

On Sun, 6 Jan 2008 23:05:54 -0500, "George Hester"

Before you go down this road, be aware that DAP is deprecated in
Access 2007. They were never taken very seriously by professional
developers. You might want to look into Visual Studio to build web
applications. There is a free version.

-Tom.
 
G

George Hester

Yes I know Tom. Trouble is the new Visual Studio requires the .NET Framework
which honestly will not be pursued by Microsoft for very long if any of
their past initiatives are an example. Well thanks for your input. I only
want to do this DAP project for myself. I don't know what Microsoft is
referring to with "Microsoft VBScript Global." That was a new one on me. Did
it look familiar to you?
Actually I have my DAP working pretty good. I believe I could code the query
a little better. Right now I have only to get a semi-colon delimited list of
unique values and that will be it. It turns out ServerFilter refreshes the
DAP page when it is used. But if I filter with a semi-colon delimited list
of values which are not unique then the DAP hangs. So what I need to do is
get a semi-colon delimited list of unique values and it's done. I don't
think anyone else would be interested in what I am doing. It just makes my
library appear nicely on my computer which is all I want to do.
But it would help if I knew what Microsoft was referring to with "Microsoft
VBScript Global." Does that ring any bells with you?
 
T

Tom van Stiphout

On Mon, 7 Jan 2008 17:15:39 -0500, "George Hester"

I have never seen that refererence before (but I don't program in
DAP).
Perhaps you can read it as "the Global interface of Microsoft
VBScript". So open VBScript in the object browser and search for a
Global object.

-Tom.
 
G

George Hester

yes it is a strange object. I have never heard of it before. I searched
through the list of what I have on my computer but I don't think it is
anything from Visual Studio 6. I checked in the VBA for Access and there are
a few things in Reference there that seem not to be included in the list
Microsoft said to include for the Object Browser in the Script Editor but
none seemed "obvious." I think I will ask over at the Visual Basic newsgroup
if it is still there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top