Add URL Button to Form

Sort:
You are not authorized to post a reply.
Author
Messages
L G
Advanced Member
Posts: 38
Advanced Member
    Hi
    I would like to know if it is possible to add a button to a form like HR11
    The functionality is similar to the one we use to launch other forms
    On click of the button it should open the URL (dynamic adding parameters like employee and company ) in IE?
    Is this possible in LID using MF-COBOL?
    The URL is not needed to be stored in the database
    Just that the URL will be built dynamically from within HR11 and on click of the button it will need to launch the built URL in IE?
    Is this possible using MF-COBOL or Scripting in Unix
    John Henley
    Senior Member
    Posts: 3348
    Senior Member
      If you're willing to do it in Design Studio, it's very easy. With LID, I think you'd have to use DDE, if it would even work.
      Thanks for using the LawsonGuru.com forums!
      John
      John Henley
      Senior Member
      Posts: 3348
      Senior Member
        One way you might be able to accomplish this in LID would be to write a user exit against HR11 to dynamically add the URL as an attachment to the EMPLOYEE table....
        Thanks for using the LawsonGuru.com forums!
        John
        L G
        Advanced Member
        Posts: 38
        Advanced Member
          i am clueless as to use DDE or User Exits any examples
          It is easy using Portal or Custom Javascript but my end users wouldn't agree to IT
          You are not authorized to post a reply.