FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour IF ! EDITVARS "check" Type "L"
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
IF ! EDITVARS "check" Type "L"
Posted: Mon Jul 24, 2023 06:32 AM
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 :?:
greeting,

Jimmy
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: IF ! EDITVARS "check" Type "L"
Posted: Mon Jul 24, 2023 09:45 AM
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
Regards



G. N. Rao.

Hyderabad, India
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: IF ! EDITVARS "check" Type "L"
Posted: Tue Jul 25, 2023 10:29 PM
hi,
nageswaragunupudi wrote:If the prompt is "Password", the value is edited as password
aha, ok thx
greeting,

Jimmy

Continue the discussion