Results 1 to 3 of 3

Thread: Runtime errors in running a vb application

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    3

    Thumbs down Runtime errors in running a vb application

    I have two problems :

    1. I am running an application developed in vb 5.0 enterprise edition with service pack. I am trying to execute this application in vb 5.0 professional edition . When the remote data object (rdo) parameters are being assigned to some value i get the error :

    Runtime error 40041 : Cant find item indicated by text appears .

    This vb 5.0 is running on windows 98 platform.

    Can anyone give me a solution immediately?

    Second problem is :

    2. The abovementioned application is executed on vb 5.0 professional edition which is on windows 95 platform . During execution, the application terminates at the remote data object (rdo) access showing an error :

    Runtime error : 429 - ActiveX Component cannot create object.

    Does anyone have a solution to this problem ?
    Do the above problems have anything to do with the operating system?

  2. #2
    PowerPoster
    Join Date
    Aug 2002
    Location
    NY, NY
    Posts
    2,139
    can you provide us with the actual code you wrote"

  3. #3
    Frenzied Member swatty's Avatar
    Join Date
    Aug 2002
    Location
    somewhere on earth
    Posts
    1,478
    For the first question , i think the values in the parameters are of the wrong type.

    The second question is because a dll is missing which is needed in the application.


    To get less of those errors, and not let them terminate your program it is better to put as much error trapping as needed.
    Code:
    If Question = Incomplete Then
       AnswerNextOne
    Else
       ReplyIfKnown
    End If
    cu Swatty

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