Search found 103 matches
- Wed Apr 28, 2021 4:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: C code in xHarbour
- Replies: 0
- Views: 58491
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...
- Thu Apr 01, 2021 9:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Integration with DLL Delphi
- Replies: 2
- Views: 4276
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
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
- Sun Mar 28, 2021 6:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Integration with DLL Delphi
- Replies: 2
- Views: 4276
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 _...
- Sat Feb 20, 2021 4:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mr. Rao. xBrowse bug? (SOLVED)
- Replies: 2
- Views: 2553
Re: Mr. Rao. xBrowse bug?
I hadn't thought of a code block.
Thanks.
Thanks.
- Fri Feb 19, 2021 11:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mr. Rao. xBrowse bug? (SOLVED)
- Replies: 2
- Views: 2553
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...
- Thu Feb 18, 2021 4:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open 3 SQL tables
- Replies: 9
- Views: 15829
Re: Open 3 SQL tables
Hello Mr. Rao
I'm using version 18.01
I'm using version 18.01
- Tue Feb 16, 2021 11:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open 3 SQL tables
- Replies: 9
- Views: 15829
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 :=...
- Tue Feb 16, 2021 7:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open 3 SQL tables
- Replies: 9
- Views: 15829
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...
- Wed Feb 10, 2021 5:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveWin For Harbour
- Replies: 2
- Views: 2593
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
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
- Wed Feb 10, 2021 12:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MariaDB FWMaria OrdWildSeek (Solved)
- Replies: 4
- Views: 2130
Re: MariaDB FWMaria OrdWildSeek (Solved)
Thanks for the help Nages.
Perfect!
Perfect!
- Tue Feb 09, 2021 10:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MariaDB FWMaria OrdWildSeek (Solved)
- Replies: 4
- Views: 2130
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.
- Tue Feb 09, 2021 1:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: MariaDB FWMaria OrdWildSeek (Solved)
- Replies: 4
- Views: 2130
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...
- Mon Feb 08, 2021 8:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MariaDB (Solved)
- Replies: 2
- Views: 1433
Re: MariaDB
Thank you
Worked perfectly
Worked perfectly
- Mon Feb 08, 2021 5:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MariaDB (Solved)
- Replies: 2
- Views: 1433
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...
- Sun Feb 07, 2021 4:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Color palette
- Replies: 7
- Views: 3142
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
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