Hello Uwe, thanks for the reply.
It's already a good size for you to share. Now I turn around!
I appreciate the help!
Search found 115 matches
- Wed Jun 23, 2021 6:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
- Thu Jun 17, 2021 3:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Colors (SOLVED)
Hi.
I haven't touched it yet but that's almost what I need when using the slider but automatically, I think it would be more interesting in my case although I could do something similar and let the user choose the tone they prefer.
Would it be possible to share so you can have a beginning?
Hugs
I haven't touched it yet but that's almost what I need when using the slider but automatically, I think it would be more interesting in my case although I could do something similar and let the user choose the tone they prefer.
Would it be possible to share so you can have a beginning?
Hugs
- Wed Jun 16, 2021 1:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Colors (SOLVED)
Hi Uwe, thanks for replying.
I'm adjusting the visual part of my calendar, as the user can change the predominant color of the screen, the calendar has differences in the colors of today, Sundays and holidays. In the way I'm doing it, in some situations it's out of color.
So I want to calculate to ...
I'm adjusting the visual part of my calendar, as the user can change the predominant color of the screen, the calendar has differences in the colors of today, Sundays and holidays. In the way I'm doing it, in some situations it's out of color.
So I want to calculate to ...
- Mon Jun 14, 2021 6:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tree xBrowse Menu (ONE MORE)
- Replies: 12
- Views: 3220
Re: Tree xBrowse Menu (ONE MORE)
Hello friends!!
In this menu where the images are in this line, I can replace them with common characters, like "+", "-" and ">" ???
oBrwMENU:aCols[1]:AddResource({"TREE_MENU_MENOS","TREE_MENU_MAIS","TREE_MENU_OPCAO"})
I've already looked, but maybe through ...
In this menu where the images are in this line, I can replace them with common characters, like "+", "-" and ">" ???
oBrwMENU:aCols[1]:AddResource({"TREE_MENU_MENOS","TREE_MENU_MAIS","TREE_MENU_OPCAO"})
I've already looked, but maybe through ...
- Mon Jun 14, 2021 5:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Colors (SOLVED)
Thanks Antonio
- Sun Jun 13, 2021 11:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Colors (SOLVED)
Hello friends!
I need a little help, I have a color in decimal (for example 6736896). How to get tones above or below, what's the logic?
Thanks
I need a little help, I have a color in decimal (for example 6736896). How to get tones above or below, what's the logic?
Thanks
- Wed May 26, 2021 5:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: CURL.EXE to LIBCURL (SOLVED)
Thanks for the answer.
I ended up solving it using CURL.EXE and a .BAT.
I ended up solving it using CURL.EXE and a .BAT.
- Thu May 20, 2021 11:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
CURL.EXE to LIBCURL (SOLVED)
Hey guys.
curl --location --request POST "https://sandbox.gerencianet.com.br/v1/authorize" --header "Authorization: Basic Q2..." --header "Content-Type: application/json" --data-raw "{ \"grant_type\":\"client_credentials\"}"
I'm trying to convert a CURL.EXE command to LIBCURL, I have the example ...
curl --location --request POST "https://sandbox.gerencianet.com.br/v1/authorize" --header "Authorization: Basic Q2..." --header "Content-Type: application/json" --data-raw "{ \"grant_type\":\"client_credentials\"}"
I'm trying to convert a CURL.EXE command to LIBCURL, I have the example ...
- Thu Apr 08, 2021 5:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: CURL_GLOBAL_INIT()
Hello Mr. Antonio
I removed the code CURL_GLOBAL_INIT () and CURL_GLOBAL_CLEANUP () as mentioned in your answer and stopped the error. Thank you!
Now if possible I would have two more doubts.
1st - In the PHP code I am using as a reference there is the command:
$ response = curl_exec ( ...
I removed the code CURL_GLOBAL_INIT () and CURL_GLOBAL_CLEANUP () as mentioned in your answer and stopped the error. Thank you!
Now if possible I would have two more doubts.
1st - In the PHP code I am using as a reference there is the command:
$ response = curl_exec ( ...
- Tue Apr 06, 2021 6:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: CURL_GLOBAL_INIT()
Antonio, thank you for answering.
Follows the code of what I'm doing
#INCLUDE "FIVEWIN.CH" #INCLUDE "HBCURL.CH"FUNCTION TESTE() LOCAL ClientID := "Client_Id_845d87fc2a97b8b4a8aada2f0d9df2aceca50031" LOCAL ClientSecret := "Client_Secret ...
Follows the code of what I'm doing
#INCLUDE "FIVEWIN.CH" #INCLUDE "HBCURL.CH"FUNCTION TESTE() LOCAL ClientID := "Client_Id_845d87fc2a97b8b4a8aada2f0d9df2aceca50031" LOCAL ClientSecret := "Client_Secret ...
- Tue Apr 06, 2021 3:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
CURL_GLOBAL_INIT()
Hello friends.
I'm starting a function using cURL and right at the beginning in "CURL_GLOBAL_INIT()" it gives me an error according to the image.
Would anyone know what it can be?
Thanks
I'm starting a function using cURL and right at the beginning in "CURL_GLOBAL_INIT()" it gives me an error according to the image.
Would anyone know what it can be?
Thanks
- Mon Apr 05, 2021 11:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: HBCURL and LIBCURL
Thanks Antonio !
Very good!
Very good!
- Mon Apr 05, 2021 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
HBCURL and LIBCURL
Hello friends.
Could someone send me libs HBCURL and LIBCURL or give me a light on how to compile them?
For xHB build 1.2.3 (SimpLex) and BCC 7.00
My email is christiano.silveira@gmail.com
Thanks
Could someone send me libs HBCURL and LIBCURL or give me a light on how to compile them?
For xHB build 1.2.3 (SimpLex) and BCC 7.00
My email is christiano.silveira@gmail.com
Thanks
- Thu Mar 18, 2021 2:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Rowset failure
Hello Rao
You are right, so is there any possibility of capturing the message and treating it my way?
For example how do I make the initial connection using:
oServer := MARIA_CONNECT( cServer, cDBName, cUser, cPassword, .F. ) IF oServer == NIL  ...
You are right, so is there any possibility of capturing the message and treating it my way?
For example how do I make the initial connection using:
oServer := MARIA_CONNECT( cServer, cDBName, cUser, cPassword, .F. ) IF oServer == NIL  ...
- Wed Mar 17, 2021 7:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Rowset failure
Hello friends!
After a disconnect due to inactivity or internet failure, a rowset returns the message:
http://maxxtech.com.br/forum/error-rowset.jpg
I have already tried to make an attempt to reconnect and this is ok, I just wish that the error message did not appear, how to do ...
After a disconnect due to inactivity or internet failure, a rowset returns the message:
http://maxxtech.com.br/forum/error-rowset.jpg
I have already tried to make an attempt to reconnect and this is ok, I just wish that the error message did not appear, how to do ...