PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

pcsoft.br.windev
Newsgroup dedicated to WINDEV (current version), in Portuguese
«  //Extraindo Texto de PDF VarArquivois string VarArquivo= fImageSelect(EdtArqPdf,"","Selecione PDF...","PDFs"+TAB+"*.PDF") IF tmpArq<>"" THEN Edt_ArqPdf = VarArquivo // m… »
Started on Aug. 31 2015 by
« Prezados Muitos me perguntam sobre Querys e Filtros Vou passar um exemplo bem interessante aqui, veja a imagem da query e o seu codigo, note que a query eu consigo mudar ate a or… »
Started on Aug. 29 2015 by
« Procedure WS_ReadXml(XML_Retorno is string) arrXml_TagResult is array of strings busca01 is string = "<Row>" busca02 is string = "</Row>" xposicaoinicial is int = 0 … »
Started on Aug. 28 2015 by
« Procedure Picture(valor, formato) NewFormat is string = "" Zeros is string = "" IF valor <> "" AND formato <> "" AND Length(valor) > 0 NewValor is string = valor… »
Started on Aug. 28 2015 by
« Procedure WS_ImportCSV(sFullFileName is string) sCsvSeparator is string = ";" sCsvRow is string nFileNum is int nLoop, Total is int nCol is int nJumCol is int = 1 // Create a Tab… »
Started on Aug. 28 2015 by
« Ola Pessoal, Aqui um ótimo link para estudos e novas implementações para o Webdev usando Javascript http://www.w3schools.com/jsref/met_win_open.asp A dificuldade de hoje consiste … »
Started on Aug. 01 2015 by
« Olá amigos! Estou com uma rotina para NFeS é quando vou gerar o XML da RPS ele me dá o seguinte erro! Error at line 55 of GLOBAL Procedure GerarXmlLoteRps Process. XMLSave FUNCTI… »
Started on Aug. 18 2015 by
« Procedure Picture(valor, formato) NewFormat is string = "" IF valor <> "" AND formato <> "" THEN Pos01 is int = 0 Pos02 is int = 0 Total is int = Length(formato) LO… »
Started on Aug. 21 2015 by
« // by Jose Elielson // converter dec -> bin x is int = edit_decimal r is int = 0 y is int = 0 b is string = "" IF x > 1 LOOP y = IntegerPart(x/2) r = x - (y*2) b = NumToS… »
Started on Aug. 19 2015 by
« Olá pessoal. Tudo bom? Estou saindo do SCM e tem como utilizar o gitHub para controle de versão? Agradeço a atenção! -- Analista de Sistemas Jr Assessor de Comunicação Fotografo… »
Started on Aug. 17 2015 by