PDA

Click to See Complete Forum and Search --> : Runtime Error 380


PrOgGiE
Nov 1st, 1999, 06:05 AM
I just created a Prog. that works fine on my computer but when I packaged it with VB6 and installed it on another one. I got a Runtime Error 380. Does anyone know what this means?

Nov 1st, 1999, 06:52 AM
Invalid Property Value.

Apparently you have set a property to an object that is not valid

------------------
Dave
deccles@pacbell.net

PhilipG
Nov 1st, 1999, 08:18 AM
Yep, you have done something wrong as far as pairing a property with its type.

Phil