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 bkrike 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: *

  • Users: kap1
  • Content: Threads
  • Order by date
  1. kap1

    add field using VB

    Visual Basic 6 application with an Access 2000 dbs. I need to write code to add two new fields to an existing table in the Access dbs using Visual Basic 6. This code will be sent to all existing customers to run. I started with code like this: Dim conModify As ADODB.Connection Set conModify...
  2. kap1

    How to use formatting in app.title?

    In VB6 I would like my application title to have a few characters in italics and superscript. Can this be done or am I limited to straight text?
  3. kap1

    CR XI reports run on Win98 w/i a VB6 app?

    I have a VB6 application that contains a few CR9 reports. RDC is used to execute and view the reports from within my application. I need one of the new features (exporting to editable rtf) that version XI offers. I would like to upgrade to XI but Business Objects support said that XI was not...
  4. kap1

    export to word format

    I'm using CR9, VB6 and Access. When I export a CR9 report to Word the Word document defaults to View-->Print Layout. If I change to View-->Normal, most of the text is all left justified and a mess. If I leave it as Print Layout all of the text has "boxes or frames" around each. I need to...
  5. kap1

    export formulas to excel

    I'm using version CR9 with Access 2000 and VB6. I need to export a report that contains formulas to excel and have the formulas show up in excel. The excel document also needs to be formatted so I'm using the option of MS Excel 97-2000 instead of data only. For example: The report contains the...
  6. kap1

    ADODB how to find and update records

    I have a visual basic 6 application that saved data in the wrong Access fields. Ex. Table: Expenses form field "personal" saved in Expenses.Business form field "business" saved in Expenses.Personal I need to create an executable to send to customers to correct this problem. I read that...

Part and Inventory Search

Back
Top