Happy Birthday Reinaldo ,
have you tried to use the service for WhatsApp?
Maurizio
Search found 705 matches
- Wed Feb 24, 2021 7:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Curl for text messaging
- Replies: 8
- Views: 13955
- Mon Feb 22, 2021 1:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Curl for text messaging
- Replies: 8
- Views: 13955
Re: How to Curl for text messaging
Ciao Reinaldo I use this for send SMS with mobyt.it via cURL Maurizio #include "hbcurl.ch" #include "common.ch" function SMS() local aHeader := {} local hCurl local cUrl := '' local cError, cResponse ,nResponseCode := 0 Local cTxt TEXT INTO cTxt { "messag...
- Fri Feb 05, 2021 8:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse and lMergeVert
- Replies: 6
- Views: 2517
Re: xBrowse and lMergeVert
I use Mysql
Maurizio
Maurizio
- Wed Feb 03, 2021 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse and lMergeVert
- Replies: 6
- Views: 2517
Re: xBrowse and lMergeVert
I use ADO
Maurizio
Maurizio
- Wed Feb 03, 2021 9:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse and lMergeVert
- Replies: 6
- Views: 2517
Re: xBrowse and lMergeVert
Thanks RAO
it works very well .
is it possible to have a sub total for each merge?
Maurizio
it works very well .
is it possible to have a sub total for each merge?
Maurizio
- Tue Feb 02, 2021 2:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse and lMergeVert
- Replies: 6
- Views: 2517
xBrowse and lMergeVert
Hello Rao I use oCol:lMergeVert and oCol:WorkMergeData() to activate at runtime lMergeVert and it works fine , but is it possible to disable for other conditions? IF oBrw:oRs:Sort) == 'State' WITH OBJECT oBrw:State :lMergeVert := .t. :WorkMergeData() END ELSE // HOW DO YOU RESTORE WITHOUT lMergeVert...
- Fri Jan 15, 2021 1:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Same DBF with Harbour / xHarbour applications
- Replies: 3
- Views: 2654
Re: Same DBF with Harbour / xHarbour applications
Yes yes I use it with both, I have not found any problem. I use this config REQUEST DBFCDX rddsetdefault( "dbfcdx" ) REQUEST DBFFPT SET DBFLOCKSCHEME TO 2 // clp53 REQUEST HB_LANG_IT HB_LANGSELECT( 'IT' ) #ifndef __XHARBOUR__ request HB_CODEPAGE_ITWIN set( _SET_CODEPAGE, "ITWIN" ...
- Mon Jan 11, 2021 10:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Google Calendar oauth2 login
- Replies: 0
- Views: 5475
Google Calendar oauth2 login
God morning , lately i have problems with the google calendar login , I have this error https://drive.google.com/file/d/1ukEbp4G0sjQACQBRIyoZ2Ezn7P0XG9YA/view?usp=sharing the code I use is DEFINE WINDOW ::oWindow TITLE "Google Users" FROM 10, 1 TO 40,60 oActiveX := TActiveX(...
- Sat Jan 02, 2021 11:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FW MariaDB/MySql native
- Replies: 8
- Views: 24683
- Tue Dec 01, 2020 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem when compiling with Harbor
- Replies: 5
- Views: 1875
Re: Problem when compiling with Harbor
Thanks Antonio, Enrico
the strange thing is that it worked before, and on another PC it still works
Maurizio
the strange thing is that it worked before, and on another PC it still works
Maurizio
- Tue Dec 01, 2020 7:31 am
- Forum: All products support
- Topic: ModHarbour
- Replies: 3
- Views: 3137
Re: ModHarbour
Ciao,
anche per mè vale la stessa cosa, ho seguito all'inizio ma poi ho lasciato perdere .
Purtroppo ci sono diversi siti e forum, tutti in spagnolo
Maurizio
anche per mè vale la stessa cosa, ho seguito all'inizio ma poi ho lasciato perdere .
Purtroppo ci sono diversi siti e forum, tutti in spagnolo
Maurizio
- Mon Nov 30, 2020 3:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem when compiling with Harbor
- Replies: 5
- Views: 1875
Problem when compiling with Harbor
Hello , I've been working with Harbor and FiveWin for years and I've never had a problem like this before. I have a problem when compiling , with header file and case sensitive I have this error Copyright (c) 1999-2020, https://harbour.github.io/ Righe.prg(5689) Warning W0001 Ambiguous reference 'AR...
- Fri Nov 27, 2020 8:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Buttonbar color
- Replies: 5
- Views: 1759
Re: Buttonbar color
Thanks Antonio ,
it wasn't what I thought, but for the moment it's okay .
Maurizio
it wasn't what I thought, but for the moment it's okay .
Maurizio
- Thu Nov 26, 2020 7:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Happy birthday Antonio !!!
- Replies: 52
- Views: 30993
Re: Happy birthday Antonio !!!
Happy Birthday Antonio
Maurizio
Maurizio
- Wed Nov 25, 2020 3:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Buttonbar color
- Replies: 5
- Views: 1759
Buttonbar color
Hello,
we have function like SetDlgGradient which allows you to set the colors of all the dialogs of the project .
There is a function that allows you to do the same for buttonbar ?
Thanks
Maurizio
we have function like SetDlgGradient which allows you to set the colors of all the dialogs of the project .
There is a function that allows you to do the same for buttonbar ?
Thanks
Maurizio