Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To replace the hardcoded user name "QPGMR" in this line of script with the name of the current framework user: 

     SETVALUE("utxtUserName", "QPGMR");

...

Select "QPGMR" (including the quotes), right-click and select the Session Control and then User Name option:
Image Removed
Image Added
 
The constant "QPGMR" is now replaced with the substitution value for the current Framework user: 

     SETVALUE("utxtUserName", objUser.Name);

...