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 Mike Lewis 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. PBURNHAM

    show a dbf file in vb pls help as this is my third time asking

    Try this. Global gfEXE_DB As ADODB.Connection Global gfConnectString as String Dim mySQL as String Dim rs as new ADODB.Recordset gfConnectString = &quot;Provider=MSDASQL.1;Extended Properties=DSN=Visual FoxPro Database;SourceDB=<enter location of you tables, ex. C:\temp\ . ...
  2. PBURNHAM

    Problem deleting outlook appointments

    Here is the routine that I use to create a calendar event. For setup purposes, we create both a setup and takedown calendar message. Sub make_appt() Dim olApp As Outlook.Application Dim olappt As Outlook.AppointmentItem Dim olNameSpace As Outlook.NameSpace Dim olRecipient As...
  3. PBURNHAM

    programaticaly updateing calendars

    Here is some code straight from an application that works. Users have to have rights to the calendar that they write to. Hope this helps. Be sure to include the outlook object module in your project references. Dim olApp As Outlook.Application Dim olappt As Outlook.AppointmentItem...
  4. PBURNHAM

    Problem deleting outlook appointments

    Our Help Desk asked me to give them their hardware checkout application the ability to automatically send appointments to the help desk outlook calendar for hardware setups. This I was able to do, however the delete aborts with a runtime error 91 &quot;Object or with block variable not...
  5. PBURNHAM

    How do I set up an appointment in another person's calendar within VB?

    I have been asked by our Help Desk to set up an appointment in their calendar when someone checks out some Hardware and wants it set up. Anyone know how to do this? Thanks pburnham@ciwmb.ca.gov

Part and Inventory Search

Back
Top