SitesMasstec
Programmer
Hello colleagues:
I have this class (container), named paxmarit:
Then in the second field (txtVrPgto1) of the class, in Procedure (Event): LostFocus, I have:
I put this class in a Form.
When I run the Form, I got this error:
cboModoPgto1 is the first field.
Do I need to use the class name (paxmarit) in the Form?
Thank you,
SitesMasstec
I have this class (container), named paxmarit:
Then in the second field (txtVrPgto1) of the class, in Procedure (Event): LostFocus, I have:
Code:
IF cboModoPgto1="CR - Cartão de Crédito"
txtVrParcCC1 = txtVrPgto1
ENDIF
I put this class in a Form.
When I run the Form, I got this error:
cboModoPgto1 is the first field.
Do I need to use the class name (paxmarit) in the Form?
Thank you,
SitesMasstec