Remove Form UserExit?

Sort:
You are not authorized to post a reply.
Author
Messages
Woozy
Veteran Member
Posts: 709
Veteran Member
    I created an "End" UserExit for a form, and then decided that I need to move that code to a "Middle" UserExit instead.

    How do I remove the "End" UserExit after it was been compiled?  I tried deleting the source files and then recompiling with the -u, and that didn't work.  

    What's the trick?

    Thanks!
    Kelly Meade
    J. R. Simplot Company
    Boise, ID
    John Henley
    Senior Member
    Posts: 3348
    Senior Member
      delete .gnt from usrobj
      tmcontrol -rp prodline token
      ( where token is the main token (not the user exit)
      Thanks for using the LawsonGuru.com forums!
      John
      Woozy
      Veteran Member
      Posts: 709
      Veteran Member
        Excellent! Thanks John.
        Kelly Meade
        J. R. Simplot Company
        Boise, ID
        You are not authorized to post a reply.