https://youtu.be/GdeJgQRL2Aw
https://windevdesenvolvimento.blogspot.com/2019/05/dicas-2119-windev-tabelas-104.html
// BTN_TableStartFilling_BARRA_PROGRESSO TableStartFilling(TABLE_BARRA_PROGRESSO) FOR EACH cliente TableAddLine(TABLE_BARRA_PROGRESSO,cliente.clienteid,cliente.nome) END TableEndFilling(TABLE_BARRA_PROGRESSO)
|