mushin
Programmer
- Oct 4, 2000
- 49
Crystal 8.5 report with paramters prompts and uses paramters when running directly from Crystal...,But I am
calling the report from inside another application,VB and Progress...The report will run if I supply the param but it will Not prompt for it ....
What do I have to do to enforce the Prompt when calling the report from inside another application.....
example code:
connectString = "DSN = " + tDSN + ";UID = admin" + gLUserid + ";PWD = admin" + gLPassWord + ";DSQ = " + lDBname(1).
chctrlframe:CrystalReport:CONNECT = connectString.
chctrlframe:CrystalReport:reportfilename = fi-run.
chctrlframe:CrystalReport
arameterFields(0) = "patientID;" + "10010" + ";true".
chctrlframe:CrystalReport
rintreport.
Any clues ?
calling the report from inside another application,VB and Progress...The report will run if I supply the param but it will Not prompt for it ....
What do I have to do to enforce the Prompt when calling the report from inside another application.....
example code:
connectString = "DSN = " + tDSN + ";UID = admin" + gLUserid + ";PWD = admin" + gLPassWord + ";DSQ = " + lDBname(1).
chctrlframe:CrystalReport:CONNECT = connectString.
chctrlframe:CrystalReport:reportfilename = fi-run.
chctrlframe:CrystalReport
chctrlframe:CrystalReport
Any clues ?