quarta-feira, 28 de abril de 2021

DICAS 3317 - WINDEV WEBDEV MOBILE - Vamos fazer um filtro no array usando Filter - Curso Array 25



https://youtu.be/VwT5xiIGWIU




Bom Dia Boa Tarde Boa Noite

Mande um email pedido para receber todas notificaçoes dos videos 


Seja Membro do Canal

Esse Video vai estrear as 06:00 do dia 29/04/2021 

DICAS 3317 - WINDEV WEBDEV MOBILE - Vamos fazer um filtro no array usando Filter  - Curso Array 25 



Assunto :
Vamos fazer um filtro no array usando Filter 
Vamos acrescentar um checkbox, se quero somente quem tem email  


---


// Estrutura de cliente, com 3 campos 

cliente_estrutura is Structure
cliente_wdID is string
nome is string
email           is string
END
// Criando o Array cliente baseado na estrutura 
arrAy_cliente is array of cliente_estrutura
// vamos preencher o array 
FileToArray(arrAy_cliente,cliente_wd,nome)

// filtra somente quem tem email
IF CBOX_somente_Com_email=True THEN
arrAy_cliente=Filter(arrAy_cliente, filtro => filtro.email<>"")
END

// vamos classificar o array
ArraySort(arrAy_cliente,asMember,"nome")

// lendo cada elemento dentro do array e mostrando ele
TABLE_clientes.DeleteAll()
FOR EACH ELEMENT stLinha OF arrAy_cliente
TABLE_clientes.AddLine(stLinha.cliente_wdID,stLinha.nome,stLinha.email)
END


------------------ INDICE DO CURSO DE ARRAY e ESTRUTURA


WinDev - Array - 001/... Adiciona/Classifica Ordem/Mostra
WinDev - Array - 002/... Quantas Ocorrencias Array
WinDev - Array - 003/... ArrayDeleteLine - Eliminha uma Linha do Array
WinDev - Array - 004/... ArrayToString - Leva Array Para String
WinDev - Array - 005/... Seek - Procura Por Valor
WinDev - Array - 006/... ArrayDeleteDuplicate - Elimina itens duplos
WinDev - Array - 007/... Delete - Elimina Uma Linha
WinDev - Array - 008/... DeleteAll - Limpa Array
WinDev - Array - 009/... SwapLine - Mover de Lugar
WinDev - Array - 010/... Sum - Somar Array
ARRAYREVERSE - ARRAY - 011/ ... AULA 1185 
ARRAY INICIO - ARRAY 012 / AULA 1229

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



PlayList WebDev tutorial Amarildo Webdev
Playlist Windev Tutorial Amarildo Windev
PlayList Windev Mobile 
Amarildo
Donwloads Windev
Windev
WxSolucoes
Matos Informatica
Repositorio Windev
Inscricao Evento Pcsof
Site forum Google 
Video sobre 3 Mil Videos Windev 
Video sobre Alfaserver servidor 
















Teste

Teste
teste