SitesMasstec
Technical User
Hello colleagues!
I have a form with some text fields (with code in Init, GotFocus, LostFocus, etc) and buttons (with methods).
I would like to print the content of each Event and Method in order to have a documentation of the form.
For example:
Object: (button) btnExecutar, Procedure: Click
Is it possible in VFP 9?
Thank you,
SitesMasstec
I have a form with some text fields (with code in Init, GotFocus, LostFocus, etc) and buttons (with methods).
I would like to print the content of each Event and Method in order to have a documentation of the form.
For example:
Object: (button) btnExecutar, Procedure: Click
Code:
ExecutaOuCancela="Executa"
* Primeira Data de Vencto.
XQualPriData=thisform.QualPriData.Value
* Ultima Data de Vencto.
...
Is it possible in VFP 9?
Thank you,
SitesMasstec