Á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
titleF716BLQRExemplo
linenumberstrue
#INCLUDE "totvs.ch"
 
/*/{Protheus.doc} User Function F182PCLR 
    @type User Function
    @author Totvs
    @since 05/02/2024
    @version 12.1.2310
    @see https://tdn.totvs.com/pages/viewpage.action?pageId=823299145
/*/ 
user function F182PCLR()
    local lNewRecord := .F. as logical

    recLock("SEH", lNewRecord)    
    
    SEH->EH_XFIELD := "My custom value"
    
    SEH->( MsUnlock() )
return

...