Hi! I've got an app in VB6 that uses Crystal Reports 8. I have a number of reports already in the program, but the one I'm creating now is slightly different.
I need to create a series of text boxes that have different data in them that will appear in the report. Here's the code I'm using...
I have a question about the special time control in the rdc for vb. I put in a time control and then linked it to a field in a recordset. Now the information in the recordset is just a time field, hh:mm am/pm.
However everytime I run the report, I get the date as well as time. Now I've also...
As others, I'm trying to set unbound fields in a crystal report to dynamic sourced recordsets. I've done what the manuals and books say:
dim report as new crystalreport1
set report = new crystalreport1
report.datasource.setdatasource recData
(recdata being the recordset of data)...
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.