Error 380 Invalid Property

From: Peter (Peter_at_discussions.microsoft.com)
Date: 01/13/05


Date: Thu, 13 Jan 2005 03:11:05 -0800

Hello Newsgroup,

I have a great problem with my programm:
environment:

WinXP SP1
VB 6 SP 6

Sometimes, if i load a form, it occures the error 380 Invalid Property (in
the .exe, in the IDE it works).

The Source:

on error goto Fehler
set frm = new frmGrid (for example)
exit sub
Fehler:
   msgbox("Errornumber: " & err.number & vbcrlf & "Description: " &
err.description)

If I change in frmGrid the property "Drawstyle, DrawWidth, Drawmode" and
save the changes, then it works in the .exe

But the problem is, that the project is very large (> 400 Forms), so i can't
change every form.

Have anyone an idea what i can do to fix the problem?

( i made a new install from vb6 and sp6, but the problem exist)

Many regards from Germany (peter.thorn@implements.de)

Peter Thorn


Loading