473,395 Members | 1,915 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,395 software developers and data experts.

Error 2100

First of all, I would like to thank the users of this group as I have
been using it as a great reference tool the past year while developing
my "biggest" application yet.
This one problem, I have not found a concise answer too, so I will re-
phrase it here.

Access 2000.

I have a report that can print up to 17 information blocks. Each
block is a Frame control, that containes roughly 20 various labels and
text boxes linked to data and or functions. These blocks are
statistics on various people.
If the statistic does not apply to a person, I hide everything about
the block. IF it applies, I place
the block on the report in the next logical spot. Here is the layout I
am using
1 2
3 4
5 6
7 8.....etc
In the reports Detail_ Format function, I call one of 2 routines.
Hidebox.:
- this lookes for each control on the form and hides it if the control
name starts with a certain suffix. ex.. if isnull(myfield) then
hidebox("Field1")

Placebox:
- I place each control with a specific top and left value wich is a
calculation of the spot number.
ex. if mid(control.name,6) = "MYNAME" then

Jun 12 '07 #1
1 2748
Answered in another group
Jun 12 '07 #2

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

Similar topics

13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
0
by: Nicola George | last post by:
Hi all, I hope someone can help me as I'm going a bit metal with this problem. I have a project in ASP.NET, within this project I have Crystal Report called Catalogue. On an asp page I have a...
0
by: mpietsch | last post by:
There has been quite some discussion on this particular error when resizing forms and moving controls on them. One solution that seems to work is enlarging the form's detail-area to maximum size...
1
by: DJo | last post by:
I am trying to insert a set of date variables to use in a stored proc that will automatically select the last 12 running months worth of data grouped monthly. This code stops at the end of the prior...
1
by: Sylvain | last post by:
Access 2000 I am dynamicaly placing controls on a report and hiding some controls based on caculated conditions. The code is being called from Detail_Format. I have 17 information boxes where 6...
9
by: Chad | last post by:
This might be a bit vague and poorly worded..... In my program, I handle function failures using fprintf() and exit() like: fprintf(stderr, "malloc failed"); exit(EXIT_FAILURE); There...
1
by: Claudia Fong | last post by:
HI I got this error after creating a virtual directory in my pc and tried to open the webpage... Server Error in '/webpda' Application....
0
by: Randy Joe | last post by:
In Access 2007 I get an Error 2100: The control or subform control is too large for this location. This makes no sense because of the following steps that created the error: 1. Create a new...
9
by: ahilar12 | last post by:
1. <head> 2. <script type="text/javascript"> 3. </script> 4. </head> 5. <body> 6. <form> 7. <select name="team" id="mylist" > 8. <option></option> 9....
3
pradeepjain
by: pradeepjain | last post by:
mysql> select property1,property2,property3,property4 from mobiles where (property4 >= '2000' and property4 < '5000') ; +---------------+-----------+-----------+-----------+ | property1 |...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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,...
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
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...

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.