473,396 Members | 2,011 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

DYMO Labelwriter

I use a DYMO labelwriter with my Access 97 database. I just purchased a new
computer and in the report section under page setup/paper size, the new
computer keeps changing the size automatically. I know something must be
different on the machines. But what? I have checked everything !
Thanks,

Ira
Nov 12 '05 #1
7 10181
Look for the NameAutoCorrect setting in the database options and turn it
off. (sounds unlikely, but it fixes the problem)

Anne

"Ira S" <IS*******@QQonline.com> wrote in message
news:10************@corp.supernews.com...
I use a DYMO labelwriter with my Access 97 database. I just purchased a new computer and in the report section under page setup/paper size, the new
computer keeps changing the size automatically. I know something must be
different on the machines. But what? I have checked everything !
Thanks,

Ira

Nov 12 '05 #2
"Ira S" <IS*******@QQonline.com> wrote in message news:<10************@corp.supernews.com>...
I use a DYMO labelwriter with my Access 97 database. I just purchased a new
computer and in the report section under page setup/paper size, the new
computer keeps changing the size automatically. I know something must be
different on the machines. But what? I have checked everything !
Thanks,

Ira


Ira,

Goto your database options in the tools menu and uncheck the
autocorrect option. It may be called something slightly different
since I haven't used 97 in a while. This bug is addressed in a jet
patch...sorry I don't know what version though. I hope this helps!

Steve
Nov 12 '05 #3
Anne:

Thanks for the reply. I tried this, but no luck. I was told this fixes the
problem in Access 2000 only. Any other thoughts. Where do I go to compare
the files Access uses for printing. Maybe there is a slight difference in
some of the DLLs?

Ira
"Anne Nolan" <an***************@AOL.COM> wrote in message
news:c5*************@ID-88809.news.uni-berlin.de...
Look for the NameAutoCorrect setting in the database options and turn it
off. (sounds unlikely, but it fixes the problem)

Anne

"Ira S" <IS*******@QQonline.com> wrote in message
news:10************@corp.supernews.com...
I use a DYMO labelwriter with my Access 97 database. I just purchased a

new
computer and in the report section under page setup/paper size, the new
computer keeps changing the size automatically. I know something must be
different on the machines. But what? I have checked everything !
Thanks,

Ira


Nov 12 '05 #4
Steve:
Anne:

Thanks for the reply. I tried this, but no luck. I was told this fixes the
problem in Access 2000 only. Any other thoughts. Where do I go to compare
the files Access uses for printing. Maybe there is a slight difference in
some of the DLLs? I use the program in my office. On 5 machines it works
fine, on 2 it doesn't.

Ira
"Steve" <st**********@yahoo.com> wrote in message
news:9c**************************@posting.google.c om...
"Ira S" <IS*******@QQonline.com> wrote in message

news:<10************@corp.supernews.com>...
I use a DYMO labelwriter with my Access 97 database. I just purchased a new computer and in the report section under page setup/paper size, the new
computer keeps changing the size automatically. I know something must be
different on the machines. But what? I have checked everything !
Thanks,

Ira


Ira,

Goto your database options in the tools menu and uncheck the
autocorrect option. It may be called something slightly different
since I haven't used 97 in a while. This bug is addressed in a jet
patch...sorry I don't know what version though. I hope this helps!

Steve

Nov 12 '05 #5
With Dymo drivers under both Access 97 and 2002 I have seen the driver
insist on changing the margins back to some strange settings such as a
2.5" margin on a 3" label paper size. Reinstalling the driver has
worked on occasion. Last week I ran into the the problem again and
fixed it by using page setup and setting the report back to the
default printer, saving, then exiting. I ran page setup again and
returned the setting to specific printer and I was able to set the
margins successfully. It's worth a try on your system.

Rick Collard
www.msc-lims.com

On Wed, 7 Apr 2004 15:03:14 -0400, "Ira S" <IS*******@QQonline.com>
wrote:
I use a DYMO labelwriter with my Access 97 database. I just purchased a new
computer and in the report section under page setup/paper size, the new
computer keeps changing the size automatically. I know something must be
different on the machines. But what? I have checked everything !
Thanks,

