|
-
Mar 19th, 2007, 12:33 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] What is this error?
Okay first off I only get this error when I run my update file, ive asked others if they get the error and they dont, so im wondering if its not the update file but something to do with vb6 itself.
If anyone can tell me how to clear this error id be grateful thank you.
-
Mar 19th, 2007, 06:06 AM
#2
Hyperactive Member
Re: What is this error?
When are you getting the error? What application is it that you are running? Please elaborate a bit on the error, as this will give us an indication of what's wrong.
-
Mar 19th, 2007, 06:44 AM
#3
Thread Starter
Hyperactive Member
Re: What is this error?
I am running the update.exe file, which check a text file located on a server against a settings file on the users computer, if the dates are different it shows an update, if the same shows nothing. But only I get the error. When I update, the update is found if there is one to be found and updates, once updated get the error msg, the press ok, then new update is there.
-
Mar 19th, 2007, 06:48 AM
#4
Hyperactive Member
Re: What is this error?
All I could find was this link, and I suppose you have looked there already.
Do you have any code you can show us? What is this "update.exe" that you're speaking of?
-
Mar 19th, 2007, 06:50 AM
#5
Thread Starter
Hyperactive Member
Re: What is this error?
well depends what code exactly you want to look at, if u want the main code for the update utility I can display that.
-
Mar 19th, 2007, 06:56 AM
#6
Hyperactive Member
Re: What is this error?
Yes please. Just show the code you use for doing the actual update, as that will be most important. Also show the decleration section, as well as the code for either the Main sub, or the Form_Load of the update app.
-
Mar 19th, 2007, 09:32 AM
#7
Re: What is this error?
Or you could run the program until you get the error, then post the sub or function that the error occurs in, and declarations of any variables declared outside that sub or function.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
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
|