Search found 705 matches

by Maurizio
Wed Feb 24, 2021 7:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 8
Views: 10093

Re: How to Curl for text messaging

Happy Birthday Reinaldo ,

have you tried to use the service for WhatsApp?

Maurizio
by Maurizio
Mon Feb 22, 2021 1:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 8
Views: 10093

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...
by Maurizio
Fri Feb 05, 2021 8:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 1536

Re: xBrowse and lMergeVert

I use Mysql
Maurizio
by Maurizio
Wed Feb 03, 2021 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 1536

Re: xBrowse and lMergeVert

I use ADO
Maurizio
by Maurizio
Wed Feb 03, 2021 9:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 1536

Re: xBrowse and lMergeVert

Thanks RAO
it works very well .
is it possible to have a sub total for each merge?

Maurizio
by Maurizio
Tue Feb 02, 2021 2:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 1536

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...
by Maurizio
Fri Jan 15, 2021 1:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Same DBF with Harbour / xHarbour applications
Replies: 3
Views: 1485

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" ...
by Maurizio
Mon Jan 11, 2021 10:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Google Calendar oauth2 login
Replies: 0
Views: 5123

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(...
by Maurizio
Sat Jan 02, 2021 11:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: FW MariaDB/MySql native
Replies: 8
Views: 23016

Re: FW MariaDB/MySql native

maybe it's the same problem ?

https://forums.fivetechsupport.com/view ... ql#p203181

Maurizio
by Maurizio
Tue Dec 01, 2020 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem when compiling with Harbor
Replies: 5
Views: 1201

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
by Maurizio
Tue Dec 01, 2020 7:31 am
Forum: All products support
Topic: ModHarbour
Replies: 3
Views: 1887

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 :wink:
Maurizio
by Maurizio
Mon Nov 30, 2020 3:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem when compiling with Harbor
Replies: 5
Views: 1201

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...
by Maurizio
Fri Nov 27, 2020 8:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbar color
Replies: 5
Views: 1131

Re: Buttonbar color

Thanks Antonio ,
it wasn't what I thought, but for the moment it's okay .

Maurizio
by Maurizio
Thu Nov 26, 2020 7:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Happy birthday Antonio !!!
Replies: 52
Views: 23183

Re: Happy birthday Antonio !!!

Happy Birthday Antonio

Maurizio
by Maurizio
Wed Nov 25, 2020 3:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbar color
Replies: 5
Views: 1131

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