Search found 421 matches: java

Return to advanced search

Re: How to Curl for text messaging

... url to consume any of their other services via Curl. They have samples showing how to use their services using Node Js, PHP, Ruby, C#, Python, and Java. All their samples require that you install their SDK. By using Curl you don't have to be concerned with installing any SDK. I initially wrote ...
by reinaldocrespo
Wed Feb 24, 2021 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2263

Re: How to Curl for text messaging

... any replies as an http post web hook. So you would need to have an http server capable of receiving posts. After writing this whole project with Java, I decided I did not want to keep maintaining Java code. So I rewrote the whole thing with harbour and for the http server I was able to have it ...
by reinaldocrespo
Tue Feb 23, 2021 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2263

API integrate

... app to route4me api. How the sdks below is more easy to integrate a fivewin app? Route4Me PHP SDK » Route4Me C++ SDK » Route4Me C# SDK » Route4Me Java SDK » Route4Me Python SDK » Route4Me NodeJS SDK » Route4Me Ruby SDK » Route4Me Golang SDK » Route4Me Erlang SDK » Thanks in advance.
by wartiaga
Thu Jan 28, 2021 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: API integrate
Replies: 0
Views: 322

Re: firmare sul tablet

ciao
io ho smanettato un po con basic for android (b4a) e credo che li potresti trovare quello che cerchi, è un rad che tu scrivi in quasi basic e lui lo trasforma in java

molto comodo e veloce, provalo

Daniele
by fdaniele
Sat Jul 04, 2020 10:23 am
 
Forum: All products support
Topic: firmare sul tablet
Replies: 1
Views: 577

Re: Increse input Buffer in WebSocket

... response I will try to implement it in my "Harbor" WebSocketServer. Chemistry, mostly translated into "Harbor" from "Java" https://github.com/TooTallNate/Java-WebSocket/releases/tag/v1.4.0 But It Works OK. and Fast. look at: "My first FWH ...
by Damir
Wed May 20, 2020 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Increse input Buffer in WebSocket
Replies: 3
Views: 589

Re: FiveWin applications gallery

ps. ClientPrint Java and FWH is not jet Full Compatibile. http://clientprint.cf/Image_ClientPrint_Java.jpg Download ClientPrint.zip, Unpack, and run it. example included in folder example. the same for ClientPrint.jar. ...
by Damir
Wed May 20, 2020 2:09 am
 
Forum: Utilities / Utilidades
Topic: FiveWin applications gallery
Replies: 52
Views: 54809

Re: FiveWin applications gallery

... Device control and ...... http://clientprint.cf/Image_ClientPrint.jpg FWH variante: http://clientprint.cf/ClientPrint.zip java variante: http://clientprint.cf/ClientPrint.jar Home page: http://clientprint.cf Email: dgorisek@inet.hr
by Damir
Wed May 20, 2020 12:37 am
 
Forum: Utilities / Utilidades
Topic: FiveWin applications gallery
Replies: 52
Views: 54809

Re: Enlazar y compilar con el editor VSCode

... asi, el autor explica claramente que hay que pagar si lo usas. Hay extensiones para todo, se instalan en 1 segundo y a pesar que esta hecho con Javascript, es bastante rapido. Para la programacion con Fivewin , yo creo que FivEdit es mejor y si Cristobal lo sigue mejorando mejor aun. Igual que ...
by jvtecheto
Sun Apr 05, 2020 12:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enlazar y compilar con el editor VSCode
Replies: 54
Views: 7939

Re: ¿ Cómo leer huella digital desde FiveWin y Harbour?

Buen dia..

A que correo le envio el link de weTransfer, para anexar proyecto java
by russimicro
Tue Mar 17, 2020 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Cómo leer huella digital desde FiveWin y Harbour?
Replies: 6
Views: 1413

Re: ¿ Cómo leer huella digital desde FiveWin y Harbour?

Buena noche...

Lo hice usando app java , es transparente para el usuario, y uso el mismo dispositivo.
Si hay interés puedo compartir el código java y el xharbour

Jonsson Russi
by russimicro
Tue Mar 17, 2020 2:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Cómo leer huella digital desde FiveWin y Harbour?
Replies: 6
Views: 1413

Re: Convert Strings to and from UTF8 byte arrays (solved) ...

Java method getbytes returns aray of character codes from string („ABCD“ -> {65,66,67,68}).
I tried to rewrite several pages of code without previous knowledge of Java, but it was much simpler writing this part of code in FiveWin.
by bosibila
Tue Jan 14, 2020 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert Strings to and from UTF8 byte arrays ...
Replies: 5
Views: 1020

Re: Convert Strings to and from UTF8 byte arrays ...

Thanks João, but I think it is not applicable to my example. It is not charset convert.

When I send string to Java method 'getbytes' with this charactes:
cStr:="POST/eservice//batch/json/echoMyUserNamePass1234?"

Result is: "[B@1db9742" // UTF8 byte array
by bosibila
Wed Jan 08, 2020 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert Strings to and from UTF8 byte arrays ...
Replies: 5
Views: 1020

Convert Strings to and from UTF8 byte arrays ...

Hello to all members, is there any way to convert this Java code to FWH (getBytes method): ***protected static byte[] getTest(String httpMethod, String methodUri, String username, String password){String str = httpMethod + "\n" ...
by bosibila
Wed Jan 08, 2020 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert Strings to and from UTF8 byte arrays ...
Replies: 5
Views: 1020

Re: API xHarbour 1.2.1 to Word

... nicht beurteilen kann. Das Automation-API von Open Office ist außerordentlich komplex; man gewinnt den Eindruck, daß ein nennenswerter Teil der Java-Laufzeitumgebung hier Einzug gehalten hat. Entsprechend ist die (englischsprachige) offizielle Dokumentation extrem umfangreich. Sie bietet weit ...
by Jimmy
Sat Sep 07, 2019 10:44 am
 
Forum: All products support
Topic: API xHarbour 1.2.1 to Word
Replies: 1
Views: 1752

Re: Lectura Bascula

Buen día... Anexo código que funciona.... Pero realmente poco la uso, dado que termine haciéndolo con java, que es mas rápida, me sirve para cualquier bascula, me sirve para conexiones de terminal server. Function Comunica(nTieEsp)Local XPortId, cBloque, cbloque2LOCAL ...
by russimicro
Tue May 28, 2019 11:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lectura Bascula
Replies: 7
Views: 1060
PreviousNext

Return to advanced search