Nov 7, 2001 #1 mccreade Programmer Nov 7, 2001 5 IN I want to pass parameter from vb to crystal report using CRAXDRT.dll and i am using oracle as database. At present i am getting message as "server has not yet been opened.". please let me know the solution.
I want to pass parameter from vb to crystal report using CRAXDRT.dll and i am using oracle as database. At present i am getting message as "server has not yet been opened.". please let me know the solution.
Nov 8, 2001 #2 chelseatech Instructor Aug 25, 2001 1,812 NZ We've covered that in the last couple of issues of Crystal Clear - but to summarise You'll need to log in to the server with cReport.Database(i).LogOnServer sDLL, sServer, sDBName, UserID ,Passwrd The you can use the Paramaterfields collection cReport.ParameterFields.Count creport.ParameterFields(i).Name cReport.ParameterFields(i).ValueType cReport.ParameterFields(i).AddCurrentValue xxx Check each in the help files. http://www.chelseatech.co.nzEditor of Crystal Clear Upvote 0 Downvote
We've covered that in the last couple of issues of Crystal Clear - but to summarise You'll need to log in to the server with cReport.Database(i).LogOnServer sDLL, sServer, sDBName, UserID ,Passwrd The you can use the Paramaterfields collection cReport.ParameterFields.Count creport.ParameterFields(i).Name cReport.ParameterFields(i).ValueType cReport.ParameterFields(i).AddCurrentValue xxx Check each in the help files. http://www.chelseatech.co.nzEditor of Crystal Clear