Histórico da Página
...
Expandir | ||
---|---|---|
| ||
#INCLUDE "TBICONN.CH" //----------------------------------------------------------------- User Function MT020MVC() Local Local oModel := Nil PREPARE PREPARE ENVIRONMENT EMPRESA "T1" FILIAL "D MG 01" MODULO "FIN" TABLES "SA2", "F72" oModel oModel := FwLoadModel ("MATA020") oModel oModel:SetValue("SA2MASTER","A2_COD" ,cFornec) If If oModel:VldData() oModel oModel:DeActivate() If If lIncOk RESET RESET ENVIRONMENT Return Nil //----------------------------------------------------------------- User Function F885MVC(cFornec As Character, cForLoja As Character) Local Local oModel := Nil Default Default cFornec := "" DbSelectArea DbSelectArea("SA2") If If SA2->(DBSeek(xFilial("SA2") + cFornec + cForLoja)) oModel:SetValue("FORMCAB","F72_FILIAL" , xFilial("SA2")) oModel:SetValue("FORDETAIL", "F72_TPCHV" , "02") oModel:DeActivate() Return Nil |
HTML |
---|
<!-- esconder o menu --> <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> |