PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

pcsoft.us.windevmobile
Fórum dedicado a WINDEV Mobile (versão atual), em Inglês
« import android.content.res.Configuration; // Returns True if the device that runs the application is a tablet PUBLIC static boolean isTablet(){ RETURN (getApplicationContext().get… »
Iniciado em 18 nov. 2014 por
« Procedure Teclado(LOCAL HideUnhide) IF HideUnhide = "Hide" OR HideUnhide = "HIDE" OR HideUnhide = 0 //Esconde o teclado SIPVisible(False) ELSE IF HideUnhide = "Unhide" OR HideUnhi… »
Iniciado em 18 nov. 2014 por
« Procedure LE_ASCII(LOCAL ArquivoTxt) //Le arquivo texto // Declare the variables PathFile is string = ArquivoTxt IdFile, ResCloseFile, FileID, NumeroLinha is int Line is string … »
Iniciado em 18 nov. 2014 por
« Procedure Fracao(LOCAL ValorReal, LOCAL QtdeCasasDecimais) RetornoFracionario is string = "" IF ValorReal PosicaoPonto is int = PositionOccurrence(ValorReal,".",firstRank,FromBeg… »
Iniciado em 18 nov. 2014 por
« 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(… »
Iniciado em 18 nov. 2014 por
« 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… »
Iniciado em 18 nov. 2014 por
« Can anyone help me convert a java script to work in windev mobile? thanks iso… »
Iniciado em 24 out. 2014 por
« Procedure XMLConverteUrl(LOCAL Url) //: = %3A /// = %2F //? = %3F //= = %3D //& = %26 //Info(XMLConverteUrl("http://www.touroperator.com.br/webservice/ws.asmx/ConsultaProduto?IdW… »
Iniciado em 18 nov. 2014 por
« Procedure WebserviceExemplo() //WSAutenticaUsuario envia is a WSAutenticaUsuario retorno is a WSAutenticaUsuarioResponse envia.usuario = "a2xsistemas" envia.senha = "a2x2014" r… »
Iniciado em 18 nov. 2014 por
« Procedure ValidaCPF(cpf) //Limpa Campo cpf = LimpaCampo(cpf) // Caso coloque todos os numeros iguais SWITCH cpf CASE "00000000000" cpf = "" RESULT(False) CASE "11111111111" cpf =… »
Iniciado em 18 nov. 2014 por