PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

pcsoft.br.windev
Newsgroup dedicated to WINDEV (current version), in Portuguese
« Boa tarde pessoal, criei um webservice para as minha aplicações, eu consigo consumilo normalmente, no entanto depois de um tempo observei que as conexões não desligavam e ele ating… »
Started on Jun. 01 2015 by
« Procedure GPS_VerificaStatus() Retorno is string = "" GloLatitude , GloLongitude is real = 0 GPSInitParameter(gpsSatellite,gpsPrecisionHigh) // Recuperação da posição Retorno i… »
Started on Feb. 14 2015 by
« //Relatorio Manual Excel ok is boolean = False CAB is int = 0 Lineprint is string = "" sFileName is string = "" ok = HExecuteQuery(QRY_Select_NG0001_FechamentoVoucher,hQueryDefault… »
Started on Apr. 30 2015 by
« 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… »
Started on Jun. 08 2015 by
« 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 ?… »
Started on May. 30 2015 by
« 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 … »
Started on May. 22 2015 by
« //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… »
Started on May. 09 2015 by
« 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>… »
Started on May. 27 2015 by
« /////// 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… »
Started on May. 26 2015 by
« //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… »
Started on May. 22 2015 by