Joy Conner
11th February 2004, 16:54
I am calling this function in before.program section, but there is no change in the program's behavior.

Can anyone explain this? Do I need an #include or a #pragma?

Thanks in advance for your help. - Joy

mark_h
11th February 2004, 17:13
Could not find any help on this in my 4c3 qkey script, but I did find this (http://www.baanboard.com/programmers_manual_baanerp_help_functions_form_and_form_field_operations_inputfield_password)on the board in the WIKI programmers manual. Maybe if you post the code or line someone can see what is causing the problem. I would assume no includes are needed since it compiles.

Mark

mark_h
11th February 2004, 17:16
Just tried in on a maintain session I am working on and this worked.

inputfield.password("tpppc603.nprj")

No includes needed for 4c4.

Mark

Joy Conner
11th February 2004, 18:00
I omitted the quotes around the string. Thanks.