Search found 1129 matches: issues

Return to advanced search

Re: A big hit: Neither Apache and mod_harbour are needed

Dear Maurizio,

We had several issues to attend, so for now, the development is delayed
by Antonio Linares
Thu Mar 30, 2023 6:29 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15467

How to capture screen by code

... that will display numbers // this part is straight forward ii. Once it displayed, pop a dialog box at the edge of the external exe's window // 2 issues. Determining when the external exe appear and positioning my dialog box iii. If user click Ok on the dialog, create a screenshot and email it ...
by hua
Thu Feb 23, 2023 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to capture screen by code
Replies: 3
Views: 340

Re: libcurl issues

Try with    Local cRequest   TEXT INTO cRequest{  "transactionData": {    "transactionType": "CreditSale",    "method": "hostedFields",    "submissionType": "automatic&qu...
by cnavarro
Sun Feb 12, 2023 3:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 464

Re: libcurl issues

I don't know that I have to encode the string as json. I have done that for other external systems where I'm passing data. The examples I have provided were all being sent directly, as shown, to the website using "Postman". They work correctly. However, they are all variants from the Harbo...
by TimStone
Sat Feb 11, 2023 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 464

Re: libcurl issues

Tim, no se si esto es lo que buscas, como generar ese json #include "fivewin.ch"function main() LOCAL aData, aField, aRecord, aFields1 := {}, cJsonaData   := hash()aRecord := hash()aRecord["transactionType"] = "CreditSale"aRecor...
by cmsoft
Sat Feb 11, 2023 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 464

Re: libcurl issues

Sometimes no matter how long you look at something, the answer just doesn't come, even when trying multiple approaches. This is one of them. Still using libcurl: This is a working format in straight c-libcurl:   const char *data = "{\r\n  \"transactionData\": {\r\n   &n...
by TimStone
Sat Feb 11, 2023 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 464

Re: libcurl issues

Thank you


Sent from my iPhone using Tapatalk
by TimStone
Sat Feb 11, 2023 5:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 464

Re: libcurl issues

hi Tim,
TimStone wrote: curl_easy_setopt(hCurl, HB_CURLOPT_DEFAULT_PROTOCOL, "https").

there is not HB_CURLOPT_DEFAULT_PROTOCOL but HB_CURLOPT_PROTOCOLS
you can use it with HB_CURLPROTO_HTTPS or HB_CURLPROTO_HTTP
by Jimmy
Sat Feb 11, 2023 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 464

libcurl issues

I have successfully used libcurl for some processes, but for a new task, I have uncovered two issues: curl_easy_setopt(hCurl, HB_CURLOPT_FOLLOWLOCATION, 1L) . When trying to compile this, Harbour errors at the L ( in 1L ). This is a standard call. curl_easy_setopt(hCurl, ...
by TimStone
Fri Feb 10, 2023 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 464

Re: WebView and national encoding

Antonio, that's what they said

https://github.com/webview/webview/issues/902
by Natter
Mon Feb 06, 2023 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView and national encoding
Replies: 10
Views: 526

Re: WebView and national encoding

Dear Yuri,

You should report it in the WebView repo issues in GitHub
by Antonio Linares
Mon Feb 06, 2023 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView and national encoding
Replies: 10
Views: 526

Re: What is the best PDF Printer Driver Windows to use with Five

... always suggest previewing anything before it is sent out, and especially any form of invoice, or statement. It's just being proactive to avoid issues later. The process for me is quite simple. The client's email address is in their record. So, I preview the document, and hit the Email button. ...
by TimStone
Wed Jan 25, 2023 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 805

Re: mod_harbour + ADS on linux server

... this possible solution: $ cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON (other option) .. $ make -j seen at https://github.com/gabime/spdlog/issues/1405
by Antonio Linares
Thu Dec 01, 2022 8:33 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31223

Re: SEARCH IN LARGE DATABASE VERY SLOW

... I will go that way.... Who has information about the RDD (CDX) filtering techniques ? Mr. Rao wrote that this is one of the most important speed issues in xbrowse when not done the best way.
by Marc Venken
Tue Nov 29, 2022 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEARCH IN LARGE DATABASE VERY SLOW
Replies: 7
Views: 641
PreviousNext

Return to advanced search