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: koz
  • Content: Threads
  • Order by date
  1. koz

    Trying to run Crystal Report from VB6

    Class Crystal.CrystalReport of control CrystalReport1 was not a loaded control class. I get this message when I try to run the Sample Programs from Business Objects. I'm using VB 6 SP5, Crystal Reports 8.5 on a Windows XP-Home System. I tried un-installing and re-installing Crystal Reports...
  2. koz

    Fixing Internet Explorer 6

    I have a system with Windows XP Home Edition SP2. Something happened to Internet Explorer. My wife can't remember when it started but it's been quite a while. It seems that the fonts and colors are messed up. I went into tools but that didn't help. I created another user and that instance of...
  3. koz

    Creating Record Selection criteria from a multiple entry parameter

    I'm using Crystal 8.5. Below are 2 examples. I have been trying to make #2 work: Example #1 Report/Record Select Window --------------------------- // ?TicketNos=74759 {Incident.Incident #} = {?TicketNos} and {Incident.First Name} = "Automated" and {Incident.Group Name} = "HELP DESK"...
  4. koz

    Accessing Exchange G.A.L details

    I am trying to write a VB 6.0 program that accesses the GAL details ie City, State, Phone etc. I can get the details to come up in a window using: objMAPIGALAddressEntry.Details then I can manually cut an paste the info. I need a way to access the info programatically. Also I'm kinda new...
  5. koz

    Need to access GAL details with VB

    I am trying to write a VB 6.0 program that accesses the GAL details ie City, State, Phone etc. I can get the details to come up in a window using: objMAPIGALAddressEntry.Details then I can manually cut an paste the info. I need a way to access the info programatically. Also I'm kinda new...
  6. koz

    Microsoft Sharepoint Portal Server

    I'm trying to find some code examples on how to use the Microsoft Sharpoint Portal Server and VB. I have downloaded the SDK. I got one of the examples (loading a document from an external source) to work but am having trouble with others. If I could see some other examples maybe I could learn...
  7. koz

    Leave icon in SysTray when pgm ends

    I'm trying to write an program that will leave an icon in the system tray when it exits (kinda like MSN Messenger, etc.) I have the code working that manipulates the system tray while the program is active but the icon disappears whe the program ends. Any help will be greatly appreciated.
  8. koz

    accessing Outlook GAL

    I am trying to get Phone and Department from our Outlook GAL in a VB program. I'm not sure how to go about it. I have code in the program that looks up the Name in the GAL and can tell me if it exists or not but I don't know how to access the Phone & Department that I see when I use Outlook to...
  9. koz

    Getting fields from the Outlook GAL in VB

    I am trying to get Phone and Department from our Outlook GAL in a VB program. I'm not sure how to go about it. I have code in the program that looks up the Name in the GAL and can tell me if it exists or not but I don't know how to access the Phone & Department that I see when I use Outlook to...
  10. koz

    Passing a PARM to 'Shell' that has embeded blanks

    I am trying to shell to Microsoft Word passing the Path & Document name as one string. Each one may or may not contain embeded blanks. These are documents related to items in an Access database and may reside anywhere. Is there a better way than using 'Shell'? I like the 'Shell' approach...
  11. koz

    upgrading from Access 97 to Access 2000

    I've got several applications written using VB6 SP5 and Access 97. My PC was upgraded to Access 2000 when they upgraded it to Office 2000. My programs still work but I can't use Access 2000 to make changes to the Access 97 database objects now. I'd like to have that option available for...
  12. koz

    create CC & BCC using MAPI

    I'm having trouble trying to send my mail to more than 1 entry in my CC list I've build. I can't find the VBMAIL.VBP any where on any of my hard drives. Anyone have any suggestions...
  13. koz

    VB 6 And Oracle 7.3 - Opening the Oracle database

    I'm trying to connect to an Oracle database using ODBC (Oracle 8.00.04.00 driver).<br><br>I get a connect error:<br>[Microsoft][ODBC Driver manager] Driver's SQLSetConnectAttr Failed<br><br>When I use this same ODBC definition with Microsoft Access and import a table from the Oracle database...
  14. koz

    end of data in an excel spreadsheet

    How do I find the end of data programatically in an excel spreadsheet?

Part and Inventory Search

Back
Top