Skip to content

Instantly share code, notes, and snippets.

@jyoung
Last active March 13, 2018 19:57
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/65dbb8401c39eabcbcaaef93b345a200 to your computer and use it in GitHub Desktop.
Save jyoung/65dbb8401c39eabcbcaaef93b345a200 to your computer and use it in GitHub Desktop.
LANSA Tour Of Heroes Pt 2 View Panel base class
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