finally figured it out...
Dim strSQL As String
Dim dtStartDate As Date
Dim dtEndDate As Date
Dim strStartDate As Date
Dim strEndDate As Date
Dim dtMonth As Integer
Dim dtYear As Integer
Private Sub Command1_Click()
Dim sql As String
Dim yBeginDate As String
Dim yEndDate As...
I am trying to pass a datetime value from VB to CR but am getting an error. I can pass a string value with no problem but the string "between" parameter value selection sucks. Any suggestions?
Dim strSQL As String
Dim dtStartDate As Date
Dim dtEndDate As Date
Dim strStartDate As Date
Dim...
I am trying to pass a date parameter to a CR using VB6 and CR 8.5 but am getting an invalid parameter value error? Any suggestions?
Dim strSQL As String
Dim dtStartDate As Date
Dim dtEndDate As Date
Dim strStartDate As Date
Dim strEndDate As Date
Dim dtMonth As Integer
Dim dtYear As Integer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.