Hi all
I would like some help with this issue. I am new to VB 2005 (OK with VB6)
My problem is that I cannot seem to return a structure from a function.
Example:
I defined a structure in a class (from which I instantiated an object).
One of the object methods is supposed to return a data record (a structure).
So, from the routine trying to acquire the record (a routine in a...
User Profile
Collapse
-
VB 2005 Problems returning a structure from a function
-
VB2005 Class Issue
Problem:
I wanted to implement what I did in VB6 where I would use a global structure and dimension an array of structures then the program could load data into it at start up. Global routines would be able access the data whenever required and save any changes. Since it isn't a lot of data, I don't want the overhead of a dbms.
With VB2005 (express) I created a class that consisted essentially of one record of the previous structure.... -
Vb2005
Problem:
I wanted to implement what I did in VB6 where I would use a global structure and dimension an array of structures then the program could load data into it at start up. Global routines would be able access the data whenever required and save any changes. Since it isn't a lot of data, I don't want the overhead of a dbms.
With VB2005 (express) I created a class that consisted essentially of one record of the previous structure....
No activity results to display
Show More