G
Guest
Hello, I have a little problem with my compiler:
My Application consists of several forms. Some of these forms have
functions, e.g. function sayHello(). A module called modFlowControl has an
Object called form active, which is the currently visible form. Now I want to
call frmActive.sayHello(), because I don't know if this form has this
function, I called it in a Try Block. My Problem is, that the compiler
doesn't compile the programm, because sayHello is no Member of
Systems.Forms.Form. How can I solve this problem?
Greetings,
Cyberdot
My Application consists of several forms. Some of these forms have
functions, e.g. function sayHello(). A module called modFlowControl has an
Object called form active, which is the currently visible form. Now I want to
call frmActive.sayHello(), because I don't know if this form has this
function, I called it in a Try Block. My Problem is, that the compiler
doesn't compile the programm, because sayHello is no Member of
Systems.Forms.Form. How can I solve this problem?
Greetings,
Cyberdot