Page 1 of 1

IF ! EDITVARS "check" Type "L"

Posted: Mon Jul 24, 2023 6:32 am
by Jimmy
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 :?:

Re: IF ! EDITVARS "check" Type "L"

Posted: Mon Jul 24, 2023 9:45 am
by nageswaragunupudi
is it possible to use EDITVARS with Password where "*******" is show instead of Sign :?:
Yes.
Please see the usage of EDITVARS in pgre01.prg
If the prompt is "Password", the value is edited as password

Re: IF ! EDITVARS "check" Type "L"

Posted: Tue Jul 25, 2023 10:29 pm
by Jimmy
hi,
nageswaragunupudi wrote:If the prompt is "Password", the value is edited as password
aha, ok thx