Search found 421 matches: java

Return to advanced search

Re: How to fill edit box and click button in another application

hi i done know JAVA so i can only tell you about Windows Control to find Handle of Window you need FindWindow() like in your Sample to find a Control "in" a Window you need FindWindowEx() and "lpszClass" of Control ...
by Jimmy
Wed Feb 15, 2023 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

How to fill edit box and click button in another application

... I also want to fill edit box and press button in another application from mine. Another application is not mine. I have not any source. It is a java application.     hWnd := FindWindow( 0,"Second Application")        ? hWnd    // There is a hWnd value.        BringWindowToTop( ...
by Horizon
Tue Feb 14, 2023 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

Re: Xbrowse to Html

... https://www.w3schools.com/html/html_tables.asp time to learn some HTML my friend :-) I know well the html language, php, flash java, javascript , wordpress, joomla and other since I have been working at school for thirty-five years and for about twenty I have been creating websites ...
by Silvio.Falconi
Fri Oct 07, 2022 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 966

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 NWKL
Sat Aug 13, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2264

Re: How to call Events from OLE/COM objects

... Link you posted i have download DigitalPersona, Inc. One Touch® for Windows® SDK COM/ActiveX® Edition which work with C/C++, COM/ActiveX, .NET and Java --- i do not understand VB ... on Page 22 of \Docs\One Touch for Windows SDK COM-ActiveX Developer Guide.pdf Fingerprint Sample Capture 1. *Create ...
by Jimmy
Sat Apr 23, 2022 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 967

How can I excecute javascript "../js/#page-2"?

Dear deveopers, In web page, I am trying to execute (call) below java to move into next page. <a href="../static/js/#page-2" class="page-link">2</a> In old days, it was possible to execute java as below... oAx:oActiveX:Document:ParentWindow:ExecScript( ...
by kim yong woo
Sat Apr 02, 2022 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I excecute javascript "../js/#page-2"?
Replies: 0
Views: 174

Job offer

DESCRIPTION OF ADVERTISEMENT Clipper/xBase/xHarbour - HTML, JAVA CSS COMPANY This is a full time position with a stable25+years established software company The company has 2 major software products in the HUMAN RESOURCES Industry The company's software ...
by Antonio Linares
Sat Mar 05, 2022 8:14 am
 
Forum: Utilities / Utilidades
Topic: Job offer
Replies: 0
Views: 377

Re: Edge en Control ActiveX

Unfortunately .. no No, Microsoft Edge doesn't support ActiveX controls and Browser Helper Objects (BHOs) like Silverlight or Java. If you're running web apps that use ActiveX controls, x-ua-compatible headers, or legacy document modes, you need to keep running them in Internet Explorer ...
by Rick Lipkin
Fri Feb 18, 2022 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Edge en Control ActiveX
Replies: 3
Views: 397

Re: Enlazar y compilar con el editor VSCode

... D:\arturo\veryanlin\prgfw_modjul21\gohp.bat < D:\arturo\veryanlin\prgfw_modjul21>set oldpath=C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Windows Live\Shared;C:\Program ...
by artu01
Wed Aug 11, 2021 5:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enlazar y compilar con el editor VSCode
Replies: 54
Views: 7939

Re: Use cUrl to upload data to online server

... CURLOPT_SSL_VERIFYPEER, false);$resp = curl_exec($curl);curl_close($curl);var_dump($resp);?>  JAVASCRIPT var url = "https://petstore.swagger.io/v2/pet";var xhr = new XMLHttpRequest();xhr.open("PUT", url);xhr.setRequestHeader("accept", ...
by Marc Venken
Sat May 22, 2021 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1261

Re: *** Curso de C para programadores Harbour.

... > Saber si, a través del sistema extendido, podríamos conectar también con JAVA Posiblemente, pero correr una maquina virtual encima de otra aún enlenteceria más. Sin embargo podemos conectar con Python y ahi hay un montón ...
by Antonio Linares
Thu Apr 01, 2021 12:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18402

Re: *** Curso de C para programadores Harbour.

... 64 bits es más rapido que un programa 32 bits en un entorno de 64 bits Saber si, a través del sistema extendido, podríamos conectar también con JAVA. Saber si el profiler de Harbour es efectivo. Nunca lo usé, pero tampoco nunca vi que nadie lo usase Y lo que más de lo más que me gustaría sería ...
by hmpaquito
Thu Apr 01, 2021 11:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18402

Re: Mod Harbour challenge project

... professional applications To understand the little animation a bit now, you must now think about how it was built. In the backend there are: java, phyton, php, ... and harbour! The frontend part is the same for everyone Thus, this application differs between making it with a language or harbour: ...
by Carles
Wed Mar 31, 2021 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour challenge project
Replies: 15
Views: 2111

Re: Can FW also read a intire online webshop ?

Today I found this code in java. It should show the tags in a html page. I can read the tags in FW when i know te name of them en take the text between the corresponding text. Do we have a corresponding function like getelementbytagname ...
by Marc Venken
Wed Mar 24, 2021 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can FW also read a intire online webshop ?
Replies: 14
Views: 1700

CRC8

... que debemos insertar en la factura. Todo lo que encuentro es para CRC16 ó CRC32 y no me sirve. La administración ha publicado un código de CRC8 en java y necesito ayuda para compilarlo y enlazarlo con mi aplicacion FWH + xHarbour pasandole el dato del código a validar y recuperando el valor que ...
by landaga
Sat Feb 27, 2021 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CRC8
Replies: 2
Views: 445
PreviousNext

Return to advanced search