dmiron
July 8th, 2006, 04:43 AM
How can I supress line objects in crystal report?
|
Click to See Complete Forum and Search --> : Help Supress line object in CrytalReports dmiron July 8th, 2006, 04:43 AM How can I supress line objects in crystal report? dmiron July 10th, 2006, 01:33 AM Does nobody knows ? zeeshangodil July 10th, 2006, 04:05 AM well.. u need to suppress with formula.. if not ..then its so easy to suppress..right click..format line... then click on suppress... but ..if u need to suppress with a formula / or condition.. then try this. insert a line into the new section.. i.e. if u want to print lilne in detail section.. insert a detail section other than main detail section...so this section will be detail - 2 and insert line in new detail section....so the section have only the line.. then suppress or unsuppress the whole section with the formula .. might be helpful zeeshan ralphpad July 12th, 2006, 01:34 AM you can manipulate it in VB or suppress it in the cryatal report. in VB just type the name of your report and select the line then suppres it. but first you have to make a reference to your report... dim myreportname as yourreportname set myreportname = new yourreportname myreportname.line1.suppress = false codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved. |