Search found 115 matches

by ctoas
Wed Jun 23, 2021 6:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Colors (SOLVED)

Hello Uwe, thanks for the reply.

It's already a good size for you to share. Now I turn around!

I appreciate the help!
by ctoas
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
by ctoas
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 ...
by ctoas
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 ...
by ctoas
Mon Jun 14, 2021 5:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Colors (SOLVED)

Thanks Antonio
by ctoas
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
by ctoas
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.
by ctoas
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 ...
by ctoas
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 &#40 ...
by ctoas
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 ...
by ctoas
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.

Image

Would anyone know what it can be?

Thanks
by ctoas
Mon Apr 05, 2021 11:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: HBCURL and LIBCURL

Thanks Antonio !

Very good!
by ctoas
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
by ctoas
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&nbsp ...
by ctoas
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 ...