Code Comments
Programming Forum and web based access to our favorite programming groups.how can print a report with crystal report if i must use a parameter thank you
Post Follow-up to this messageOn Aug 18, 2:49 am, youcefdji...@yahoo.fr wrote: > how can print a report > with crystal report > if i must use a parameter > > thank you What database are you use ? Have You Try Crystal Clear Class ? Try This parameter : For a preview with an ODBC connection: re = CrystalReport.Init(ReportFile) re = CrystalReport.SelectionFormula(SelectString) re = CrystalReport. SetAllTablesLogOnInfo(GLO:DSN,'',GLO:DSN User,GLO:DSNPassword,t rue) re = CrystalReport.HasCloseButton(false) re = CrystalReport.EmbeddedPreview()
Post Follow-up to this messageHi, Check our Crystal Clear Class product. It allows you to pass parameters http://www.klarisoft.com/KSNews_84.htm Leonid Chudakov chudakov@klarisoft.com On Aug 18, 4:49 am, youcefdji...@yahoo.fr wrote: > how can print a report > with crystal report > if i must use a parameter > > thank you
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.