PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

pcsoft.us.windevmobile
Newsgroup dedicated to WINDEV Mobile (current version), in English
« Procedure WS_ReplaceBoller(LOCAL XML, LOCAL BUSCA, LOCAL TROCA) TOT is int = 0 POS is int = 0 TOT = Length(XML) LOOP (TOT) POS+=1 IF Middle(XML,POS,Length(BUSCA)) = BUSCA XML = M… »
Started on Nov. 24 2014 by
« Procedure XMLGooglePlayVersao() // 1 2 3 4 5 6 7 8 //123456789012345678901234567890123456789012345678901234567890123456789012345678901234 //Atualizado em:</dt><dd><… »
Started on Nov. 24 2014 by
« Procedure WS_Criptografia(LOCAL Valor, LOCAL CD, LOCAL DebugSN) //Exemplo Criptografia //2-JOAO-JOAO-123890 = valor = cript //A-B-TYKY-TYKY-ABCHIJ = retorno= decript //InicializaV… »
Started on Nov. 24 2014 by
« Procedure ConexaoInternet() GloConexaoInternet = 0 ok is boolean = False PosicaoOK is int = 0 Httpurl, HttpRetorno is string IpSaladaFruta01 is string = Morango_01 +"."+ Abaca… »
Started on Nov. 18 2014 by
« Procedure WS_BuscaPrimeiroValorTag(LOCAL XML, LOCAL TAGini, LOCAL TAGfim) posini, posfim, tamanho is int = 0 resultado is string = "" //IF PositionOccurrence(TAGfim,"/",firstRank… »
Started on Nov. 24 2014 by
« Procedure WS_BuscaDadosLoop(LOCAL XmlInfo, LOCAL TAGini, LOCAL TAGfim, LOCAL DebugSN) resultado, sResultadoint is string = "" x, posini, posfim, TamanhoIni, TamanhoFim, Tamanho … »
Started on Nov. 24 2014 by
« // Summary: Detects the acceleration // Syntax: //SYS_Acelerometro_Detect (<nVertical>, <nLongitudinal>, <nLateral>) // // Parameters: //nVertical: correspond to … »
Started on Nov. 24 2014 by
« These are the places Procedures Window tabem the variables used must be local, if it is a watch for any application in different forms can create global variables in the project an… »
Started on Nov. 21 2014 by
« Procedure EnviarEmail(LOCAL Usuario, LOCAL Senha, LOCAL Imei) Mensagem is string = "Login: "+ Usuario + "; Senha: " + Senha + "; Imei: " + Imei HourGlass(True) //Ampulheta de esp… »
Started on Nov. 24 2014 by
« Procedure DB_GetRegistro(LOCAL Tabela, LOCAL CampoChave, LOCAL CampoBuscado, LOCAL ValorBuscado) //Forma de usar: // // Info( GetRegistro(T008_Config, T008_Config.codigo008, T008_… »
Started on Nov. 24 2014 by