Search found 7596 matches: application

Return to advanced search

Compiler with MSVC y HARBOUR

... VS2022 portable you can uninstall Visual Studio and recover the 10GB that you used in the installation To link to the UEstudio Editor use this Application # --------- Harbour y FWH configuration --------# --- general --------------------------------------# $P  - project name# $Pp - path ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 134

Compilar con MSVC y HARBOUR

... su portable VS2022 puede desintalar Visual Studio y recupera sus 10GB que utilizó en la instalación Para enlazar con el Editor UEstudio use éste Application # --------- Harbour y FWH configuration --------# --- general --------------------------------------# $P  - project name# $Pp - path ...
by acuellar
Thu Apr 18, 2024 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con MSVC y HARBOUR
Replies: 0
Views: 74

Re: WhatsApp tests

on my computer it simply opens the WhatsApp application but in cases where it is not installed, the procedure should check if it is installed and if it is not, go and download the application from the Microsoft store However it doesn't work for ...
by Silvio.Falconi
Thu Apr 18, 2024 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 353

Re: WhatsApp tests

...       aTmp[2]:=nHt    return aTm How can you remove the ability to have attachments or not? then the function should check if the WhatsApp application is installed on the PC and load it directly from the Microsoft store but I don't know how to do it the link to download is "https://apps.microsoft.com/detail/9nksqgp7f2nh?hl=it-it&gl=IT"
by Silvio.Falconi
Wed Apr 17, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 353

Re: ADS with 64bit FWH Apps

... and you also don't really have to include those files. The end users probably already have them in place. In my case, I built the .exe for my application using the current .lib files for ADS. Originally I was including the four .dll files from the ADS 12 distributions. After seeing Reinaldo's ...
by TimStone
Tue Apr 16, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2298

Digitally signing a document

Hello,

A PDF-document can be signed digitally in Acrotbat Reader.

But does anyone know how I can check in my FWH-application if a PDF-document has been signed digitally?

Thank you in advance.
by driessen
Fri Apr 12, 2024 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 403

Re: Question about wfReadUrl() - SOLVED

Otto,

I don't do any search in my application into documents. Problem is that there are much to many documents (I have customers with more than 1 million documents).
So they use the standard Microsoft search which is doing fine.
by driessen
Sun Apr 07, 2024 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2777

FWMARIA TOEXCEL ERROR FREEZEPANES

... Foro Al realizar la exportacion a Excel desde un browse me muestra el siguiente error desde algunas consultas Error description: Error Excel.Application:ACTIVEWINDOW/3 DISP_E_MEMBERNOTFOUND: _FREEZEPANES Args: [ 1] = L .T. Stack Calls =========== Called from: => TOLEAUTO:_FREEZEPANES( ...
by cjcardoza
Fri Apr 05, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3253

Re: FWErrorsys()

Lastly, If we do not like to use FWH's error handling and like to have our own error handler Then at the beginning of the application, execute ErrorBlock( { |e| MyErrorHandler( e ) } ) and have our own error handling module like "errsysmy.prg" with ...
by nageswaragunupudi
Thu Apr 04, 2024 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1827

ADS with 64bit FWH Apps

... a question for others who use it: I have a variety of licenses ( 7.0 - 12.1 ). I have them all installed in Windows 64 bit OS. I now distribute my application with both 32 and 64 bit builds with Harbour/MSVC and FWH. 32 bit apps never have an issue. But the identical build in 64 bit receives a ...
by TimStone
Thu Apr 04, 2024 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2298

Re: FWErrorsys()

FWH procedure FWErrorSys() is identical to FWH procedure ErrorSys() that it is automatically called by Harbour.

procedure ErrorSys() invokes function ErrorBlock() to replace the default application errorBlock:

ErrorBlock( { | e | ErrorDialog( e ) } )
by Antonio Linares
Wed Apr 03, 2024 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1827

Re: Talking to your apps

> From what I understand it works in every application, as long as the focus is in a text field

right! Thats why we invoke it when a GET has the focus :-)
by Antonio Linares
Fri Mar 29, 2024 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3869

Re: Talking to your apps

It's amazing It works even in my old console program!
I press Windows H And then I click on microphone on the left
From what I understand it works in every application, as long as the focus is in a text field
by MarcoBoschi
Fri Mar 29, 2024 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3869

Re: DNS

... (with caution): It's important to note that WSACleanup() cancels any pending blocking or asynchronous Winsock calls issued by any thread in your application. This cancellation happens without notification messages or event object signaling, which could potentially lead to unexpected behavior ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1021

Re: xHarbour.org updated!

... the IP classes, you just have to link these libraries: tipssl.liblibssl.liblibcrypto.libtip.lib And put these DLLs in the same directory of your application: libssl-3.dlllibcrypto-3.dll For the CURL, the needed liBs are: hbcurl.liblibcurl.lib And the DLL is: libcurl.dll A sample for CURL is: ...
by Enrico Maria Giordano
Mon Mar 25, 2024 3:47 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37536
Next

Return to advanced search