Hi,
I am trying to display a web page (made up of text) in a web browser active X control. I can easily do this by passing in the url. However, rather than passing it a reference to a web page or a local file, what I need to do is pass the browser the actual HTML string.
Is this possible? if...
Hi,
I want to be able to manipluate a recordset (such as add and delete records), without changing any data in the database so that this recordset can be used to populate a crystal report. Reading other threads and talking to other engineers, it appears that the only way to do this is to use a...
Hi,
I want to be able to print labels using Crystal Reports integrated with Visual Basic using the Crystal Report Control.
I now have an application that will print a list of labels from a database onto a sheet of A4 paper. The Avery template I am using allows 2 columns of 10 labels.
This is...
I had the same problem. I was trying to read from an access database, but the data would just not refresh.
Try adding this line ...
CrystalReport1.DataFiles(0) = "C:\TEST\db1.mdb"
I found this info in the Crystal Reports Developer Help file, which you may also find useful.
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.