HELLo !!
pls, i need help
i have a VB.net application developed in MS Development Enviroment 2003 v.71.3088, with crystal reports in it, developed with Crystal Decisions for Visual Studio.net. so, reports are coded in the application, and deployed as part of the code , like this;
Dim report As New ZbirnoNovo
report.RecordSelectionFormula = "{tblUNOS.datum} In #" & startDate & "# To #" & endDate & "# "
report.SetParameterValue("paramp", mjesec)
report.SetParameterValue("pp", godina)
CrystalReportViewer1.ReportSource = report
it works fine on win 2000, win 2000server, and xp pro operating systems, but on win 98se machine it cant open crystal report. I installed dotnetfx and mdac 2.8, but i do not know what else do i need to make it work ???? Any sugestions?? i put ATL.msm in the deployment project, as well....nothing helps....
PLS, PLS, HELP!!!!