January 7th, 2000, 04:55 PM
I want to know how to use the implements statement.
Actually what i did was i created a class module A and also created another class module B different activexexe projects
In B i declared a procedure public sub SAVED()
end sub
In A 's general declaration i wrote IMPLEMENTS B
and i declared procedure private sub saved() end sub
In the form I created a Obj of B and then
Set OBj = new a
ANd i said a.saved.
But iam getting error
Highlighting the IMplement statement in A
Object Module needs to implemnt saved for interface B
Actually what i did was i created a class module A and also created another class module B different activexexe projects
In B i declared a procedure public sub SAVED()
end sub
In A 's general declaration i wrote IMPLEMENTS B
and i declared procedure private sub saved() end sub
In the form I created a Obj of B and then
Set OBj = new a
ANd i said a.saved.
But iam getting error
Highlighting the IMplement statement in A
Object Module needs to implemnt saved for interface B