Histórico da Página
...
User Function AT190DPROJ()
Local aModel := PARAMIXB[1]
Local lProj := PARAMIXB[2]
If aModel:GetValue("ALC_SITABB") == "" .F.If lProj
MsgAlert MsgAlert("Será gerada a projeção da agenda")
lProj := .T.
Else
MsgAlert MsgAlert("Não será gerada a projeção da agenda")
lProj := .F.
EndIf
Return lProj
Obs: O retorno desta função (lProj) indicará se deve ser gerada ou não a projeção da agenda, ou seja o retorno tem que ser .T. ou .F.
Informações adicionias:
- A variável aModel, tem como guardar informações do modelo da ALC, para fazer as validações da projeção da agenda.
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> |
Import HTML Content
Visão Geral
Conteúdo das Ferramentas