Page 1 of 1

Log error in VB loading form

Posted: Wed Aug 24, 2005 10:17 pm
by 9083183
I have used this same basic form in VB6 with ActiveX V6 for a year or so with no issues.

Something got messed up with the file and i now get log errors when the form loads. There are 3 charts on the form.

Code: Select all

Line 25: Property Base64 in MultiChart had an invalid value.
Line 259: Property Base64 in ctl3pbChart had an invalid value.
Line 348: Property Base64 in ctlIntervalChart had an invalid value
What is property Base64 and what value is is supposed to have? How can I change it?

Other apps and screens work fine so something must have been damaged on the frm file.

I tried cut and paste from an earlier version but it didn't seem to work.

David

Posted: Thu Aug 25, 2005 12:01 pm
by narcis
Hi David,

You should remove TChart objects from your form and add them again having to set again design-time configuration.

Posted: Thu Aug 25, 2005 3:47 pm
by 9083183
Narcis,

Thanks. That worked. I had tried that before where I deleted the charts and then tried to cut and paste them fom an older version but this time I saved the file between the delete and the cut/paste.

I just had one of "those" days where everything I did went wrong.

I appreciate your help.

David

Posted: Thu Aug 25, 2005 4:06 pm
by narcis
Hi David,

Dont' worry :wink:. I'm glad to hear you sorted this out. It's most likely that when you cut and pasted some old version reference wasn't changed.