akshaymadane
17th February 2005, 15:28
I need to accept password field on form. How do i make the field invisible in Baan 4 with GUI ? The attr.echo thing works in ascii but due to shadow effect, the field is still seen in GUI. Any ideas ?

mark_h
17th February 2005, 18:02
Originally posted by NPR, so try thislink (http://www.baanboard.com/programmers_manual_baanerp_help_functions_form_and_form_field_operations_inputfield_password).

Mark

suhas-mahajan
19th February 2005, 07:21
Akshay,

Try this :

extern domain tcname oldpass, newpass, conpass, comm fixed
|****************************** form section **************

before.program:
inputfield.password("oldpass")
inputfield.password("newpass")
inputfield.password("conpass")

or search here I have already posted one utility to change password from BaaN.

Regards,

-Suhas

Dwallace
19th July 2005, 16:21
Is this syntax for Baan V only? I can't seem to get it to work. Does anyone have an example?

NPRao
19th July 2005, 21:33
inputfield.password() is a BaaN-5 series function.

I think in the BaaN-4 series form editor you have the option like "no echo back".

benito
19th July 2005, 23:43
NPRao,

I have used the function inputfield.password() in Baan IV and it worked.

Benito

NPRao
19th July 2005, 23:45
Benito, thats good to know. The function must have been ported back to the BaaN-4 releases. I checked in the BaaN-4 manual on this board and it didnt have this function and I do not have access to BaaN-4 environment to validate it. :)

suhas-mahajan
20th July 2005, 06:43
Please refer to - http://www.baanboard.com/baanboard/showthread.php?t=13375&highlight=password

Regards,

-Suhas

Dwallace
22nd July 2005, 20:40
Thanks for your help - the same function does work in Baan IV