mytaurus2000
Technical User
I am new to VB.net, but I do know the basic. I have a program where the front-end is in VB and the backend an Access database. I made the necessary change, but when I try to compile the program I get the following error:
Type 'CollapsiblePanel.CollapseGroupBox' is not defined.
sub 'Dispose' cannot be declared 'Overrides' because it does not override a sub in a base class.
Then it points to the following in my code,
drRAM = RaMs1.Tables("v2_ramform1").Select("ram_id_num = " + e.Node.Tag.ToString)(0)
What does this mean?
Type 'CollapsiblePanel.CollapseGroupBox' is not defined.
sub 'Dispose' cannot be declared 'Overrides' because it does not override a sub in a base class.
Then it points to the following in my code,
drRAM = RaMs1.Tables("v2_ramform1").Select("ram_id_num = " + e.Node.Tag.ToString)(0)
What does this mean?