I got class1 and class2....there is one sub program inside the class2... the program is using class1 public shared variables... there are many variables the class2 sub program is using from class1... I dont want to use the class1 variables like: class1.this, class1.that ..I would like to find a better solution.... if i put inherits class1 everything works.... but the problem is I dont want to inherit the whole damn class1 and its FORM... so is there a simpler way to do it like inheriting a part of the class ?
Last edited by a moderator: