PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

pcsoft.us.windevmobile
Newsgroup dedicated to WINDEV Mobile (current version), in English
« import android.content.res.Configuration; // Returns True if the device that runs the application is a tablet PUBLIC static boolean isTablet(){ RETURN (getApplicationContext().get… »
Started on Nov. 18 2014 by
« Procedure Teclado(LOCAL HideUnhide) IF HideUnhide = "Hide" OR HideUnhide = "HIDE" OR HideUnhide = 0 //Esconde o teclado SIPVisible(False) ELSE IF HideUnhide = "Unhide" OR HideUnhi… »
Started on Nov. 18 2014 by
« Procedure LE_ASCII(LOCAL ArquivoTxt) //Le arquivo texto // Declare the variables PathFile is string = ArquivoTxt IdFile, ResCloseFile, FileID, NumeroLinha is int Line is string … »
Started on Nov. 18 2014 by
« Procedure Fracao(LOCAL ValorReal, LOCAL QtdeCasasDecimais) RetornoFracionario is string = "" IF ValorReal PosicaoPonto is int = PositionOccurrence(ValorReal,".",firstRank,FromBeg… »
Started on Nov. 18 2014 by
« Procedure GPS_PontoCentral(LOCAL Lat_A, LOCAL Lng_A, LOCAL Lat_C, LOCAL Lng_C, LOCAL DebugSN) Retorno is string = "" Lat_B is real = (Min(Lat_A,Lat_C) + ((Max(Lat_A,Lat_C) - Min(… »
Started on Nov. 18 2014 by
« Procedure ExtensoNumero(LOCAL Simbolo, LOCAL Valor, LOCAL MoedaMedida, LOCAL FalarSN) NumeroExtenso is string = "" sExt is string = "33" nUniw is int = 6 nUndw is int = 9 nDezw is… »
Started on Nov. 18 2014 by
« Can anyone help me convert a java script to work in windev mobile? thanks iso… »
Started on Oct. 24 2014 by
« Procedure XMLConverteUrl(LOCAL Url) //: = %3A /// = %2F //? = %3F //= = %3D //& = %26 //Info(XMLConverteUrl("http://www.touroperator.com.br/webservice/ws.asmx/ConsultaProduto?IdW… »
Started on Nov. 18 2014 by
« Procedure WebserviceExemplo() //WSAutenticaUsuario envia is a WSAutenticaUsuario retorno is a WSAutenticaUsuarioResponse envia.usuario = "a2xsistemas" envia.senha = "a2x2014" r… »
Started on Nov. 18 2014 by
« Procedure ValidaCPF(cpf) //Limpa Campo cpf = LimpaCampo(cpf) // Caso coloque todos os numeros iguais SWITCH cpf CASE "00000000000" cpf = "" RESULT(False) CASE "11111111111" cpf =… »
Started on Nov. 18 2014 by