473,465 Members | 1,366 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

References

Hi

I have my app in access 2000 and the office version I have is 10.0 (xp).
When I send my app to clients (who have office 9.0/2000) as mde, how does my
application work around the reference problems due to version number
differences?

Thanks

Regards
Nov 12 '05 #1
5 2948
Hi John,

Your app. is currently in Access 2000 format running on Access 2002 on your PC as a
regular .MDB, right? In order to convert the app. to a .MDE file, I believe you will find
that you need to do one of two things:

1.) Convert the database to the 2002 format and then make the .MDE file. Unfortunately,
this will lock out your clients who are still working with Access 2000.

2.) Open your database on a PC that has Access 2000 installed. Then create the .MDE
file.

Incidentally, you must not have any compile errors in your code, or else the process of
attempting to create the .MDE file will fail.

Access seems to be able to reference the correct version of the Microsoft Access Object
Library (version 9.0 for 2000 and version 10.0 for 2002) on-the-fly, but Access 2002
cannot create an Access 2000 compatible .MDE file.

Tom
_________________________________________

"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:3f**********************@news.dial.pipex.com. ..
Hi

I have my app in access 2000 and the office version I have is 10.0 (xp).
When I send my app to clients (who have office 9.0/2000) as mde, how does my
application work around the reference problems due to version number
differences?

Thanks

Regards

Nov 12 '05 #2
Hi Tom

Thanks for that.

My app is in access 2000. I have both office 2000 & office xp installed. My
app uses word 10 & office 10 references (I can't seem to find version 9.0
references in the list). My client only has office 2000 and so when I send
him the mde (with word 10 & office 10 references) it gives error 'functions
is not available....'. In my case it is the ltrim & rtrim functions.

I need to find a way that my mde app somehow references word 9 & office 9
when it is with the client.

Thanks

Regards
"Tom Wickerath" <AO***********************@comcast.net> wrote in message
news:MK********************@comcast.com...
Hi John,

Your app. is currently in Access 2000 format running on Access 2002 on your PC as a regular .MDB, right? In order to convert the app. to a .MDE file, I believe you will find that you need to do one of two things:

1.) Convert the database to the 2002 format and then make the .MDE file. Unfortunately, this will lock out your clients who are still working with Access 2000.

2.) Open your database on a PC that has Access 2000 installed. Then create the .MDE file.

Incidentally, you must not have any compile errors in your code, or else the process of attempting to create the .MDE file will fail.

Access seems to be able to reference the correct version of the Microsoft Access Object Library (version 9.0 for 2000 and version 10.0 for 2002) on-the-fly, but Access 2002 cannot create an Access 2000 compatible .MDE file.

Tom
_________________________________________

"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:3f**********************@news.dial.pipex.com. ..
Hi

I have my app in access 2000 and the office version I have is 10.0 (xp).
When I send my app to clients (who have office 9.0/2000) as mde, how does my application work around the reference problems due to version number
differences?

Thanks

Regards

Nov 12 '05 #3
Try using Late Binding.

See what Tony Toews has at http://www.granite.ab.ca/access/latebinding.htm
for an overview.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:3f**********************@news.dial.pipex.com. ..
Hi Tom

Thanks for that.

My app is in access 2000. I have both office 2000 & office xp installed. My app uses word 10 & office 10 references (I can't seem to find version 9.0
references in the list). My client only has office 2000 and so when I send
him the mde (with word 10 & office 10 references) it gives error 'functions is not available....'. In my case it is the ltrim & rtrim functions.

I need to find a way that my mde app somehow references word 9 & office 9
when it is with the client.

Thanks

Regards
"Tom Wickerath" <AO***********************@comcast.net> wrote in message
news:MK********************@comcast.com...
Hi John,

Your app. is currently in Access 2000 format running on Access 2002 on your PC as a
regular .MDB, right? In order to convert the app. to a .MDE file, I

believe you will find
that you need to do one of two things:

1.) Convert the database to the 2002 format and then make the .MDE

file. Unfortunately,
this will lock out your clients who are still working with Access 2000.

2.) Open your database on a PC that has Access 2000 installed. Then create the .MDE
file.

Incidentally, you must not have any compile errors in your code, or else

the process of
attempting to create the .MDE file will fail.

Access seems to be able to reference the correct version of the

Microsoft Access Object
Library (version 9.0 for 2000 and version 10.0 for 2002) on-the-fly, but Access 2002
cannot create an Access 2000 compatible .MDE file.

Tom
_________________________________________

"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:3f**********************@news.dial.pipex.com. ..
Hi

I have my app in access 2000 and the office version I have is 10.0 (xp).
When I send my app to clients (who have office 9.0/2000) as mde, how

does my
application work around the reference problems due to version number
differences?

Thanks

Regards


Nov 12 '05 #4
The problem I am getting is on office 10 reference. How can I do late
binding with office 9.0 reference? I am using toolbars & ltrim/rtrim
functions in my app.

Thanks

Regards
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:4N*******************@news04.bloor.is.net.cab le.rogers.com...
Try using Late Binding.

See what Tony Toews has at http://www.granite.ab.ca/access/latebinding.htm
for an overview.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:3f**********************@news.dial.pipex.com. ..
Hi Tom

Thanks for that.

My app is in access 2000. I have both office 2000 & office xp installed.

