|
-
Aug 30th, 2002, 07:55 AM
#1
Thread Starter
New Member
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?
-
Aug 30th, 2002, 08:02 AM
#2
PowerPoster
can you provide us with the actual code you wrote"
-
Aug 30th, 2002, 08:23 AM
#3
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|