bhushanchanda
29th April 2013, 08:07
Hello,

I am trying to use inputfield.password in my script, but I am not able to get the asterisks on the form.

I used a table field as well as a form field, but both didn't worked.

I tried on my table field i.e. whbed124.orno which has a domain tcorno

and also tried on the form field test123 with domain tcmcs.str10.

I put up my function under before.program but not able to get it worked.

I tried the following things:-

before.program:
inputfield.password("whbed124")

before.program:
inputfield.password("whbed124(5)")
before.program:
inputfield.password("test123")

before.program:
inputfield.password("test123(5)")

before.program:
inputfield.password(whbed124)

But still not working, I just found a few posts on the board, has anyone faced this in LN?

Here are the links
Link1 (http://www.baanboard.com/baanboard/showthread.php?p=168098)
Link2 (http://www.baanboard.com/baanboard/showthread.php?t=14459)

bhushanchanda
29th April 2013, 08:50
Hi,

I just changed the form properties and unchecked the Overview Session checkbox and now it works.

But, want to know, why doesnt it works when I try to do with Overview session ticked?

And yes, I used this:-

before.program:

inputfield.password("test123")

bhushanchanda
29th April 2013, 09:08
Also,

Its not working when I use,

input.string command to take the user input.

bhushanchanda
29th April 2013, 17:56
Any take on this?