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 Wanet Telecoms Ltd 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. aaahhhrrggghhhh

    Auto Hibernate Function, how to??

    Hello everyone. I am looking to develop a database solution in VB .NET. I need to create an autohibernate function. This function will send the application to the system tray (I have already developed this bit), when the database has remained untouched for a specified period of time. I need...
  2. aaahhhrrggghhhh

    When is the CD is ejected

    Hi all. I have a form that has a drivebox. I need to know when the user physically ejects the CD from the drive that the drivebox is currently viewing. 1. User puts cd into drive 2. User selects the drive letter from the drivebox 3. User presses the button on the cd rom drive to eject it...
  3. aaahhhrrggghhhh

    Wont Display My Sprite!

    Hello. I am currently trying some code in VB using DX8.1. I have created a class module "Sprite", and "Sprites" as the container module. In "Sprites" I have a sub called DrawSprite (see below) which takes the data from the sprite to be displayed and displays it...
  4. aaahhhrrggghhhh

    Access XP Worst Yet

    Hi. I have Access XP (SR-2), and it stinks. I have created a report. This report has a recordsource. The recordsource has a reference to a control on a open form. Whatever the value of the control, the recordsource still recieves Null. Heres the SQL: SELECT * FROM NEWLTT_FULLPROP...
  5. aaahhhrrggghhhh

    Automation Error

    Hi. I am just learning to use DirectX and have tried the following code (VB). I am using VB6 on WinXP. I have checked the boxes for : DirectX7 for Visual Basic Type Library ... and DirectX8 for Visual Basic Type Library. I get the error : Runtime error '-2005532460 (887600d4)'...
  6. aaahhhrrggghhhh

    Embed Word Doc Into Table Using Code

    Hi all. I have a word document (myworddoc.doc) on my hard drive and I have an access database. when I click on a button in the database on a form I created, it should take the word document and insert it into an OLE object field within the table MyTable, programmatically. MyTable... Id...
  7. aaahhhrrggghhhh

    Save Word Doc To OLE Object Using Code

    Hi all. I have a word document (myworddoc.doc) on my hard drive and I have an access database. when I click on a button in the database on a form I created, it should take the word document and insert it into an OLE object field within the table MyTable, programmatically. MyTable... Id...
  8. aaahhhrrggghhhh

    Unbound Object Frame

    Hi. I have an unbound object frame (y'know one of those OLE thingies), and a combo box. The combo box refers to a list of word documents, so the table behind it is : Table OLE_Letters : WordDocID Autonumber LetterDescr Text LetterObj OLE Object (the word document) so the...
  9. aaahhhrrggghhhh

    WORD OLE INTEGRATION

    Hello. I have been wrecking my head for the last 4 days on this problem, please help. I have a form with a bound OLE Container control on it. I have dragged a word document (business letter) into it and when I press a button on the form, the following code is executed : Private Sub...
  10. aaahhhrrggghhhh

    Export OLE object to Word

    Hi. Hope someone can help here. I have a table table1 : ID Autonumber Obj OLE Object And have created a form for this table. I can drag and drop documents into the ole object fine. Its great, however, I need to seek further functionality. The reason I am...

Part and Inventory Search

Back
Top