Danny75
Jan 25th, 2008, 10:34 AM
Hi,
Iam developing a package using vb6,crystal reports 9,and oracle 8.
I placed crystal report control on MDI form and named it as CRP.
but in the properties of CRP iam not getting " .SQLQuery " property
i.e CRP.SQLQuery why it is happening..i need help
thanks in advance
the sample code is
MDI_DCT.CRP.Connect = "dns=dct;UID=DCT;PWD=dcttre"
MDI_DCT.CRP.ReportFileName = "c:\program files\DCT\Daybook_report_DUP.RPT"
MDI_DCT.CRP.Action = 1
in the above code if i tryed to select the property MDI_DCT.CRP.SQLQuery is not visible
Iam developing a package using vb6,crystal reports 9,and oracle 8.
I placed crystal report control on MDI form and named it as CRP.
but in the properties of CRP iam not getting " .SQLQuery " property
i.e CRP.SQLQuery why it is happening..i need help
thanks in advance
the sample code is
MDI_DCT.CRP.Connect = "dns=dct;UID=DCT;PWD=dcttre"
MDI_DCT.CRP.ReportFileName = "c:\program files\DCT\Daybook_report_DUP.RPT"
MDI_DCT.CRP.Action = 1
in the above code if i tryed to select the property MDI_DCT.CRP.SQLQuery is not visible