Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditionally print a line?

Status
Not open for further replies.

bobgsysop

Programmer
Nov 3, 2000
25
US
Hi-

I want to print a line on a certain portion of a report, based on a condition. The report is being called from VB6, and is written with Crystal Reports V8. Can a formula be created to result in a line object? Or, is there some other way to format a line on the report (supress/not supress) via code?

I'm using the RDC with a DSR.

Thanks in advance,
BobG
 
Nevermind - I found the answer. In VB, all fields (including the lines) are properties of the Report object, and Supress is a method of the line object.


Regards,
Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top