Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 18th, 2006, 06:50 AM
Authorized User
 
Join Date: Aug 2003
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
Default Conditionally display text object

Hello,

I have a employee report.
It has a database field "dateofleaving" and a text box "DOL:" place before it.

Is it possible that the text box "DOL:" should not be displayed when the corresponding field has an empty or null value.

I am using version 9 with ASP.Net

Regards,

Vinay







 
Old April 18th, 2006, 07:22 AM
Authorized User
 
Join Date: Sep 2005
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to vijaykumartaduri Send a message via Yahoo to vijaykumartaduri
Default

Right click on DOL and select 'Format Editor'. In Format editor window click on 'X+1' button which is beside 'suppress'. write in formula editor
 if isnull({dateofleaving}) then
   true
 else
  false
 end if






Similar Threads
Thread Thread Starter Forum Replies Last Post
'style.display' null or not an object sheel331 Javascript 5 May 7th, 2008 11:41 AM
display Null or Not an object error kishy449 Classic ASP Professional 1 September 4th, 2007 01:21 PM
Conditionally display text mister_mister XSLT 6 March 9th, 2007 11:02 AM
change styles of text Box conditionally using CSS toshi CSS Cascading Style Sheets 1 May 26th, 2006 08:49 AM
Error: 'style.display' is null or not an object Adam H-W Javascript 4 April 22nd, 2004 08:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.