PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 25 → [Video Aulas Amarildo] Aula 1177 WinDev Curso ErpAmarildo 034 - Tabela Custo Lançamentos
[Video Aulas Amarildo] Aula 1177 WinDev Curso ErpAmarildo 034 - Tabela Custo Lançamentos
Débuté par amarildo, 12 juin 2017 00:02 - Aucune réponse
Membre enregistré
535 messages
Popularité : +14 (14 votes)
Posté le 12 juin 2017 - 00:02
Nessa aula de hoje

Vamos continuar a fazer o codigo da tabela de custo,
agora, revisando a parte de conta lancamento

In this class today

Let's continue to do the cost table code,
Now, revising the part of account launch

En esta clase de hoy

Vamos a seguir haciendo el código de la tabla de coste,
Ahora, revisando la parte de cuenta de lanzamiento

//SEM COMENTARIOS

// CONTA LANÇAMENTO
// LAUNCHING ACCOUNT
// CUENTA LANZAMIENTO
_nivel is int=0
_grupo is boolean=False
_centro_custo is string=""
IF TABLE_CUSTOS.COL_CONTA_GRUPO=True THEN
_nivel=TABLE_CUSTOS.COL_NIVEL+1
_centro_custo=TABLE_CUSTOS.COL_CENTRO_CUSTO
ELSE //senao
_nivel=TABLE_CUSTOS.COL_NIVEL
_posicao_final is int=(_nivel-1)*3
_centro_custo=TABLE_CUSTOS.COL_CENTRO_CUSTO[[1 TO _posicao_final]]
END
HReset(CUSTOS)
Open(WIN_Form_CUSTOS,_nivel,_grupo,_centro_custo)
TableDisplay(TABLE_CUSTOS,taCurrentFirst)


http://windevdesenvolvimento.blogspot.com.br/2017/06/aula-1177-windev-curso-erpamarildo-034.html