473,503 Members | 2,148 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Strange behavior: Colum disappears in label report

In my app I've created a label report (Avery 7162, 2 colums, 8 rows) with
the wizzard. The report is based on a temp table that is created when the
user pushes a button. After creation of the table the pushbutton opens the
report.

Now something weird happens. When I open the report manually a few or more
times it remains intact. However, when I open the report from the form's
pushbutton code for the first time, the report will open OK. When I close it
and open the report again (either via the pushbutton or manually), the
second column is missing in the report and all labels are shown only top to
bottom.

So this loss of the column appears to be happening after closing the report
when opened from the pushbutton. The report is opened by DoCmd.Openreport
stRepName, acPreview.

Is this a known issue? Is there a workaround?
Thanks for any insights,
john
Feb 24 '07 #1
3 1788
Update: the column now also disappears when opening and closing the form
manually.
Btw: this is Access 2000.
john

"John" <jo@hn.comschreef in bericht
news:er***********@textnews.wanadoo.nl...
In my app I've created a label report (Avery 7162, 2 colums, 8 rows) with
the wizzard. The report is based on a temp table that is created when the
user pushes a button. After creation of the table the pushbutton opens the
report.

Now something weird happens. When I open the report manually a few or more
times it remains intact. However, when I open the report from the form's
pushbutton code for the first time, the report will open OK. When I close
it and open the report again (either via the pushbutton or manually), the
second column is missing in the report and all labels are shown only top
to bottom.

So this loss of the column appears to be happening after closing the
report when opened from the pushbutton. The report is opened by
DoCmd.Openreport stRepName, acPreview.

Is this a known issue? Is there a workaround?
Thanks for any insights,
john

Feb 24 '07 #2
Problem seems to be solved by unchecking apply Auto NameCorrect. Now the
margins remain the same.
john

"John" <jo@hn.comschreef in bericht
news:er***********@textnews.wanadoo.nl...
Update: the column now also disappears when opening and closing the form
manually.
Btw: this is Access 2000.
john

"John" <jo@hn.comschreef in bericht
news:er***********@textnews.wanadoo.nl...
>In my app I've created a label report (Avery 7162, 2 colums, 8 rows) with
the wizzard. The report is based on a temp table that is created when the
user pushes a button. After creation of the table the pushbutton opens
the report.

Now something weird happens. When I open the report manually a few or
more times it remains intact. However, when I open the report from the
form's pushbutton code for the first time, the report will open OK. When
I close it and open the report again (either via the pushbutton or
manually), the second column is missing in the report and all labels are
shown only top to bottom.

So this loss of the column appears to be happening after closing the
report when opened from the pushbutton. The report is opened by
DoCmd.Openreport stRepName, acPreview.

Is this a known issue? Is there a workaround?
Thanks for any insights,
john


Feb 24 '07 #3
On Sat, 24 Feb 2007 13:01:43 +0100, John wrote:
Update: the column now also disappears when opening and closing the form
manually.
Btw: this is Access 2000.
john

"John" <jo@hn.comschreef in bericht
news:er***********@textnews.wanadoo.nl...
>In my app I've created a label report (Avery 7162, 2 colums, 8 rows) with
the wizzard. The report is based on a temp table that is created when the
user pushes a button. After creation of the table the pushbutton opens the
report.

Now something weird happens. When I open the report manually a few or more
times it remains intact. However, when I open the report from the form's
pushbutton code for the first time, the report will open OK. When I close
it and open the report again (either via the pushbutton or manually), the
second column is missing in the report and all labels are shown only top
to bottom.

So this loss of the column appears to be happening after closing the
report when opened from the pushbutton. The report is opened by
DoCmd.Openreport stRepName, acPreview.

Is this a known issue? Is there a workaround?
Thanks for any insights,
john
If you are using Access 2000 this is a known bug and is documented in
the Microsoft Knowledgebase article:
Q245021 'List of Fixed Problems in Microsoft Office 2000 Service
Release 1/1a (SR-1/SR-1a)'
And specifically:
Q240826 'Lost Printer Settings when Name Autocorrect is turned on'

Turn off the Name AutoCorrect feature as a temporary 'fix'.
Then download and install the Service Release 1/1a.

Even if you are not using Access 2000, turn off the Name AutoCorrect.
Tools + Options + General Tab.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Feb 24 '07 #4

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

Similar topics

2
3439
by: Marcus | last post by:
Hello, I recently converted all my existing MyISAM tables to InnoDB tables through phpmyadmin. I noticed some strange behavior whenever I would refresh the screen, as phpmyadmin would report...
6
1436
by: J.A.Rank | last post by:
Hello all. I wrote a client-side form evaluation script that runs as expected in Firefox, Netscape, and IE for PC, but fails in IE for Mac. The formEval() method is called from the onSubmit...
12
2038
by: Stephen Poley | last post by:
I have a report which prints data from a parent table and two child tables (Contract and Kosten). Because it is a bit long, I suppress some fields which are often empty, based on methods found in...
1
1178
by: Mircea Pleteriu | last post by:
Hi, I've created a test aspnet web application which contains one page only. There is only one label control placed on the page. The text of the label control is set on server side by the...
3
1678
by: Jim in Arizona | last post by:
I'm going insane! I don't know if it's just that the .net 2.0 framework is buggy or if it really is my code. This is pretty hard to explain since I can't even begin to nail down why this is...
0
1575
by: Andreas | last post by:
Hi! I'm using a custom collection with custom items to be edited with a custom CollectionEditor. This set of functionality is to be a part of a plugin for a SharpDevelop-based application. The...
2
1071
by: Brendan CM | last post by:
I'm here trying to figure something out, on the new version of IE7, this dynamic HTML menu doesn't display items properly. An example here: http://www.abit-usa.com That same menu is being used...
2
287
by: Antonio | last post by:
Good morning, everyone. Here is the strange behavior: I have a datagrid (dgPIs) with paging enabled. When I click to view any page in the grid, it runs the private void lnkIPReg method,...
8
3187
by: FBM | last post by:
Hi there, I am puzzled with the behavior of my code.. I am working on a networking stuff, and debugging with eclipse (GNU gdb 6.6-debian).. The problem I am experiencing is the following: ...
0
7353
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...
1
7011
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
7468
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...
1
5023
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...
0
4689
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
3180
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
1521
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
747
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
401
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.