PDA

Click to See Complete Forum and Search --> : Invalid property value (Error 380) - HELLLPP!


JeffSM
Jan 18th, 2000, 10:35 PM
I have an app that works fine but today I installed in a machine (IBM, Win95 with out IE), and I got this error in every window with data input. I installed DCom95, MDAC Vs. 2.1 and IE5 and this error persist.

Some can suggest me what to do?

Note:

I getting bored with Microsoft/ Windows/ Visual Basic! I installed my app as demo in 4 machines, this last week (and today) and I got 4 diferents errors!!!!!

Some one knows a VBLinux? :)


Thanks in advance.
Jefferson

MicahCarrick
Jan 18th, 2000, 10:56 PM
Somewhere a variable for a property value was set out of the range for that property. Not looking at the code, couldn't tell ya much more than that ... but run it in the IDE and when that error pops up hit the debug button and the line where the variable is being assigned an invalid value will be highlighted.

JeffSM
Jan 19th, 2000, 12:36 AM
MicahCarrick

I can't install vb on that machine!!!

Jefferson

MicahCarrick
Jan 19th, 2000, 12:55 AM
Well, I'd say you'd have to find the problem and recompile the whole thing before installing it on that machine, being that there seems to be an error in the code. But I'm just assuming here. I supppose there could be some other way ... but I don't know.

Good luck with that :)

MartinLiss
Jan 19th, 2000, 02:37 AM
Did you use VB's setup tools or something like InstallShield to create your installation package, or did you just attempt to copy and or register all files "manually"?

------------------
Marty

JeffSM
Jan 19th, 2000, 07:53 AM
Thanks MartinLiss! I'll investigate. I guess that this could be the problem.

Jefferson