473,808 Members | 2,851 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Invalid reference for subreport in Parent OnFormat Event

I'd like to perform some conditional formatting in the OnFormat Event of my
Parent Report. This works fine, until my subreports are blank, then the
invalid references start happening. I understand why, but can't figure out
how to trap/prevent these. I tried using the hasdata property, but this also
gives me an invalid reference. Arrrrrgh.

Nov 13 '05 #1
1 2571
Jordan,

First, don't use OnFormat, use OnPrint. There are lots of sources
that will explain why.

Second, (maybe first in importance) check the order of events for
reports in the help file.

Also, I would investigate these:
* put each subreport in its own section
* set the section.visible = false if the subreport is blank
* check the section.visible property and don't fire the code for
that section if it is not visible
* make sure you are not referencing *anything* which could refer to
a subreport that isn't there outside the scope of the subreport

HTH,
Elaine
On Sun, 20 Mar 2005 22:38:22 -0500, "Jordan Fee" <W_*****@hotmai l.com>
wrote:
I'd like to perform some conditional formatting in the OnFormat Event of my
Parent Report. This works fine, until my subreports are blank, then the
invalid references start happening. I understand why, but can't figure out
how to trap/prevent these. I tried using the hasdata property, but this also
gives me an invalid reference. Arrrrrgh.


Nov 13 '05 #2

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

Similar topics

2
5360
by: Arnold | last post by:
Hey there, I just put the following code: DoCmd.GoToRecord , , acLast in the On Open event of my form, which has 2 subforms. The following error message appears when the form now opens: "You entered an expression that has an invalid reference to the
0
1007
by: John Hunter | last post by:
I've recently had a nasty problem with the "Invalid reference to the property Form" error in subforms - nasty because it doesn't seem to consistently happen to all forms which contain the same structure and code. Judging by the forums I've researched, it's not an uncommon error. I'm happy to say I've found a simple solution. OVERVIEW: I have a main form (no record source) which contains two subforms. The subforms are not linked, but...
1
4834
by: L.M. via AccessMonster.com | last post by:
I am using MS Access 2000. I have created a table of contents for a report, and I am updating the pages in the OnFormat Event (I don't want to do it on the OnPrint because they may be viewing it more than printing it) The OnFormat Event does not seem to fire when you display the report in PrintPreview unless you physically forward through the report pages to the end. According to the documentation, the onFormat event should execute on...
1
2994
by: Nigel C | last post by:
Hi, I am going round in circles... I am trying to produce a report based upon the information gathered into a temp table. Each column (stored as a text field) in the table holds weekly information but each row may contain different information - ie., currency, text, percentages. I have added an extra field to determine the format type.
16
1659
by: John | last post by:
Hi I have posted this question several times but have received no reply. I have a main form which contains a panel which in turn contains a child form, like this; MainForm->MyPanel->ChildForm. The question is; how can I, from the child form, get a reference to the main form? If I try to do dim frm as new mainform then I get reference to a second instance of the mainform which is not the same as the original instance of the mainform. ...
9
1786
by: Gernot Frisch | last post by:
Is there any way to get a reference of parent class in default c'tor? Like this: class foo { class bar { foo& m_f; public:
6
5261
by: Dave | last post by:
This is the first time I'm trying this in an ADP. I'm using Access 2003 and trying to change the Apptitle Property using the below: With Application.CurrentProject .Properties("AppTitle").Value = "somethingelse" .RefreshTitleBar End With I'm getting Invalid Reference to the Property 'Apptitle'. In an MDB, I'd just Create the Property...but that was using DAO. Can someone
6
1298
by: jan.schaak | last post by:
hi, this is my sql code. -----start code----- SELECT Reeksen.ReeksNR, Reeksen.ReeksText, Count(Strips.Titel) AS NBTitel, (SELECT Count(strips.Titel) AS AantalVanTitel FROM (Reeksen INNER JOIN Strips ON Reeksen.ReeksNR = Strips.ReeksNR) INNER JOIN Pictures ON Strips.Uniek = Pictures.Uniek where reeksen.ReeksNR=11) AS AantalPic
4
2206
mdi
by: siddhanta | last post by:
i wanna create a mdi form. but to make the other form as child of the main i cant find any mdiparent property in the properties list. i m using vs 2010. help plzzz leave it i understood how to do it
0
9721
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9600
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10628
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10374
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9195
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7651
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6880
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5547
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
3011
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.