Árvore de páginas

Versões comparadas

Chave

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

...

Todos os parâmetros são recebidos na User Function via PARAMIXB conforme consta em Execblock / Customização.

08. EXEMPLO

...

languagecpp
titleExemplo de validação padrão
linenumberstrue
collapsetrue

...

------

#INCLUDE "PROTHEUS.CH"

...

User

...

Function

...

WMSVLEND()

...


Local

...

aRet

...

:=

...

{.T.,''}

...


Local

...

cArmazem

...

:=

...

PARAMIXB[1]

...


Local

...

cEndereco

...

:=

...

PARAMIXB[2]

...


Local

...

cProduto

...

:=

...

PARAMIXB[3]

...


Local

...

cLote

...

:=

...

PARAMIXB[4]

...

If cEndereco = 'PICKING01'
       aRet[1]

...

:=

...

.F.

...


       aRet[2]

...

:=

...

'Produto

...

'

...

+

...

AllTrim(cProduto)

...

+

...

'/Lote

...

'

...

+

...

AllTrim(cLote)

...

+

...

'/Armazém

...

'

...

+

...

AllTrim(cArmazem)

...

+

...

'/Endereço

...

'

...

+

...

AllTrim(cEndereco)

...

+

...

'

...

não

...

pode

...

ser

...

endereçado.'

...


ENDIF

Return aRet

------


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;
}

.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after { 
	background: #FF9900; !important 
}

.menu-item.active-tab { 
	border-bottom: none !important; 
}

</style>