473,467 Members | 1,481 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

OLE Bound Object Again

Sorry to be so persistent but would really liek to get an answer to this.

If OLE object in a report is null, I can hide it with the visible property
but it leaves a great void blank space in my report before the next record
prints. Is there a way to close up the space?
Nov 13 '05 #1
3 1561
"Brian Keanie" <bk******@sympatico.ca> wrote in
news:Wf*********************@news20.bellglobal.com :
Sorry to be so persistent but would really liek to get an
answer to this.

If OLE object in a report is null, I can hide it with the
visible property but it leaves a great void blank space in my
report before the next record prints. Is there a way to close
up the space?

the CanShrink property of the report sectionyour object is placed
on needs to be "Yes", You also need to ensure that there are no
other objects to the left or right of the object that will prevent
the report from shrinking.
--
Bob Quintal

PA is y I've altered my email address.
Nov 13 '05 #2
Bob ... Many thanks for response.
My OLE is in the details section of my report, there are no other controls
to the left or right and the "CanShrink" property for the details section is
set to yes but still no tightening up of the print output. I've tried making
the OLE both invisible and also height=0 but to no avail. Any further ideas?
Please.

"Bob Quintal" <rq******@sPAmpatico.ca> wrote in message
news:1111865563.e895b704fd6139b958ebd9ca690b627e@t eranews...
"Brian Keanie" <bk******@sympatico.ca> wrote in
news:Wf*********************@news20.bellglobal.com :
Sorry to be so persistent but would really liek to get an
answer to this.

If OLE object in a report is null, I can hide it with the
visible property but it leaves a great void blank space in my
report before the next record prints. Is there a way to close
up the space?

the CanShrink property of the report sectionyour object is placed
on needs to be "Yes", You also need to ensure that there are no
other objects to the left or right of the object that will prevent
the report from shrinking.
--
Bob Quintal

PA is y I've altered my email address.

Nov 13 '05 #3
Answered in another NG.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Brian Keanie" <bk******@sympatico.ca> wrote in message
news:Wf*********************@news20.bellglobal.com ...
Sorry to be so persistent but would really liek to get an answer to this.
If OLE object in a report is null, I can hide it with the visible property but it leaves a great void blank space in my report before the next record prints. Is there a way to close up the space?


Nov 13 '05 #4

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

Similar topics

12
by: Russell E. Owen | last post by:
I have several situations in my code where I want a unique identifier for a method of some object (I think this is called a bound method). I want this id to be both unique to that method and also...
15
by: pranab_bajpai | last post by:
So I want to define a method that takes a "boolean" in a module, eg. def getDBName(l2): .... Now, in Python variables are bound to types when used, right? Eg. x = 10 # makes it an INT...
2
by: CSDunn | last post by:
Hello, I have an MS Access 2003 Project form in which I need to set the value of a textbox named 'TestGrade' to the value present after the update of a combo box currently named 'Combo6'. The data...
19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
0
by: Lyn | last post by:
I am having a frustrating time trying to do a simple insert of a BMP picture into a Bound Object Frame using both VBA and the Insert | Object... dialog. I had a separate post thread going on this...
2
by: Aaron Ackerman | last post by:
I cannot a row to this bound DataGrid to SAVE MY LIFE! I have tried everything and I am at a loss. The using goes into add mode with the add button adds his data then updates with the update...
7
by: vsiat | last post by:
I am trying to create a treeview out of a database table with the typical structure ID, NAME, PARENTID, TYPE, EXTRA_INFO, where is linked to the . What I want to achieve is create a tree made...
4
by: jon f kaminsky | last post by:
Hi- I've seen this problem discussed a jillion times but I cannot seem to implement any advice that makes it work. I am porting a large project from VB6 to .NET. The issue is using the combo box...
6
by: PhilBowen | last post by:
I have created the appropriate table with the field titled "picture" and OLE. In each form. I have then create the form via a query within which I go to object, insert link and the photogaph is...
0
by: Frnak McKenney | last post by:
Can I use a bound ComboBox for both browsing and editing? I'm working on a small, standalone database application using Visual C#.NET 2003 and an Access data file. In order to keep the number...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
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...
1
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
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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.