Log error in VB loading form

TeeChart for ActiveX, COM and ASP
Post Reply
dcurrier
Newbie
Newbie
Posts: 32
Joined: Thu Jul 15, 2004 4:00 am

Log error in VB loading form

Post by dcurrier » Wed Aug 24, 2005 10:17 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Aug 25, 2005 12:01 pm

Hi David,

You should remove TChart objects from your form and add them again having to set again design-time configuration.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

dcurrier
Newbie
Newbie
Posts: 32
Joined: Thu Jul 15, 2004 4:00 am

Post by dcurrier » Thu Aug 25, 2005 3:47 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Aug 25, 2005 4:06 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply