Search found 103 matches

by ctoas
Wed Apr 28, 2021 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: C code in xHarbour
Replies: 0
Views: 56922

C code in xHarbour

Hey guys I read in several places that it would be possible to execute C code directly in xHarbour, but I didn't understand how to do it. Could you give me a help? Thanks CURL *curl; CURLcode res; curl = curl_easy_init(); if(curl) { curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "POST"); cu...
by ctoas
Thu Apr 01, 2021 9:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Integration with DLL Delphi
Replies: 2
Views: 3107

Re: Integration with DLL Delphi

Valeu Lailton.

Segue o link da documentação

https://dev.gerencianet.com.br/docs

O que preciso é a parte de Boletos...

https://dev.gerencianet.com.br/docs/ger ... o-bancario
by ctoas
Sun Mar 28, 2021 6:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Integration with DLL Delphi
Replies: 2
Views: 3107

Integration with DLL Delphi

Hello friends. I need to make an integration with a Brazilian payment gateway called GerenciaNet, the easiest way and I saw that it is possible would be via DLL Delphi. I made the declaration of the DLL and its functions like this: nHandle := LoadLib32( "GerenciaNet.dll" ) DLL32 Function _...
by ctoas
Sat Feb 20, 2021 4:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao. xBrowse bug? (SOLVED)
Replies: 2
Views: 1987

Re: Mr. Rao. xBrowse bug?

I hadn't thought of a code block.

Thanks.
by ctoas
Fri Feb 19, 2021 11:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao. xBrowse bug? (SOLVED)
Replies: 2
Views: 1987

Mr. Rao. xBrowse bug? (SOLVED)

Mr. Rao In my previous post, you said that the way I built xBrowse was inadequate. Could you explain that? The way you suggested it doesn't work properly, but the way I used it does it correctly. See codes and equivalent images. So it doesn't work http://maxxtech.com.br/forum/xbrowselotes1.jpg @ 006...
by ctoas
Thu Feb 18, 2021 4:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Open 3 SQL tables
Replies: 9
Views: 11807

Re: Open 3 SQL tables

Hello Mr. Rao

I'm using version 18.01
by ctoas
Tue Feb 16, 2021 11:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Open 3 SQL tables
Replies: 9
Views: 11807

Re: Open 3 SQL tables

Thanks Nages (How should we call you Nages or Rao?) I found my stupidity ... kkkk Just let me ask you one more question about xBrowse. Would you like to remove any visual effect from the header when clicked and also the arrow indicating the sorting, is it possible? Use oBrw:aCols[1]:bLClickHeader :=...
by ctoas
Tue Feb 16, 2021 7:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Open 3 SQL tables
Replies: 9
Views: 11807

Open 3 SQL tables

Hello friends. In a module, I have a mysql table loaded and I need to open two more to save data, but when I try to do an xBrowse with data from the second or third it presents an error.     oRsLOTEAMENTO := oServer:ROWSET("SELECT * FROM loteamentos ORDER BY nome")     oRsSOCIOS     := oSe...
by ctoas
Wed Feb 10, 2021 5:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin For Harbour
Replies: 2
Views: 1397

Re: FiveWin For Harbour

Olá Rones,

Na pagina inicial do site do desenvolvedor tinha http://www.fivetechsoft.com, não posso te dar certeza pois nesse momento esta fora do ar.

Abriu o site, segue o link para o download
http://www.fivetechsoft.com/files/6.12/fwh.exe

Abraços
by ctoas
Wed Feb 10, 2021 12:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB FWMaria OrdWildSeek (Solved)
Replies: 4
Views: 1310

Re: MariaDB FWMaria OrdWildSeek (Solved)

Thanks for the help Nages.

Perfect!
by ctoas
Tue Feb 09, 2021 10:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB FWMaria OrdWildSeek (Solved)
Replies: 4
Views: 1310

Re: MariaDB FWMaria OrdWildSeek

Hi Nages, Seeking for the next occurrence: Code: Select all Expand view nSaveRec := oRs:RecNo() oRs:Skip( 1 ) if oRs:OrdWildSeek( cSeek, .t. ) oBrw:Refresh() else oRs:GoTo( nSaveRec ) MsgInfo( "not found" endif Unfortunately it didn't work, the skip runs, but OrdWildSeek doesn't.
by ctoas
Tue Feb 09, 2021 1:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB FWMaria OrdWildSeek (Solved)
Replies: 4
Views: 1310

MariaDB FWMaria OrdWildSeek (Solved)

Hello friends I have 2 functions that I used for incremental letter-by-letter search with DBF that I adapted for MariaDB. In this case, the first first part where I search letter-by-letter is working perfectly, but when I try to go to the next record using the same search string it doesn't work. oRs...
by ctoas
Mon Feb 08, 2021 8:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB (Solved)
Replies: 2
Views: 884

Re: MariaDB

Thank you

Worked perfectly
by ctoas
Mon Feb 08, 2021 5:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB (Solved)
Replies: 2
Views: 884

MariaDB (Solved)

Hello. I'm on my first project using MariaDB, I'm also using FWMaria for access. I'm not able to change the order of the data I start like this: oRs := oServer:RowSet( "SELECT nome,r_social FROM agenda ORDER BY r_social" ) XBrowse looks like this:        @ 0069,0000 XBROWSE oBrwAGENDA OF o...
by ctoas
Sun Feb 07, 2021 4:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Color palette
Replies: 7
Views: 1515

Re: Color palette

Hello Nages.

I didn't know this function, but I would only use it if there was no option since it is out of the standard of my screens.

Hugs