Árvore de páginas

Versões comparadas

Chave

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

01. DADOS GERAIS

Linha de Produto:Microsiga Protheus®
Segmento:Serviços
Módulo:Financeiro
Ponto de EntradaFO10FILT 

02. DESCRIÇÃO

O ponto de entrada FO10FILT permite filtrar pelo MSFIL em caso de arquivo compartilhado na geração de registro de titulos em aberto 


03. EXEMPLO DE UTILIZAÇÃO


Bloco de código
languagejava
themeMidnight
titleFO10FILT
#INCLUDE "totvs.ch"

/*/{Protheus.doc} User Function FO10FILT
    ( Ponto de entrada para filtrar pelo MSFIL em caso de arquivo compartilhado. Titulos em aberto )
    @type  Function
    @author Cassio S Dias
    @since 30/11/2023
    @version 12.1.2310
    @return cQuery, character
    @see (https://tdn.totvs.com/x/JDAwM)
    /*/
User Function FO10FILT()

	Local aNat      as character
	Local cFil      as Character
	Local cQuery    as character
	Local lSe1MsFil	as Logical

	aNat      := Paramixb
	cFil      := Paramixb
	cQuery    := ""
	lSe1MsFil := SE1->(FieldPos("E1_MSFIL")) > 0

	If lSe2MsFil
		cQuery += " SE1.E1_NATUREZ NOT IN "+FormatIn(aNat,";")+" AND "
		cQuery += " SE1.E1_MSFIL = '"+cFil+"' AND "
	Endif

Return cQuery

04. DEMAIS INFORMAÇÕES

Não há


Templatedocumentos


HTML
<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}
</style>

...