My
app uses word 10 & office 10 references (I can't seem to find version 9.0 references in the list). My client only has office 2000 and so when I send him the mde (with word 10 & office 10 references) it gives error

'functions
is not available....'. In my case it is the ltrim & rtrim functions.

I need to find a way that my mde app somehow references word 9 & office 9 when it is with the client.

Thanks

Regards
"Tom Wickerath" <AO***********************@comcast.net> wrote in message
news:MK********************@comcast.com...
Hi John,

Your app. is currently in Access 2000 format running on Access 2002 on

your PC as a
regular .MDB, right? In order to convert the app. to a .MDE file, I

believe you will find
that you need to do one of two things:

1.) Convert the database to the 2002 format and then make the .MDE file.
Unfortunately,
this will lock out your clients who are still working with Access 2000.
2.) Open your database on a PC that has Access 2000 installed. Then

create the .MDE
file.

Incidentally, you must not have any compile errors in your code, or else the process of
attempting to create the .MDE file will fail.

Access seems to be able to reference the correct version of the Microsoft
Access Object
Library (version 9.0 for 2000 and version 10.0 for 2002) on-the-fly,

but Access 2002
cannot create an Access 2000 compatible .MDE file.

Tom
_________________________________________

"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:3f**********************@news.dial.pipex.com. ..
Hi

I have my app in access 2000 and the office version I have is 10.0

(xp). When I send my app to clients (who have office 9.0/2000) as mde, how

does
my
application work around the reference problems due to version number
differences?

Thanks

Regards



Nov 12 '05 #5
LTrim/RTrim comes from VBA, not the Office reference.

In theory, you would use

dim objOffice As Object

Set objOffice = GetObject("Office.CommandBar")

to instantiate a late bound reference to the toolbars. That would pick up
whatever version of Office was present.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:3f*********************@news.dial.pipex.com.. .
The problem I am getting is on office 10 reference. How can I do late
binding with office 9.0 reference? I am using toolbars & ltrim/rtrim
functions in my app.

Thanks

Regards
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:4N*******************@news04.bloor.is.net.cab le.rogers.com...
Try using Late Binding.

See what Tony Toews has at http://www.granite.ab.ca/access/latebinding.htm
for an overview.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:3f**********************@news.dial.pipex.com. ..
Hi Tom

Thanks for that.

My app is in access 2000. I have both office 2000 & office xp installed.
My
app uses word 10 & office 10 references (I can't seem to find version
9.0 references in the list). My client only has office 2000 and so when I send him the mde (with word 10 & office 10 references) it gives error

'functions
is not available....'. In my case it is the ltrim & rtrim functions.

I need to find a way that my mde app somehow references word 9 &
office 9 when it is with the client.

Thanks

Regards
"Tom Wickerath" <AO***********************@comcast.net> wrote in
message news:MK********************@comcast.com...
> Hi John,
>
> Your app. is currently in Access 2000 format running on Access 2002 on your PC as a
> regular .MDB, right? In order to convert the app. to a .MDE file, I
believe you will find
> that you need to do one of two things:
>
> 1.) Convert the database to the 2002 format and then make the .MDE

file.
Unfortunately,
> this will lock out your clients who are still working with Access

2000. >
> 2.) Open your database on a PC that has Access 2000 installed. Then create the .MDE
> file.
>
> Incidentally, you must not have any compile errors in your code, or else the process of
> attempting to create the .MDE file will fail.
>
> Access seems to be able to reference the correct version of the

Microsoft
Access Object
> Library (version 9.0 for 2000 and version 10.0 for 2002) on-the-fly, but Access 2002
> cannot create an Access 2000 compatible .MDE file.
>
> Tom
> _________________________________________
>
> "John" <Jo**@nospam.infovis.co.uk> wrote in message
> news:3f**********************@news.dial.pipex.com. ..
> Hi
>
> I have my app in access 2000 and the office version I have is 10.0 (xp). > When I send my app to clients (who have office 9.0/2000) as mde, how

does
my
> application work around the reference problems due to version number
> differences?
>
> Thanks
>
> Regards
>
>
>



Nov 12 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: Tom | last post by:
The motivation for references seems clear: stop people from using nasty pointers when all they really want is a reference to an object. But C++ references are so inadequate that I'm still using...
22
by: xmp333 | last post by:
Hi All, I am trying to hide my JavaScript source. The method I chose was to keep all the important source in a password protected folder, and then use a SRC="folder/script.js" to include it...
33
by: JKop | last post by:
I understand variables/objects and pointer variables perfectly: int X = 5; int* pX = &X; *pX = 4; int** ppX = &pX:
2
by: S. van Beek | last post by:
Dear reader, For removing a reference in the VBA reference form I receive from Doug Steele the following code: ........... References.Remove refCurr
11
by: codebloatation | last post by:
I know how to use references but i DO not get WHY they exist other than to add to the language. Are they actually needed for anything?
14
by: el_sid | last post by:
Our developers have experienced a problem with updating Web References in Visual Studio.NET 2003. Normally, when a web service class (.asmx) is created, updating the Web Reference will...
30
by: jeremygetsmail | last post by:
I've got an adp (Metrix.adp) with a reference to another adp (InteractSQL.adp). InteractSQL sits on a server, and is refered to by all of the clients (Metrix), which sit on the client machines...
3
by: DonJefe | last post by:
Does anyone have experience using project->project references in large solutions? What are the plus/minuses that you have found? Currently, we are using the binary assembly references for our...
9
by: igor.kulkin | last post by:
References is a relatively basic feature of C++ language. It might be a good thing to think of references as aliases to the variables. However it's good to think of references this way when you...
3
by: CenturionX | last post by:
Hello everybody: I'd like to know what references in my vba code are used or not. I work in a code made by another person previously, i founded to many references and i believe that someones...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.