Hello everybody,
First of all I am an beginning VFP programmer.
Does any one know how to use a function in a .prg file in a form.
For example
frmmain has a button ok. In de click event I want to use a function (percentage) wich is placed in de program.prg file.
this doesn't work
i = percentage(5) IN program.prg
Or
i = percentage(5)
It's a simple problem but i can't find anything in my books.
Can anyone help me please........ [sig][/sig]
First of all I am an beginning VFP programmer.
Does any one know how to use a function in a .prg file in a form.
For example
frmmain has a button ok. In de click event I want to use a function (percentage) wich is placed in de program.prg file.
this doesn't work
i = percentage(5) IN program.prg
Or
i = percentage(5)
It's a simple problem but i can't find anything in my books.
Can anyone help me please........ [sig][/sig]