segunda-feira, 7 de novembro de 2016

Aula 962 - Curso WinDev - ListBox - 007 - ListInsert









Video no Youtube Se Gostou clique aqui para dar joinha




ListInsert(LIST_List,"Primeiro",1)
ListInsert(LIST_List,"Segundo",2)

ListInsert(LSV_Listview, "Imagen 1","D:\_GRAVACOES\Amarildo\Blog_Mandar_imagem\2016-10-04_1348.png", 1)
ListInsert(LSV_Listview, "Imagen 2","D:\_GRAVACOES\Amarildo\07112016_segunda\001\Video_Falta_1000.png", 2)


http://doc.windev.com/en-US/?3049002&name=listinsert_function




Blog - WinDev - ListBox - 001/... - Criar Tabela automatico e listbox manual
Blog - WinDev - ListBox - 002/... Criar ListBox, Para Ajuda num Campo
Blog - WinDev - ListBox - 003/... Listcount - Quantos tem listbox
Blog - WinDev - ListBox - 004/... ListMoveLine - Mover Linha
Blog - WinDev - ListBox - 005/... ListDelete
Blog - WinDev - ListBox - 006/... ListMoveLine - Exemplo + -
Blog - WinDev - ListBox - 007/... ListInsert



Criar Tabela automatico e listbox manual - Blog - WinDev - ListBox - 001/... -
Criar ListBox, Para Ajuda num Campo - Blog - WinDev - ListBox - 002/... 
incluir - ListInsert - Blog - WinDev - ListBox - 007/...
Excui - ListDelete - Blog - WinDev - ListBox - 005/... 
ListMoveLine - Mover Linha - Blog - WinDev - ListBox - 004/...
ListMoveLine - Exemplo + - - Blog - WinDev - ListBox - 006/... 
Quantos tem listbox - Listcount - Blog - WinDev - ListBox - 003/... 




















Aula 961 - Curso WinDev - ListBox - 006 - ListMoveLine









Video no Youtube Se Gostou clique aqui para dar joinha



http://doc.windev.com/en-US/?1000017279&name=listmoveline_function


gn_indice++
IF gn_indice>6 THEN
    gn_indice=1
END

ListMoveLine(LIST_List1,rowSelected,gn_indice,amSwap)

--
gn_indice--
IF gn_indice=0 THEN
    gn_indice=6
END

ListMoveLine(LIST_List1,rowSelected,gn_indice,amSwap)

















Blog - WinDev - ListBox - 001/... - Criar Tabela automatico e listbox manual
Blog - WinDev - ListBox - 002/... Criar ListBox, Para Ajuda num Campo
Blog - WinDev - ListBox - 003/... Listcount - Quantos tem listbox
Blog - WinDev - ListBox - 004/... ListMoveLine - Mover Linha
Blog - WinDev - ListBox - 005/... ListDelete
Blog - WinDev - ListBox - 006/... ListMoveLine - Exemplo + -
Blog - WinDev - ListBox - 007/... ListInsert



Criar Tabela automatico e listbox manual - Blog - WinDev - ListBox - 001/... -
Criar ListBox, Para Ajuda num Campo - Blog - WinDev - ListBox - 002/... 
incluir - ListInsert - Blog - WinDev - ListBox - 007/...
Excui - ListDelete - Blog - WinDev - ListBox - 005/... 
ListMoveLine - Mover Linha - Blog - WinDev - ListBox - 004/...
ListMoveLine - Exemplo + - - Blog - WinDev - ListBox - 006/... 
Quantos tem listbox - Listcount - Blog - WinDev - ListBox - 003/... 








Teste

Teste
teste