Skip to content

Instantly share code, notes, and snippets.

@jyoung
Created March 12, 2018 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jyoung/f64dc7e1f82c945de8ed315bf778cc96 to your computer and use it in GitHub Desktop.
Save jyoung/f64dc7e1f82c945de8ed315bf778cc96 to your computer and use it in GitHub Desktop.
LANSA Tour Of Heroes View Panel
function options(*DIRECT)
begin_com role(*EXTENDS #PRIM_PANL) displayposition(1) height(270) left(0) tabposition(1) top(0) width(500)
* =====================================================================================
* ROUTINES
* =====================================================================================
mthroutine name(Activate)
endroutine
mthroutine name(Deactivate)
endroutine
end_com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment