I have created an application that allows its users to view and print different reports. I install the application which includes the Access runtime version onto the client computer. The problem is that it works on some of the computers but not all of them. They are all similiar in hardware(mostly IBM pentiums -233 450 MHZ)using Windows95/98/ME. For some unknown reason I get a runtime error on the computers that don’t have office 2000 installed on them, then the application shuts down. It works fine on the computers with Office 2000 installed. There are a lot more details to it but I was wondering if anyone has had a similiar experience and if so how did they overcome it.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Access2000 Runtime version
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Access2000 Runtime version
- This topic has 6 replies, 3 voices, and was last updated 24 years, 3 months ago by
PatriciaWilliams.
Viewing 0 reply threadsAuthorReplies-
WSmich
AskWoody Lounger -
jonrcp
GuestJanuary 16, 2001 at 10:11 pm #1776096Hi Mich thanks for replying.
Over the past few days I have been working on this problem. I have narrowed it down to certain lines of code.(where the code is calling another procedure) Although I’m not sure why the code that I have runs on some computers but not others. As for more detail on the error message I’ve tried to attached a word document with a picture of the screen and the error message but it wouldn’t attach. But the error message reads “Execution of this application has stopped due to a run time error.” “The Application can’t continue and will be shut down”.
I do have error handling but it does not seem to catch this error.
You mentioned to include the “option for runtime at the point of creation”, are you referring to the Include Runtime checkbox in the Package & Deployment Wizard? If so I have included it, otherwise could you further explain what you were referring to.
I am checking to see if the same section of code is causing the runtime error on some of the other computers. Once I have confirmed this would it help if you could see some of the code(VBA).Thanks
Jon -
WSmich
AskWoody Lounger -
jonrcp
GuestJanuary 17, 2001 at 11:08 pm #1776169Hi mich / charlotte
After more testing I have found that anytime I use the Left() or Mid() function I get the runtime error.(but only on computers without office 2000)I developed the application using MS Office Developer 2000 so the runtime version is Access 2000, therefore I can’t test this one in Access 97.
But I have created basically the same application in Access 97 and it works fine, but it is only run on computers that have Access 97 installed. The idea is to replace the Access 97 versions with the new Runtime 2000 versions so I can give more users the ability to access this reports application. Otherwise the company would have to purchase a Access 97 or 2000 licence for each user.But back to my problem, have you had any problems using the Left() or Mid() functions with a runtime version?
ThanksJon
-
PatriciaWilliams
GuestFebruary 22, 2001 at 10:29 pm #1779039Jon:
…. it looks like your message is over a month ago, so this post may not help.
…. I ran into a similar problem when developing an Access app on a 95 machine, and then distributing to 98 machines.
…. In our case, it was the comctl32.dll – my version was on the ‘5’ level, and those on ’98 machines had a ‘6’ level version, and that broke the reference to the library. Hmmm, I just went searching for the KB article #, and I couldn’t seem to pull it up, but there is an article on this problem and a couple of ways to fix it (manual and by code).
…. This may not be the reason, I seem to remember seeing a similar problem resolved in a different way, right here in the Access section of Woody’s Lounge, but you might want to look at this!
… thx
… Pat
-
-
-
WScharlotte
AskWoody LoungerJanuary 17, 2001 at 1:07 pm #1776151Is your runtime version using commandbars that call things like Print? If so, you’ll get errors, since the built-in functions like Print are not available in runtime. You have to build and reference your own code to cover them. There are certain libraries that are not redistributable, so the functions that live in those libraries are only available on machines with Access installed. However, you can still write code will work. For example, this is my commandbar code for printing the current page of a report:
Public Function cbPrintPage()
‘Created by Charlotte Foust 4/5/2000
Dim rptCurr As Report
Set rptCurr = Screen.ActiveReport
With rptCurr
DoCmd.SelectObject acReport, rptCurr.Name
DoCmd.PrintOut acPages, .Page, .Page
End With
Set rptCurr = Nothing
End Function
-
-
Viewing 0 reply threads - This topic has 6 replies, 3 voices, and was last updated 24 years, 3 months ago by
-

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
KB5060842 Issue (Minor)
by
AC641
1 hour, 32 minutes ago -
EchoLeak : Zero Click M365 Copilot leak sensitive information
by
Alex5723
4 hours, 5 minutes ago -
24H2 may not be offered June updates
by
Susan Bradley
4 hours, 14 minutes ago -
Acronis : Tracking Chaos RAT’s evolution (Windows, Linux)
by
Alex5723
16 hours, 39 minutes ago -
Turning off OneDrive
by
CWBillow
21 hours, 8 minutes ago -
June 2025 updates are out
by
Susan Bradley
19 minutes ago -
Mozilla shutting Deep Fake Detector
by
Alex5723
1 day, 7 hours ago -
Windows-Maintenance-Tool (.bat)
by
Alex5723
16 hours, 47 minutes ago -
Windows 11 Insider Preview build 26200.5641 released to DEV
by
joep517
1 day, 9 hours ago -
Windows 11 Insider Preview build 26120.4250 (24H2) released to BETA
by
joep517
1 day, 9 hours ago -
Install Office 365 Outlook classic on new Win11 machine
by
WSrcull999
1 day, 9 hours ago -
win 10 to win 11 with cpu/mb replacement
by
aquatarkus
1 day, 1 hour ago -
re-install Windows Security
by
CWBillow
1 day, 13 hours ago -
WWDC 2025 Recap: All of Apple’s NEW Features in 10 Minutes!
by
Alex5723
1 day, 16 hours ago -
macOS Tahoe 26
by
Alex5723
1 day, 11 hours ago -
Migrating from win10 to win11, instructions coming?
by
astro46
58 seconds ago -
Device Eligibility for Apple 2026 Operating Systems due this Fall
by
PKCano
1 day, 1 hour ago -
Recommended watching : Mountainhead movie
by
Alex5723
1 day, 2 hours ago -
End of support for Windows 10
by
Old enough to know better
9 hours, 55 minutes ago -
What goes on inside an LLM
by
Michael Covington
20 hours, 34 minutes ago -
The risk of remote access
by
Susan Bradley
3 hours, 46 minutes ago -
The cruelest month for many Office users
by
Peter Deegan
4 hours, 25 minutes ago -
Tracking protection and trade-offs in Edge
by
Mary Branscombe
1 day, 6 hours ago -
Supreme Court grants DOGE access to confidential Social Security records
by
Alex5723
2 days, 15 hours ago -
EaseUS Partition Master free 19.6
by
Alex5723
1 day, 15 hours ago -
Microsoft : Edge is better than Chrome
by
Alex5723
3 days, 4 hours ago -
The EU launched DNS4EU
by
Alex5723
3 days, 17 hours ago -
Cell Phone vs. Traditional Touchtone Phone over POTS
by
280park
3 days, 7 hours ago -
Lost access to all my networked drives (shares) listed in My Computer
by
lwerman
3 days, 22 hours ago -
Set default size for pasted photo to word
by
Cyn
4 days, 4 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.