Home > Archive > Clarion > August 2007 > clarion and crystal report
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
clarion and crystal report
|
|
| youcefdjirah@yahoo.fr 2007-08-18, 7:55 am |
| how can print a report
with crystal report
if i must use a parameter
thank you
| |
|
| On 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()
| |
| klarisoft@gmail.com 2007-08-31, 3:58 am |
| Hi,
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
|
|
|
|
|