Á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 no documento: Execblock / Customização.

08. EXEMPLO

...

languagecpp
titleExemplo
linenumberstrue
collapsetrue

...

------

#INCLUDE "PROTHEUS.CH"

...

User

...

Function

...

OM200CAR()

...


Local

...

cQuery

...

:=

...

PARAMIXB[1]

...


Local

...

nPosInicio

...

:=

...

0

...

Local

...

cWhere

...

:=

...

""

...

//Definir

...

posição

...

inicial

...

do

...

WHERE

...


nPosInicio

...

:=

...

At("AND

...

SC9.C9_BLEST",

...

cQuery)

...

//Extrair

...

o

...

WHERE

...

da

...

query

...


cWhere

...

:=

...

"AND

...

SC9.C9_BLEST

...

=

...

'"+Space(Len(SC9->C9_BLEST))

...

+"'"

...

//Remover

...

o

...

WHERE

...

C9_BLEST

...

da

...

query

...


cQuery

...

:=

...

StrTran(cQuery,cWhere,"

...

")

...

Return

...

cQuery

------


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>