| BUTTON_ALLCHECK & BUTTON_NOTCHECK |
|
| CLICK WITH MOUSE RIGHT DESCRIPTION TABLE ADD COLUMN IN TABLE WITH OPTION ALTER TEXT TO CHECK AND OK
IN
BUTTON_ALLCHECK //MARCAR TUDO X, TOTAL is int TOTAL = TABLEGRID_T001_perguntas.Count(toTotal) LOOP(TOTAL) X++ TABLEGRID_T001_perguntas[X].COL_CHECK = False END
BUTTON_NOTCHECK //DESMARCAR TUDO X, TOTAL is int TOTAL = TABLEGRID_T001_perguntas.Count(toTotal) LOOP(TOTAL) X++ TABLEGRID_T001_perguntas[X].COL_CHECK = False END |
|
|
|
| |
| |
| |
|
| | https://youtu.be/f61REupbO1E
https://windevdesenvolvimento.blogspot.com/2019/06/dicas-2149-windev-webdev-mobile-tabela.html
// BTN_GERAR_TABELA TableDeleteAll(TABLE_CLIENTE_B) FOR EACH cliente //TableAddLine(TABLE_CLIENTE_B,CLIENTE.clienteid,CLIENTE.nome) nPOSICAO is int=TableAddLine(TABLE_CLIENTE_B) TABLE_CLIENTE_B[nPOSICAO].COL_CODIGO=cliente.clienteid TABLE_CLIENTE_B[nPOSICAO].COL_NOME=cliente.nome END |
|
|
|
| |
| |
| |
|
| | Tabela Editavel
https://youtu.be/IVZVVom1UVM
https://windevdesenvolvimento.blogspot.com/2019/05/dicas-2128-windev-webdev-mobile-tabela.html |
|
|
|
| |
| |
| |
|
| | https://youtu.be/mKqFg2NuHZc
https://windevdesenvolvimento.blogspot.com/2019/05/dicas-2098-windev-webdev-mobile-tabela.html // ENTRY IN EDT_TIPO_CARTAO_NUMERO
TABLE_RELACAO_FORMA_PAGAMENTO..Visible=True
// EXIT IN EDT_TIPO_CARTAO_NUMERO
TABLE_RELACAO_FORMA_PAGAMENTO..Visible=False
|
|
|
|
| |
| |
| |
|
| Nao Aparecer Zeros Colunas |
|
| https://youtu.be/ahAuEBUCHLE
https://windevdesenvolvimento.blogspot.com/2019/04/dicas-2070-windev-mobile-webdev-tabela.html
|
|
|
|
| |
| |
| |
|
| Table with column dinamic add |
|
| FiltraUsuarios("")
//AlteraNomeColunasQuery("TABLE_usuario","QRY_Select_All_Usuarios")
//usando a estrutura da query sColuna is string = pTableNameControl+".COL_Column" ItemList is string = HListItem( {pQueryName,indFile} , hLstDetail) CountCampos is int = StringCount(ItemList,CRLF)
//c is int // //loop (CountCampos) // c+=1 // // //TableInsertColumn /// windev // //END
ItemList = Replace(ItemList,CRLF,";") ItemList = Replace(ItemList,TAB,";") x is int = 6 y is int = 0 VARTEXT is string LOOP(CountCampos) y+= 1 VARTEXT = ExtractString(ItemList,x,";",FromBeginning) {sColuna+y,indControl}..Caption = VARTEXT {sColuna+y,indControl}..Visible = True x+= 6 END |
|
|
|
| |
| |
| |
|
| | Altura Linha Tabela
https://youtu.be/fhBPFSZ--gc
https://groups.google.com/d/forum/amarildowindev |
|
|
|
| |
| |
| |
|
| | TABLE_Empresa..Color=DarkGreen TABLE_Empresa[2]..Color=LightBlue TABLE_Empresa[2][2]..Color=LightMagenta TABLE_Empresa..BrushColor=Bronze TABLE_Empresa[1][1]..BrushColor=RGB(0, 255, 61) TABLE_Empresa[TABLE_Empresa][2]..Color=Bronze
// BLOG COM VIDEO E EXEMPLO
http://windevdesenvolvimento.blogspot.com.br/2017/08/aula-1232-windev-tabela-colorir-1-coluna.html
https://www.youtube.com/watch?v=tWU3l2fB6ME
|
|
|
|
| |
| |
| |
|
| Let's set up the business table, |
|
| [Video Aulas Amarildo] Aula 1149 WinDev Curso ErpAmarildo 7 - Tabela de Empresas Fazer
Nessa aula de hoje vamos montar a tabela de empresas, em cima da query. primeiro vou fazer ele fazer automatico a tabela e depois vou alterar ela
In this class today Let's set up the business table, On top of the query. I'll do it first. It does the table automatically and then
En esta clase de hoy En el caso de las empresas, Sobre la consulta. Primero voy a hacer Hacer automáticamente la tabla y después Voy a cambiarla
https://forum.pcsoft.fr/pt-BR/pcsoft.br.windev/2373-video-aulas-amarildo-aula-1149-windev-curso-erpamarildo/read.awp
https://doc.windev.com/en-US/?1013224&name=Table_control
http://windevdesenvolvimento.blogspot.com.br/2017/05/aula-1149-windev-curso-erpamarildo-7.html
https://www.youtube.com/watch?v=Z2ienJCvNlM
|
|
|
|
| |
| |
| |
|
| | // Vou Mostrar como Alterar a Borda Via programacao. // vou Fazer um colando borda na coluna de uma linha // da tabela
_configura is a Border _configura..Thickness = 2 // Espessura _configura..Color = PastelRed // Cor _configura..LineBottom..Color = DarkRed // Cor Linha Inferir _configura..LineBottom..Type =LineDash // Tipo Linha
TABLE_indices[3].COL_Valor..Border = _configura LIB_observacao..Border=_configura Info("Continua.. Outras Configurações")
//Outras Configurações _configura..Round=4 // Borda Arredondada
_configura..Line=TraitTiret // Tipo Da Linha
_configura..Edges=BorderBottom // Borda tem somente inferior
TABLE_indices[3].COL_Valor..Border = _configura LIB_observacao..Border=_configura
// Blog com Video E Exemplo
http://windevdesenvolvimento.blogspot.com.br/2017/02/aula-1057-windev-tabela-042-border.html
https://www.youtube.com/watch?v=ljp4A2Jg2RU
|
|
|
|
| |
| |
| |
|
| Exemplo tabela - Muda Nome Sum |
|
| Nessa aula vou mostrar como mudar o nome do Sum na Tabela This class will show you how to rename the Sum in Table Cette classe va vous montrer comment renommer la somme dans le tableau
//Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/03/curso-windev-tabela-016-tabela-sum-como.html
|
|
|
|
| |
| |
| |
|
| Exemplo Tabela com Contrainer |
|
| Exemplo Tabela com Contrainer
//Blog com video e Exemplo Tabela com Contrainer http://windevdesenvolvimento.blogspot.com.br/2016/03/curso-windev-tabela-015-tabela-coluna.html
|
|
|
|
| |
| |
| |
|
| Exemplo Tabela / ToolTip nas Colunas |
|
| TABLE_Cliente.COL_Email..ToolTip="Aqui é o Email " TABLE_Cliente.COL_Nome..ToolTip="Aqui é o Nome da Pessoa" TABLE_Cliente.COL_ClienteID..ToolTip="Aqui Codigo"
//Frances TABLE_Cliente.COL_Email..Bulle="Aqui é o Email " TABLE_Cliente.COL_Nome..Bulle="Aqui é o Nome da Pessoa" TABLE_Cliente.COL_ClienteID..Bulle="Aqui Codigo"
//Blog com video e exemplo http://windevdesenvolvimento.blogspot.com.br/2016/03/curso-windev-tabela-014-tabela-tooltip.html
|
|
|
|
| |
| |
| |
|
| Exemplo Tabela MultiSelecao |
|
| TABLE_Bancos..Multiselection=True
// Blog Com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/03/curso-windev-tabela-013-tabela.html
|
|
|
|
| |
| |
| |
|
| | FOR EACH ROW OF TABLE_Cliente Trace(TABLE_Cliente.COL_Nome) END
//frances POUR CHAQUE LIGNE DE TABLE_Cliente Trace(TABLE_Cliente.COL_Nome) FIN
//blog com video e exemplo http://windevdesenvolvimento.blogspot.com.br/2016/03/curso-windev-tabela-012-for-each-row-of.html
|
|
|
|
| |
| |
| |
|
| | TABLE_Cliente..Zoom=200 //Blog com Video e Exemplo Zoom http://windevdesenvolvimento.blogspot.com.br/2016/02/curso-windev-tabela-011-zoom.html |
|
|
|
| |
| |
| |
|
| Exemplo tabela altera cor e fundo da coluna |
|
| TABLE_cliente.COL_cnpj_cpf..Color=DarkMagenta // alterar cor TABLE_cliente.COL_nome_fantasia..BrushColor=DarkCyan //alterar fundo //frances TABLE_municipios.COL_Nome_pais..Couleur=BleuClair // color =ingles TABLE_municipios.COL_Estado..CouleurFond=BleuPastel // brushcolor = ingles
//Blog com video e exemplo http://windevdesenvolvimento.blogspot.com.br/2016/01/curso-windev-tabela-003-mudar-cor-e.html |
|
|
|
| |
| |
| |
|
| Exemplo Tabela Altera Coluna Fonte e Largura |
|
| TABLE_cliente.COL_Data_cadastro..FontBold=True // alterar tipo TABLE_cliente.COL_id_empresA_representante..FontLarge=True //alterar tamanho //frances TABLE_municipios.COL_Nome_pais..PoliceGras=Vrai // fontbold = true TABLE_municipios.COL_Codigo_pais..PoliceLarge=Vrai // fontlarge=true //Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/01/curso-windev-tabela-004-mudar-largura-e.html
|
|
|
|
| |
| |
| |
|