CodeError

Questions regarding syntax

CodeError

Postby pvl » Tue Apr 10, 2012 3:41 pm

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 ?
pvl
 
Posts: 7
Joined: Mon Jul 18, 2011 9:20 am
Location: Belgium

Return to Coding Questions

cron