domingo, 22 de fevereiro de 2015

Relatorio com Tabela - Colocar Filtro / Report with Table - Insert Filter


 Assistir Video Windev - Tabela Colocar Filtro


Relatorio com Tabela - Colocar Filtro / Report with Table - Insert Filter

----------------------------------------------------------------------------------------------------------  
Eu Tenho uma Relação de Estado e apenas quero listar Um No Relatorio

I got a Relationship Status and only want to list A in the report
 ----------------------------------------------------------------------------------------------------------  

Comandos -  commands

----------------------------------------------------------------------------------------------------------
// Chamando o Relatorio - Calling Relatorio

iPreview()
iPrintReport(RPT_details_estado,estado.uf)

----------------------------------------------------------------------------------------------------------


PROCEDURE RPT_details_estado(_uf is string)



 

// Coloque o codigo dentro de  Filtering RPT - Place the code within Filtering RPT

IF estado.uf=_uf THEN
    RESULT True                // Se for o estado escolhido vai Listar
ELSE                          // If the chosen state will List
    RESULT False
END

----------------------------------------------------------------------------------------------------------







----------------------------------------------------------------------------------------------------------------------
 
Agora Vou Mostrar como Fiz o Relatorio

Now I'll show how I did Relatorio

----------------------------------------------------------------------------------------------------------------------





Nenhum comentário:

Postar um comentário

Teste

Teste
teste