Ira


Nov 12 '05 #6
The Dymo label printers are great, however Access will not allow Page
and Printer Setup saving in MDE Runtime. There is NO work around that
I can find in over one year of searching. The only fix lies with Bill
Gates and crew. They need to enable Page and Printer Setup Saving in
MDE Runtime.

no****@nospam.nospam (Rick Collard) wrote in message news:<40***************@news.west.earthlink.net>.. .
With Dymo drivers under both Access 97 and 2002 I have seen the driver
insist on changing the margins back to some strange settings such as a
2.5" margin on a 3" label paper size. Reinstalling the driver has
worked on occasion. Last week I ran into the the problem again and
fixed it by using page setup and setting the report back to the
default printer, saving, then exiting. I ran page setup again and
returned the setting to specific printer and I was able to set the
margins successfully. It's worth a try on your system.

Rick Collard
www.msc-lims.com

On Wed, 7 Apr 2004 15:03:14 -0400, "Ira S" <IS*******@QQonline.com>
wrote:
I use a DYMO labelwriter with my Access 97 database. I just purchased a new
computer and in the report section under page setup/paper size, the new
computer keeps changing the size automatically. I know something must be
different on the machines. But what? I have checked everything !
Thanks,

Ira

Nov 12 '05 #7
If you are using Access 2002 or newer there is a workaround that I now
use to solve the many problems I have encountered over the years with
Dymo drivers. You can use this solution for most page setup settings
and it also works with MDEs. When you know what the margins, print
orientation, paper size, and other settings should be for your labels,
you can save this data to a table in your MDE. Using the new Printer
object, you can apply the settings to your report at runtime each time
the report is opened. In essence, your code opens the report in
preview mode then changes settings of the report's printer object. If
you are printing rather than previewing the report, open in preview
mode but hidden. Take a look the Printer object in Help for more
information.

Rick Collard
www.msc-lims.com

On 15 Apr 2004 01:21:08 -0700, da*****@pacbell.net (Number2) wrote:
The Dymo label printers are great, however Access will not allow Page
and Printer Setup saving in MDE Runtime. There is NO work around that
I can find in over one year of searching. The only fix lies with Bill
Gates and crew. They need to enable Page and Printer Setup Saving in
MDE Runtime.


Nov 12 '05 #8

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

Similar topics

7
by: Ira S | last post by:
I use a DYMO labelwriter with my Access 97 database. I just purchased a new computer and in the report section under page setup/paper size, the new computer keeps changing the size automatically. I...
0
by: nygiantswin2005 | last post by:
I am tring to write simple console application in C# to test the APIs functions made available by the dymo sdk. The dymo sdk provides a dll library that can be used to call functions that will...
0
by: Gerald Roston | last post by:
I have an application that is supposed to print a badge using a Dymo LabelWriter 330. The problem I am having is this - when I 'Print Preview' the badge, it is displayed properly, but when I...
3
by: Michael | last post by:
Hi, I'm trying to print barcodes to the Dymo LabelWriter printer. Put everytime I send a job to the label printer it just outputs an empty label. If I change the default printer back to the...
4
by: Paul H | last post by:
My database is a FE/BE Access 2000 database installed on 3 XP workstations. Each user has a different model of label printing machine attached to their PCs: Workstation 1 has a Label printer...
4
by: BugMan | last post by:
I just bought a Dymo to print name badges from Access with barcodes. When in page view there are blank pages between records, does any have any idea how to fix this? I am using Access 2002 ...
1
by: kwakuk | last post by:
I am a new ns2 user trying to run ns2 simulation to evaluate the performance of Dynamic MANET On-demand routing protocol. The ns2 is installed on LINUX Ubuntu 7.10 version Can some help with any...
1
by: ARC | last post by:
Hello, Does anyone have an access report that will do dymo labels? It seems the paper size would be similar to an envelope, since dymo's print landscape. Looking for an access report that will...
0
by: deepa2Apr | last post by:
Hi, I'm trying to use a Dymo LabelWriter Turbo (Software version 4.1.0.0) on Windows XP, in my C# code. I'm able to detect the printer through my code. However it doesnt print anything. It tries...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.