PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 25 → Aula 1098 - Windev - Dicas 025/... - Historico Erp 2/...
Aula 1098 - Windev - Dicas 025/... - Historico Erp 2/...
Iniciado por amarildo, mar., 21 2017 8:15 AM - Sem resposta
Membro registado
535 mensagems
Popularité : +14 (14 votes)
Publicado em março, 21 2017 - 8:15 AM
Na dica de hoje
vamos continuar Historio Erp Parte 2
Vamos criar as telas iniciais Historio Erp
Vamos Deixar somente para consulta
Vamos Fazer duas Tabelas,Pai e Filho
Vamos fazer um chamado de uma wdl de outra wdl
Vamos Fazer primeiro Teste

In today's tip
Let's continue History Erp Part 2
Let's create the home screens Erp Story
Let's leave for consultation only
Let's Do Two Tables, Father and Son
Let's make a call to a wdl from another wdl
Let's do first test

//Estou no Programa Cadastros
//I'm in the Program Entries

//Vou chamar a Window WIN_Table_Historico_Erp,mas ele esta na wdl,utilitarios_matos
//I'm going to call Window WIN_Table_Historico_Erp, but it's in wdl, utilitas_matos

EXTERN WIN_Table_Historico_Erp
LoadWDL("utilitarios_matos.wdl")
//Estamos fazendo a chamada da wdl utilitarios matos
//We are making the call of the wdl utilities matos
Open(WIN_Table_Historico_Erp)
//estamos abrindo a window WIN_Table_Historico_Erp
//We are opening the WIN_Table_Historico_Erp window

// Dentro utilitarios matos wdl
// Inside utility vehicles wdl

// Vou filtrar os itens do historico,conforme o historio
// I'll filter the history items according to the history

TableEnableFilter(TABLE_historico_erp_itens.COL_Historico_ErpID,filterStartsWith,TABLE_Historico_Erp.COL_Historico_ErpID)
//Quando inicializar ele vai colocar somente itens desse historio ex:pedido
//When initializing it will put only items from this ex history: request


http://windevdesenvolvimento.blogspot.com.br/2017/03/aula-1098-windev-dicas-025-historico.html

https://www.youtube.com/watch?v=F28YvojaNuA