Search found 119 matches: simplest

Return to advanced search

Re: Digitally signing a document

Dear Michel, The simplest way I have found to build a tool to check if a PDF is signed is using python. signed.py import sys, aspose.pdf as appdfSign = ap.facades.PdfFileSignature()pdfSign.bind_pdf(sys.argv[ 1 ])signatures ...
by Antonio Linares
Mon Apr 15, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 546

Re: Centrar texto VERTICALMENTE

Please try these samples in the samples folder:
print01.prg
print02.prg
pdfharu1.prg
pdfharu2.prg

You can see how to generate pdfs using Word, FWH own pdf, HaruPDF, Image2pdf
Please see how simplest and one line code to print complex outputs.

And advise us what more you want us to provide
by nageswaragunupudi
Tue Apr 09, 2024 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 501

Fulltext-Search

... https://mybergland.com/fwforum/fulltxt.gif Here's a basic overview of how to use findstr: Basic Usage: At its simplest, you can use findstr to search for a string in a file. For example, to search for the word "example" in a file called "myfile.txt," ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1299

Data exchange between PC and Android device on the same loca

... interface. For this I based and adapted ideas from JMG. (Robert) CURRENT SITUATION: I have not achieved communication, my first approach is the simplest, I make an $Ajax request from the Client side and the server receives it, but when generating the response it violates the CORS rules, generating ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 829

Using OCR from Harbour

Are you using OCR from your FWH app ?

If so, could you share your solution ?

What would be the simplest way to do it ?
by Antonio Linares
Sun Nov 19, 2023 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using OCR from Harbour
Replies: 1
Views: 243

Re: How To Change Globally GET Text color when it is focused

I had posted on the How to change GET Text Color when it is focused.


The simplest way is:
Code: Select all  Expand view
SetGetColorFocus( [nFocusColor] )

at the beginning of your application.
by nageswaragunupudi
Sat Aug 12, 2023 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1576

Re: Create help system with F1

Dear Marc, the simplest way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, ...
by Marc Venken
Tue Jul 11, 2023 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 897

Re: Create help system with F1

Dear Marc, the simplest way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, ...
by Antonio Linares
Tue Jul 11, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 897

Re: Webview question

... a Microsoft IWebBrowser2 object as we could have a much better control over it. Anyhow, there are several ways to do it and we are looking for the simplest way (as there are very complex ways). This is a code that we are starting to avoid using the webview.dll: #include "FiveWin.ch"function ...
by Antonio Linares
Fri Jun 30, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2996

Re: Aplicación para Android

thanks Maurizio, I think the simplest way to run an existing Windows app from an Android device is using Windows remote desktop You can also use Wine from Android to run the Windows EXE locally on the Android device: https://androidphoria.com/tutoriales/instalar-aplicaciones-windows-android-wine-2022 ...
by Antonio Linares
Tue Jun 20, 2023 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Aplicación para Android
Replies: 8
Views: 599

prompt-editor

... making it easier to edit the questions. Now, we need to update the DBF file that contains the standard questions over the internet. What is the simplest way to do this? Best regards, Otto https://mybergland.com/fwforum/prompt_editor.jpg
by Otto
Wed May 31, 2023 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 264

Re: Speech Recognizer for harbour App ?

https://www.autoitscript.com/forum/topic/137485-solved-the-simplest-example-for-speech-recognition/ Local $RecoContext =ObjCreate("SAPI.SpSharedRecoContext")If @Error Then    Msgbox(0,"","Error Creating ...
by Antonio Linares
Sat Apr 29, 2023 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speech Recognizer for harbour App ?
Replies: 9
Views: 535

Re: DLLCALL under Fivewin

To find if a function is PASCAL or not, simply use such clause or remove it and check if it works or not. Thats the simplest way FWH should not affect Harbour's DllCall() behavior, so I guess that you are using wrong parameters with DllCall() Does your same syntax work in xBase++ ...
by Antonio Linares
Thu Dec 01, 2022 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2784

Re: The simplest way to build from vscode

From some versions are present 2 custom task types, Harbour that starts the configured harbour executable, I use it to see the cpp and the hrb generated And HBMK2 that calls the HBMK2 on the same folder of configured harbour. The goods of this task type is: if you configure a setupBatch it is called...
by AntoninoP
Wed Oct 12, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The simplest way to build from vscode
Replies: 3
Views: 583
Next

Return to advanced search