Example: lr_decrypt

In the following example, lr_decrypt unmasks the encoded string in the password edit field.

connect_server("199.203.78.170", "9000"/*version=110*/,"module=e:\\appsnca\\fnd\\7.5\\forms\\us\\fndscsgn userid=applsyspub/pub@vision fndnam=apps");
lr_think_time(7);
set_window( "Oracle Applications");
edit_set("FNDSCSGN.SIGNON.USERNAME.0", "OPERATIONS");
edit_set("FNDSCSGN.SIGNON.PASSWORD.0",lr_decrypt("38620da61ca1093e7aa7ec"));
button_press("FNDSCSGN.SIGNON.CONNECT_BUTTON");