cancel
Showing results for 
Search instead for 
Did you mean: 

variable not defined

former_member193355
Contributor
0 Kudos

Hi All,

we are currently upgrading the addon that created using VB6 from B1 2004A to 2007A. When compiling or make project dll file, there is an error message : "Compile Error : variable not defined"

then the system shows or highlight

Private Sub Form_Load()

CRViewer.Top = 0

CRViewer.Left = 0

...

etc

How to resolve this problem ? Pls give advice.

Rgd,

Steve

Accepted Solutions (1)

Accepted Solutions (1)

Nussi
Active Contributor
0 Kudos

Hi,

did you define and create the object CRViewer correctly ?

your mistake must be in that procedure.

lg David

former_member193355
Contributor
0 Kudos

Hi,

Thx for your answer. yes, you are correct. It is CRViewer91in the properties of the CRViewer form meanwhile in the source code CRViewer.

Rgd,

Steve

Answers (0)