florindaniel
Programmer
Hello,
I have this simple code (main.prg):
<do some config stuff>
do form MyForm
Read Events
...
quit
function XY
endfunc
MyForm is declared as Top Level Form, since I need only
that form to be on the screen, and I have some buttons
on it.
My problem is I can not use XY func because is seems not
to be accesible from within the form ... ?
What I am doing wrong?
Thank you
Daniel
I have this simple code (main.prg):
<do some config stuff>
do form MyForm
Read Events
...
quit
function XY
endfunc
MyForm is declared as Top Level Form, since I need only
that form to be on the screen, and I have some buttons
on it.
My problem is I can not use XY func because is seems not
to be accesible from within the form ... ?
What I am doing wrong?
Thank you
Daniel