Skip to content

Instantly share code, notes, and snippets.

@Dadinel
Last active June 26, 2019 14:33
Show Gist options
  • Save Dadinel/28d7ff053e7e2638a697276280245b09 to your computer and use it in GitHub Desktop.
Save Dadinel/28d7ff053e7e2638a697276280245b09 to your computer and use it in GitHub Desktop.
MVC - SED - Função principal
user function DNL_SED()
local oBrowse as object
oBrowse := FWLoadBrw("DNL_SED")
oBrowse:Activate()
oBrowse:DeActivate()
oBrowse:Destroy()
FreeObj(oBrowse)
oBrowse := nil
return nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment