472,982 Members | 2,128 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,982 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 10142
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...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.