PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

pcsoft.us.windevmobile
Foro dedicado a WINDEV Mobile (versión actual), en inglés
« Good afternoon, I have a java class with commands to operate the data collector. I added the .jar to the project, I imported it into the procedure. When I go to compile the p… »
Iniciado en 31 jul. 2017 por
1 respuesta
« Procedure WS_RemoveAcentos(LOCAL Texto ) ChangeCharset(charsetOccidental) // SEM ACENTO nTamanho is int = Length(Texto) Texto = Replace(Texto,CRLF,"") Texto = Replace(Texto,TAB,"… »
Iniciado en 09 dic. 2014 por
7 respuestas
« Has anyone connected, via Android, a SQL Server database through the SQLConnectWS function? I'm having difficulty in syntax, I need to inform the server + instance + database (usi… »
Iniciado en 08 sep. 2017 por
No hay respuesta
« I'm not sure why this is happening, so if anyone can provide some insight, that'd be greatly appreciated. I have a procedure calling another procedure. And the 2nd procedure is cha… »
Iniciado en 07 sep. 2017 por
« Hi everyone, I'm trying to create a share button in my android application to open the share chooser and send a text. I found this java code online (it works in Android Studio) bu… »
Iniciado en 06 sep. 2017 por
« Saludos me encuentro desarrollando una aplicación multi-plataforma (Android, IOS) y mi base de datos la estoy realizando con SQLITE sin embargo cuando ejecuto un query como el sigu… »
Iniciado en 31 ago. 2017 por
« .... IF gbThreadAtivada = False THEN gbThreadAtivada = True IF ThreadState(“loopthread”) = threadUnknown THEN ThreadExecute(“loopthread”,threadNormal,WS_MultiThread_Loop) END END… »
Iniciado en 20 nov. 2014 por
9 respuestas
« Good Day I am calling an API from my Phone app and use JSONToVariant to get the results. It is working perfect when I run the test on my PC but after I uploaded it to the phone an… »
Iniciado en 28 ago. 2017 por
« Procedure WS_CEP_Rota(LOCAL Origem, LOCAL Destino, LOCAL DebugSN) //Origem ="dr goulin 1699 curitiba PR" //Destino = "jose lopacinsk 500 curitiba PR" IF GloDebugSN = "S" THEN Deb… »
Iniciado en 19 nov. 2014 por
22 respuestas
« Hi. I want that my Android application starts when starting the device system. To do so I try check the "Automatically start application when starting the device" check box in the… »
Iniciado en 08 ago. 2017 por