Á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
firstline1
titleFa550MSG
linenumberstrue
#include "protheus.ch"

User Function FA550INF() as Logical
local lRet:=.T.
	
 If (ET_TPREP=="0")
	RECLOCK('SET')
	EU_HISTOR:= ("Passou pelo ponto de entrada!!!")
	MSUNLOCK()
 EndIf

Return lRet

...