PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

pcsoft.br.windev
Fórum dedicado a WINDEV (versão atual), em Português
« Instalei o WinDev 19 Express. Fiz a conexão com minha base de dados. Como fazer formulários com as mesmas ? Como Fazer relatórios com a base ? Como ver o resultado pela web ?… »
Iniciado em 30 mai. 2015 por
« Procedure ImportarUsuario() //Processamento da leitura do USUARIO.XLS ok is boolean = False PROGBAR_01..Visible = True PROGBAR_01..Value = 0 Cabecalho is string = [ Associação … »
Iniciado em 22 mai. 2015 por
« //Lista de Preço PROGBAR_01 = 0 ok is boolean = HExecuteQuery(QRY_Delete_ListaPreco,hQueryDefault) IF ok = True THEN FOR EACH PC005_Produtos PROGBAR_01 += 1 PC005_Produtos.pc005… »
Iniciado em 09 mai. 2015 por
« Use FOR, WHILE pra ler os dados e depois faça isso Relatorio is string = [ <html> <head></head> <body> <h1>Relatorio da Nathalie</h1> <br>… »
Iniciado em 27 mai. 2015 por
« /////// para ler o arquivo em Unicode gerado por um app feito em Windev Mobile para Android ou iOS MyUnicodeString is UNICODE string sLine is string = "" sTextFileUnicode is strin… »
Iniciado em 26 mai. 2015 por
« //WX - Impressora Zebra glocalsDevice is string = "LPT1" // String to send to printer sMyString is string // Port no. returned from fOpen glocaliPort is int // Open the file g… »
Iniciado em 22 mai. 2015 por
« SQL alter proc [dbo].NG0042_RandomSenha AS declare @MIN TINYINT SET @MIN = 48 declare @range TINYINT SET @range = 74 declare @qtde int SET @qtde = 4 declare @LEN int declare @… »
Iniciado em 21 mai. 2015 por
« //Verifica IF EDT_LoginSenha <> "" sCaracter is string = "" x is int = 0 ResultadoInicial is boolean = False ResultadoFinal is boolean = True LOOP (Length(EDT_LoginSenha)… »
Iniciado em 19 mai. 2015 por
« Quando se tem uma APP especifica, ou sobre pedido, ocorre que muitas vezes deve-se adicionar, ou modificar algo na estrutura do SQLite Localmente no dispositivo y muitas vezes não … »
Iniciado em 17 mai. 2015 por
« //Buscar ok is boolean = False arrTemp is array of string IF COMBO_GarrListaCentro..DisplayedValue = "Todos" GloCentroCusto = "" ELSE GloCentroCusto = COMBO_GarrListaCentro..Di… »
Iniciado em 13 mai. 2015 por