Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

[1893] Create your own Web Robot

Last post 04-13-2007 10:47 AM by stixoffire. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [1893] Create your own Web Robot

    This thread is for discussions of Create your own Web Robot.

    • Post Points: 40
  • Advertisement

    • Red Gate Software

    Advertisement

    Want to boost your .NET application performance?

    Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.

    Try it for yourself now.

  • 09-13-2002 5:20 AM In reply to

    • Salsera
    • Not Ranked
    • Joined on 09-13-2002
    • New Member
    • Points 10

    Web robot

    About the Web robot...

    I can't get it to work. Plenty of objects are missing when I run it. What am I doing wrong? I Copy/pased the code, added the buttons as suggested, but nothing...

    Object missing when I push New Search => frmNewSearch.Show1 in New Search Sub.

    Object missing when I push Open Search => With CD
      .Filter = "Search databases | *.mdb"

    I'm new at VB-programming so there might be an obvious mistake I just don't know about...
    Please help


    • Post Points: 0
  • 10-21-2002 9:59 AM In reply to

    • DZ
    • Not Ranked
    • Joined on 10-21-2002
    • New Member
    • Points 5

    If it helps....

    Still debugging this myself. Instructs are a bit on the pants side!

    To cure the CD snag you need to add Microsoft Common Dialog from Project->Components menu option.

    This will add an icon to left hand toolbar. Drag this onto form, highlight it and change the Name in properties to CD.

    Still mucking about, seems to be a report form missing. Might post further if I can be bothered to get it working.

    DZ
    • Post Points: 0
  • 12-14-2002 5:45 PM In reply to

    • davwebuk
    • Not Ranked
    • Joined on 10-28-2001
    • Member
    • Points 240

    Web Robot

    you havn't submitted all of the resources (e.g. the code links to a form called frmNewSearch which doesn't exist
    • Post Points: 0
  • 12-20-2002 12:58 AM In reply to

    • S.S. Ahmed
    • Not Ranked
    • Joined on 01-01-1970
    • United States
    • New Member
    • Points 15

    HELLO

    Thanks for using this code and posting comments. I have rechecked the code, all the files are available. The form you mentioned is also available, the file name for that form is "frmSearch.frm" but i have named it as "frmNewSearch" (in code).

    Thanks,

    S.S
    S.S. Ahmed
    Web: www.walisystems.com
    Blog: www.sharepointblogs.com/ssa
    • Post Points: 0
  • 01-21-2003 2:44 AM In reply to

    problems

    I was attempting to run the program and ran into a few problems I was hoping someone could help me out with.
    First problem is the CnLinks.Open
    Code:
    strConnect = "Provider=Microsoft.Jet.OLEDB.3.51;"
    strConnect = strConnect & "Persist Security Info=False;"
    strConnect = strConnect & "Data Source = " & gDataFileName

    Set cnLinks = New ADODB.Connection
    Set rsURL = New ADODB.Recordset

    cnLinks.ConnectionString = strConnect
    cnLinks.ConnectionTimeout = 10
    cnLinks.CursorLocation = adUseNone
    cnLinks.Open

    I'm also having a problem with the Inet1.RequestTimeout = 30
    and all the other Inet1 calls.. It gives me the error of variable not defined.


    There are a few things that do not work with this program.. Please can someone help me out here..
    I would greatly appreciate any help at all
       - Ben
    • Post Points: 0
  • 10-28-2004 6:48 PM In reply to

    How to make a robot

    how do you make a robot anyway, im new so im lost.
    • Post Points: 0
  • 04-13-2007 10:47 AM In reply to

    Re: [1893] Create your own Web Robot

    4 Buttons - Hmm  for the newbie that is lost here is something you might wish to know.

     

    0,1,2,3,4 = 5 Buttons to me...

    • Post Points: 5
Page 1 of 1 (8 items)