Skip to content

Instantly share code, notes, and snippets.

@Dadinel
Last active June 26, 2019 14:31
Show Gist options
  • Save Dadinel/d45991f2763cd2c0b7a836f7240e6f81 to your computer and use it in GitHub Desktop.
Save Dadinel/d45991f2763cd2c0b7a836f7240e6f81 to your computer and use it in GitHub Desktop.
MVC - SED - MenuDef
static function MenuDef()
local aRotina as array
aRotina := {}
Add Option aRotina Title "Pesquisar" Action "PesqBrw" Operation OP_PESQUISAR Access 0
Add Option aRotina Title "Visualizar" Action "ViewDef.DNL_SED" Operation OP_VISUALIZAR Access 0
Add Option aRotina Title "Incluir" Action "ViewDef.DNL_SED" Operation OP_INCLUIR Access 0
Add Option aRotina Title "Alterar" Action "ViewDef.DNL_SED" Operation OP_ALTERAR Access 0
Add Option aRotina Title "Excluir" Action "ViewDef.DNL_SED" Operation OP_EXCLUIR Access 0
Add Option aRotina Title "Imprimir" Action "ViewDef.DNL_SED" Operation OP_IMPRIMIR Access 0
Add Option aRotina Title "Copiar" Action "ViewDef.DNL_SED" Operation OP_COPIA Access 0
return aRotina
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment