Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB How-To
|
VB How-To Ask your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB How-To 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 March 4th, 2005, 11:08 AM
Authorized User
 
Join Date: Oct 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default set rpttext box visible false

In Data Reports, I have a rpttext box called Discount. To print an invoice, I have given the folowing code in Print button
    DataEnvironment1.salesinv Text1.Text
    Load RptSalesInnvoice

    RptSalesInnvoice.Show (1)
The connection etc. is done through Data Environment in design time.
I want Discount rpttxt box to be displayed in report only if it is >0. Otherwise it should be visible false. How to do it.Please help






Similar Threads
Thread Thread Starter Forum Replies Last Post
certain columns of a row in datagrid visible false nanu yaru VS.NET 2002/2003 0 March 31st, 2008 08:27 AM
How to code to set 'Visible' a field value cJeffreywang ASP.NET 2.0 Basics 1 February 28th, 2008 11:51 PM
Non-displacement of controls when visible="false" rsearing ASP.NET 2.0 Professional 2 January 26th, 2007 06:27 PM
Can't see data from boundcolumn visible=false ipaine ASP.NET 1.x and 2.0 Application Design 1 June 20th, 2006 02:54 PM
Set font for DataGrid text enabled = false humour General .NET 3 August 26th, 2004 12:55 AM





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