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. kco1122

    Adding text boxes during runtime in VB app

    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...
  2. kco1122

    Special Time fields question

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

    Setting Crystal Report 8 datasource at runtime using VB

    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)...

Part and Inventory Search

Back
Top