473,513 Members | 2,307 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Report objects

N J
Hi,

I have an image and an text label on my report. What I need is...If the
txtCountry is not 'United Kingdom' then lblAirmail is VISABLE and
OLEUnbound38 is NOT VISABLE.

Would this be possible?

Thnx
Nov 13 '05 #1
2 1052
"N J" <bl*************@blueyonder.co.uk> wrote in news:Vr_qe.146747
$g********@fe3.news.blueyonder.co.uk:

Not knowing your report design something like this might work in the
Print or Format event of the appropriate Report Section:

If Trim(Me.txtCountry.Value) <> "United Kingdom" then
Me.lblAirmail.Visible = True
Me.OLEUnbound38.Visible = False
Else
Me.lblAirmail.Visible = False
Me.OLEUnbound38.Visible = True
End if

Hope this gets you started!

strVariant

Hi,

I have an image and an text label on my report. What I need is...If the
txtCountry is not 'United Kingdom' then lblAirmail is VISABLE and
OLEUnbound38 is NOT VISABLE.

Would this be possible?

Thnx


Nov 13 '05 #2
N J
strvariant" <no.email.com> wrote in message
news:Xn************************@216.196.97.136...
"N J" <bl*************@blueyonder.co.uk> wrote in news:Vr_qe.146747
$g********@fe3.news.blueyonder.co.uk:

Not knowing your report design something like this might work in the
Print or Format event of the appropriate Report Section:

If Trim(Me.txtCountry.Value) <> "United Kingdom" then
Me.lblAirmail.Visible = True
Me.OLEUnbound38.Visible = False
Else
Me.lblAirmail.Visible = False
Me.OLEUnbound38.Visible = True
End if

Hope this gets you started!

strVariant

Hi,

I have an image and an text label on my report. What I need is...If the
txtCountry is not 'United Kingdom' then lblAirmail is VISABLE and
OLEUnbound38 is NOT VISABLE.

Would this be possible?

Thnx


Hi, works fine thank you.
Nov 13 '05 #3

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

Similar topics

1
17633
by: Nathan Bloomfield | last post by:
Does anyone know if there is any documentation which relates to Access2k + ? or can anyone help adjust the code? I am having trouble converting the DAO references. TITLE :INF: How to...
2
2410
by: Serge Fournier | last post by:
Hello everyone. How to give the connexion information to a crystal report at run time ? same question concerning the SQL string for data extraction ? Is it "a must" to disconnect the report at...
6
6936
by: Susan H | last post by:
I have Visual Studio 2005, trying to properly bind to a nested object tree. I can bind to the top level object just fine, but can't seem to "hook" my nested object in. I have a ShoppingCart...
4
1690
by: NJonge01 | last post by:
Hi, I've made a mess of a report. I need to do some cleanup and I need a utility to help me look at all the objects on the report. I used to have some code for listing all the objects on a...
0
7171
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
7545
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
7539
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
5692
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,...
1
5095
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
3240
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
3228
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1605
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 ...
0
461
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.