Hi all. :)
I have this problem, it might be simple to resolv but I just don't see it.
I have recordsets bound to a database through code using DAO; these are publicly defined as follows:
Public db as Database
Public rs1 as DAO.Recordset
and several other recordset defined;
In a Main form I...
Hello everyone.
I have installed Crystal Reports 9 and Crystal Enterprise 9 on a Win2K Pro with IIS just to for testing.
I can see the sample reports just fine, and in that same folder I saved a report I created, of course I tried it before saving it there and seems to work just fine.
When...
Hello everyone.
I have installed Crystal Reports 9 and Crystal Enterprise 9 on a Win2K Pro with IIS just to for testing.
I can see the sample reports just fine, and in that same folder I saved a report I created, of course I tried it before saving it there and seems to work just fine.
When...
Hello everyone.
I have the following code:
<cfform name="CrossGrid.cfm" action="Cross.htm" method="post">
<cfgrid name="CrossGrid" query="ShowDetails" rowheaderbold="Yes" selectmode="SINGLE" selectcolor="F39956"...
I have received great help from this website, I maybe I can also help someone with the following.
When working with the RDC (Report Desinger Component) of on a and the same report is used several times or in several cases; the first report will work just great, but the next will be blank; what...
Hello everyone!
First of all, I'd like to thank for the help I've gotten from various collegues here; I really appreciate it.
I'm developing an app in Visual Basic 6.0 SP5 and CR 9 Adv.
In my code I display some reports, at first, they work fine, but when I try to display the same report with a...
Hello guys, I have the following code in VB6sp5, using Access97 db:
If Option2.Value = True Then
With DataEnvironment1
If .rsCommand1.State = adStateOpen Then
.rsCommand1.Close
End If
.Command1 dbcMedium, "01/01/1990", Date...
Hello guys, I have the following code in VB6sp5, using Access97 db:
If Option2.Value = True Then
With DataEnvironment1
If .rsCommand1.State = adStateOpen Then
.rsCommand1.Close
End If
.Command1 dbcMedium, "01/01/1990", Date...
I keep on gettin this error:
Run-time Error 20515.
Error in Formula <Record_Selction>.
'{References.rDATE} >= 11/1/2002 and {References.rDATE} <= 11/26/2002 and {References.Cname} = 'THE POMEROY COLLECTION, LTD"
A date is required here.
This is the code I'm using within a command button...
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.