Versões comparadas

Chave

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

...

Bloco de código
languagejava
themeMidnight
titleMT100OK
#Include "Protheus.ch"
#Include "TopConn.ch"

User function MT100TOK()

	Local lRet := .F.
  
	// ValidaçãoValidación apor definir
	If Cpaisloc == "BRA"
		lRet := .T.
	Else
		Alert("País localizado = " +Cpaisloc+". ok")
	EndIf
    
	Alert("Punto de entrada MT100TOK")

Return lRet  

...