Results 1 to 7 of 7

Thread: Error Message

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2005
    Location
    Toronto, Canada
    Posts
    357

    Error Message

    Hey all,
    I am trying to creating a Search Robot for links to http:// addresses. I am using a Microsoft Access Template that I created to create new Databases for the searches.

    Now after I enter the New Search Name, the URL to be searched, and the Keywords... I have to click on Save Search. However once I click the button I get an Error Message Saying

    Save Search : Could not find installable ISAM.

    However, the search is still saved but my program does not move on. Could someone help. Pleasee

    I am attaching my program if you would like to refer to it.

    Khanjan
    Attached Files Attached Files
    Hey... If you found this post helpful please rate it.

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: Error Message

    Try this from Microsoft.

  3. #3
    Fanatic Member ididntdoit's Avatar
    Join Date
    Apr 2006
    Location
    :uoıʇɐɔoן
    Posts
    765

    Talking Re: Error Message

    here. I've fixed all bugs up to the report part. I've gotta go to bed now since I have to be up at 5 tommorrow morning for work. I'll work on it more later. Try making sure you follow all info correctly from code you use. You can change what I've done to your style used in the project, but mine is much less time consuming, memory consuming, and simpler looking

    You also forgot to add a common dialog reference to this. I added it for you.
    Attached Files Attached Files
    Visit here to learn to make the VB interface fit you!.
    "I have not failed 10,000 times. I have successfully identified 10,000 ways that will not work" Thomas Edison
    "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners" -- Ernst Jan Plugge

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2005
    Location
    Toronto, Canada
    Posts
    357

    Re: Error Message

    Thanx a lot you all... but I am having more problems lol...

    Do I need to declare a variable for the following?

    Inet1.RequestTimeout = 30

    Khanjan
    Hey... If you found this post helpful please rate it.

  5. #5
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Error Message

    Quote Originally Posted by khanjan_a2k
    Thanx a lot you all... but I am having more problems lol...

    Do I need to declare a variable for the following?

    Inet1.RequestTimeout = 30

    Khanjan
    do you have an Inet control on your form called Inet1?

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2005
    Location
    Toronto, Canada
    Posts
    357

    Re: Error Message

    No... I didn't know that I needed one.
    Actually I am learning from a book but I guess the author failed to mention about the Inet control...

    How am I supposed to add the control anyways? Sorry I am really bad with references... What reference do I need?

    Khanjan
    Hey... If you found this post helpful please rate it.

  7. #7
    Fanatic Member ididntdoit's Avatar
    Join Date
    Apr 2006
    Location
    :uoıʇɐɔoן
    Posts
    765

    Talking Re: Error Message

    Quote Originally Posted by khanjan_a2k
    No... I didn't know that I needed one.
    Actually I am learning from a book but I guess the author failed to mention about the Inet control...

    How am I supposed to add the control anyways? Sorry I am really bad with references... What reference do I need?

    Khanjan
    I know what you mean. I wish I had a list of what they all did. The control you're looking for is a component actually and it's named Microsoft Internet Transfer Control (probably 6.0). Have Fun!

    It's good you've got a book to learn from, but maybe also consider some tutorials? They are usually good. Maybe also start something slightly simpler next time, you learn a lot this way, but I couldn't have done anything like this project for quite a while after I had started learning VB6. Good on ya though for trying
    Visit here to learn to make the VB interface fit you!.
    "I have not failed 10,000 times. I have successfully identified 10,000 ways that will not work" Thomas Edison
    "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners" -- Ernst Jan Plugge

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width