Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
languagejava
themeMidnight
titleTME55MNU
#INCLUDE "PROTHEUS.CH"
#INCLUDE "FWMVCDEF.CH"

//-----------------------------------------------------------------
/*/{Protheus.doc} TME55MNU()

PE permite alterar o array utilizado para montagem do menu da rotina  EDI - Notas Fiscais Importadas.  
@author User
@since 17/08/2012
@version 1.0
/*/
//--------------------------------------------------------------------

User Function TME55MNU()  

Local aRet := {}

aAdd( aRet, { "TESTE TME55MNU", "MsgAlert('TME55MNU')"  , 0, 3, 0, Nil } )

Return aRet  
//-----------------------------------------------------------------
/*/{Protheus.doc} TstAlerta()

nova opção do menu

@author User
@since 17/08/2012
@version 1.0
/*/
//--------------------------------------------------------------------

User Function TstAlerta()

Alert("Ponto de Entrada funcionou!")

Return .T.



04. DEMAIS INFORMAÇÕES

Não há.

...