Search found 18219 matches: code

Return to advanced search

Re: xbrowse problem with :bLClicked

Dear Silvio, Lets see if this can help you. Consulting Llama3-70B Harbour's code specialized https://hf.co/chat/assistant/66229318ae991ee8ad79a177 I see what's going on here. You're experiencing some issues with the selection and deselection of records ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 135

Re: Runner XBase (RX)

Hello ! Version RunnerXbase 1.5 ready! --> https://runnerxbase.app New console method: If you just want to try small routines, then go in, paste code and run. You can run routines in PRG mode (you can try a simple Harbor routine) or you can run HTML code (with the possibility of embedding prg ...
by Carles
Sat Apr 20, 2024 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 10
Views: 1200

xbrowseWeb - Work in Progress

... a template for consistent navigation in my web programs. Here, I also host the xbrowseWeb module. Another principle I follow is to keep the source code as simple as possible and use a modular approach to maximize component reuse. xbrowseWeb used as a file manager xbrowseWeb to browse a DBF file ...
by Otto
Sat Apr 20, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 312

Re: Harbour AI expert coder

Do you need any Harbour code for a function or a Class ? Do you need to review some Harbour documentation ? Don't hesitate to use the Llama3 power! :-) https://hf.co/chat/assistant/66229318ae991ee8ad79a177 It is far from perfect ...
by Antonio Linares
Sat Apr 20, 2024 8:41 am
 
Forum: latest AI news
Topic: Harbour AI expert coder
Replies: 1
Views: 146

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

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

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

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

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

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

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

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

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

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

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: 492
PreviousNext

Return to advanced search

cron