PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

pcsoft.br.windev
Forum consacré à WINDEV (version en cours), en portugais
« Olá Prezados Amigos, Tema de Hoje: Conectar Microsoft Sql Server Local com Linkdb em um MySql Remoto e executar Procedures, Views, Select, Updates e Deletes com a plataforma PcSof… »
Débuté le 08 juin. 2015 par
« 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 ?… »
Débuté le 30 mai. 2015 par
« 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 … »
Débuté le 22 mai. 2015 par
« //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… »
Débuté le 09 mai. 2015 par
« 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>… »
Débuté le 27 mai. 2015 par
« /////// 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… »
Débuté le 26 mai. 2015 par
« //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… »
Débuté le 22 mai. 2015 par
« 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 @… »
Débuté le 21 mai. 2015 par
« //Verifica IF EDT_LoginSenha <> "" sCaracter is string = "" x is int = 0 ResultadoInicial is boolean = False ResultadoFinal is boolean = True LOOP (Length(EDT_LoginSenha)… »
Débuté le 19 mai. 2015 par
« 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 … »
Débuté le 17 mai. 2015 par