Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. daveri

    Can I pass HTML as a string to web browser control ?

    I seem to have managed it. I found another thread that solved the problem Thanks anyway.
  2. daveri

    Can I pass HTML as a string to web browser control ?

    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...
  3. daveri

    Adding records to a disconnected recordset

    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...
  4. daveri

    Specifying where on a report page to start printing labels

    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...
  5. daveri

    Refreshing Crystal Reports through VB

    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.

Part and Inventory Search

Back
Top