hi
i have use EDITVARS which work fine with Type "C" and "N"
now i have add a Type "L" and "validation" fail if it is .F.
but Type "L" can´t be "empty" as it have only .T- and .F. so it is always VALID
---
is it possible to use EDITVARS with Password where "*******" is show instead of Sign
IF ! EDITVARS "check" Type "L"
IF ! EDITVARS "check" Type "L"
greeting,
Jimmy
Jimmy
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: IF ! EDITVARS "check" Type "L"
Yes.is it possible to use EDITVARS with Password where "*******" is show instead of Sign
Please see the usage of EDITVARS in pgre01.prg
If the prompt is "Password", the value is edited as password
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: IF ! EDITVARS "check" Type "L"
hi,
aha, ok thxnageswaragunupudi wrote:If the prompt is "Password", the value is edited as password
greeting,
Jimmy
Jimmy