Page 1 of 1

CodeError

PostPosted: Tue Apr 10, 2012 3:41 pm
by pvl
pvl
To answer ; I am coding a design program for very high voltage (500 kV) and very high power (500MVA) for the industry.
I hate changing pages because it gets on the nerves and causes loss of concentration.
The problem of the input larger as the screen is solved.
Q :
I got an error while dbugging in the automatically inserted code.(see below)

Code error in line 0
Unknown Error (kbRun)

' --- Begin: Inserted by KBasic Atelier automatically ---

Dim Form1 As Form1
Dim Form3 As Form3
Dim MyFormInput As MyFormInput


' --- End: Inserted by KBasic Atelier automatically ---


' --- Begin: Inserted by KBasic Atelier automatically ---


Dim kbMenuBar As New myMenuBar

' --- End: Inserted by KBasic Atelier automatically ---

Dim MenuBarItem0 As MenuBarItem

' --- Begin: Inserted by KBasic Atelier automatically ---


Option KBasic
Dim Err As New Err2

' --- End: Inserted by KBasic Atelier automatically ---

What's wrong ?

Re: CodeError

PostPosted: Tue Apr 10, 2012 7:07 pm
by Slowdown
Hi,

The problem of the input larger as the screen is solved.

That is one problem solved.

The other one you describe is a nasty one.
This error can be triggered from several different places in you code.
perhaps you can read this one tseyfarth had similar problems, http://www.kbasic.com/forum/viewtopic.php?f=8&t=676

Re: CodeError

PostPosted: Tue Apr 17, 2012 1:55 pm
by pvl
Thanks everybode, problems solved!

pvl

Re: CodeError

PostPosted: Tue Apr 17, 2012 3:07 pm
by Henning
Hi pvl,

A little more "meat on the bones" would be helpful. "Problem solved" would not help someone with the same problem. ;)

/Henning