Hi,
I m calling Crystal report from VB6.0......
That Crystal Report designed in CR 8.5 version.... by using SQL stored procedure with one sp parameter....
( in design mode, i changed the parameter name as {?PARAM1} in field panel.)
Now i m calling the CR report from vb6.0, this vb6.0 using oracle as a backend...
while calling the report from vb(oracle) through crystal adapter codings land i initialised that crystal is as a 11.0 version by
using some codes ike (Connection made by ODBC)
.....
Dim oCrystalApp As CRAXDDRT.application
Public oRpt As CRAXDDRT.Report
Dim oSection As CRAXDDRT.Section
.....
oCrystalApp.LogOnServer "pdsodbc.dll", sRepDSN, "", msDataBaseUserID, msPassword
....
...
it shows the actual(real) parameter name of that StoredProcedure.
But i need that changed(renamed) parameter name..? can u help me... please
Thanks
Selva...