Search found 18155 matches: code

Return to advanced search

Re: Digitally signing a document

Hi, maybe you can test with chilkat:

https://www.example-code.com/foxpro/pdf_signatures.asp

Regards,

Toninho.
by toninhofwi
Fri Apr 19, 2024 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 356

Re: WhatsApp tests

Dear Antonio, Thank you very much for the code and the suggestion with the key combination symbol ~ (which stands for "Enter"). I just did a test and it works. I only tried text. It seems that you need to have WhatsApp installed on the ...
by Otto
Wed Apr 17, 2024 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 295

WhatsApp tests

Modesto Rocabado has shared with us this code to send messages and files using WhatsApp. We do appreciate your tests and feedback to fine tune it. Many thanks! FUNC SendToWhatsApp( cPhone, cMsg, aAttach )LOCAL oShell, aFiles := {}, ...
by Antonio Linares
Wed Apr 17, 2024 3:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 295

Re: Digital signing a document

... PDF files in C You can download the pre-built Poppler library for Windows from the Poppler website: https://poppler.freedesktop.org/. Here is the code to check for the signature: #include <stdio.h>#include <poppler-document.h>int main(int argc, char *argv[]) {  ...
by Antonio Linares
Sat Apr 13, 2024 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 356

Re: compile errors - send a SMS

I have run SMS with Twilio for the past 15 months. Here is my complete code implementation. * & # are used in spaces where specific client values must be substituted. Communications curl.exe -X POST https://api.twilio.com/2010-04-01/Accounts/****************/Messages.json ...
by TimStone
Fri Apr 12, 2024 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 266

Re: Problem with valid email refresh btnbmp

nageswaragunupudi wrote:Can any other friends also test this program and let us know if it is working for them.


Dear Rao,

Test code from Antonio.
working fine for 32bit.
    Win11 home/pro
    FWH2402
    Harbour 3.2
    Bcc77
by richard-service
Fri Apr 12, 2024 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2327

Re: Problem with valid email refresh btnbmp

Hi Friends,

I have tested the Antonio's above code with:

Win11,
FWH 2310,
xHarbour 1.3.1 Lastest Build,
BCC760

And it is working as intended.

-Ramesh Babu
by RAMESHBABU
Fri Apr 12, 2024 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2327

Re: compile errors

scratch the last message.
I forgot to update libcurl.dll

No errors now.

By adding this code, does it affect anything?

Code: Select all  Expand view

#pragma BEGINDUMP
void __get_std_stream() {}
void _chdir() {}
#pragma ENDDUMP
 
by Jeff Barnes
Thu Apr 11, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 266

Re: compile errors

This is the code I'm trying to compile. #include "FiveWin.ch"#include "directry.ch"#include "FileIO.ch"#include "Common.ch"#include "hbclass.ch"#include "C:\Harbour\Include\hbcurl.ch"#define ...
by Jeff Barnes
Thu Apr 11, 2024 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 266

Re: compile errors

Antonio Linares wrote:Dear Jeff,

Could you please post the source code of the example here so we can test it ?

thanks


+1
by Enrico Maria Giordano
Thu Apr 11, 2024 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 266

Re: compile errors

Dear Jeff,

Could you please post the source code of the example here so we can test it ?

thanks
by Antonio Linares
Thu Apr 11, 2024 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 266

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: 443

Re: Tooltip of the selector column

I tried to test the code: [code]#include "FiveWin.ch"function Test()   USE CUSTOMER   DEFINE DIALOG oDlg SIZE 600,500 PIXEL   @ 10,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ;      DATASOURCE "CUSTOMER" ...
by mtajkov
Sun Apr 07, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1360

Re: FWMARIA TOEXCEL ERROR FREEZEPANES

It appears you are using
Code: Select all  Expand view
oRowSet:ToExcel()

of FWMaria lib.
We will now include this code in TRY/CATCH block for future.

But we advise you to use oBrw:ToExcel() which is safer.
by nageswaragunupudi
Sat Apr 06, 2024 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3244

Re: Question about wfReadUrl()

... fine with the prefix "http", but results into an error "no exported method" with the prefix "https". This is the code how I want to check my url's:   DO CASE      CASE !wfReadURL("http://www.ma-consult.be")  ; xDownWeb := "http://www.ma-consult.be"  ...
by driessen
Fri Apr 05, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2746
Next

Return to advanced search