Search found 1749 matches: marc

Return to advanced search

Re: error to show pdf on dialog

Sorry Marc, I didn't understand the question. Do you want to open an HTML?

Tks.

Regards, saludos.
by karinha
Fri Apr 19, 2024 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 685

Re: Help with HB_REALLOC ERROR 9009

Hi Marc To Avoid Memory leaks, within the loop I call an external function each time I read a xml file, close it and turn to nil each class instance. For every 400 files I do a HB_GcAll() and a SysRefresh(), the biggest xml ...
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1100

Re: How to include hbCurl?

Marc, I think you need tags: { name: "tag1", Best regards, Otto Not tested: cresponse  := "["cresponse  += "{" + '"name":'   + '"' + 'name default'      ...
by Otto
Wed Mar 20, 2024 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

Re: How to include hbCurl?

Marc, have yout tried the answer ChatGPT gives you? Best regards, Otto It seems like you're trying to add tags to a member in a MailChimp list using the MailChimp API and curl in a command line environment. The issue appears ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

Re: How to include hbCurl?

Marc, you can redirect to a file: clogrooms and then read with memoread. Regards, Otto DCOM := 'cmd /c "' +; cCurlPath + 'curl.exe -u username:password -i -k -F "fileToUpload=@' +; aSrc[I] + '" -F "uploadDirectory=' ...
by Otto
Fri Mar 08, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

Re: SWAGGER-UI para documentar nuestras API.

Dear Marc Mailchimp exposes Marketing API (and others) in OAS format at https://api.mailchimp.com/schema/3.0/Swagger.json This format can be read with Postman https://www.postman.com/ You can ...
by Joaquim Ferrer
Wed Mar 06, 2024 6:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977

Re: How to put a horizontal scroll bar at the bottom of xBrowse

Hi Marc Thanks for your help ... Your idea did not work .. I am looking for a horizontal scroll bar across the bottom of my browser ( xbrowse ) since I have several columns that are out of range of the screen and I just want ...
by Rick Lipkin
Tue Mar 05, 2024 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 335

Re: A picture on top of the text

Rao, I am interested in all the options, but more than the 3rd !

Marc, your option is also very interesting. Somewhere I have not seen a discussion on the forum
by Natter
Tue Mar 05, 2024 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A picture on top of the text
Replies: 5
Views: 298

Re: How to show and print a pdf file?

Perfect Marc. #include "FiveWin.ch"static oWndFUNCTION Main()   local oBar   DEFINE WINDOW oWnd TITLE "Imprimir PDF"   DEFINE BUTTONBAR oBar _3D OF oWnd   DEFINE ...
by karinha
Thu Feb 29, 2024 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show and print a pdf file?
Replies: 13
Views: 664

Re: Connecting to a BLE device

many thanks Marc, yes, it seems fine :-)
by Antonio Linares
Wed Feb 28, 2024 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 319

Re: Ayuda URGENTE- con puerto serial virtual USB

Dear Marc, Have you tested the code that I emailed you ? #pragma BEGINDUMP#include <windows.h>#include <stdio.h>#include <hbapi.h>HB_FUNC( TEST ){    HANDLE hSerial;    DCB ...
by Antonio Linares
Wed Feb 28, 2024 7:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda URGENTE- con puerto serial virtual USB
Replies: 19
Views: 892

Re: Controls behave different in Window as in Dialog

Dear Marc,

Windows uses different code procedures to manage windows and dialogs, thus the differences.
We try to make them behave the same but there may be differences as the ones that you have spotted.

How are you showing the cam view ? Please post the code so we can review it, thanks
by Antonio Linares
Sat Feb 24, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 155

Re: Google Graph extra graphic ? (Navaro)

Dear Marc,

I am coding it, please wait...
by Antonio Linares
Wed Feb 21, 2024 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Dear Marc,

Using oWebView:Eval( cJavaScriptCode ) you can modify the chart data, etc.

As you see we can easily use web components from our desktop apps thanks to Class TWebView :-)
by Antonio Linares
Tue Feb 20, 2024 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Dear Marc, You can easily use it in your FWH apps using webview :-) // Please install https://developer.microsoft.com/en-us/microsoft-edge/webview2/ x86 version before using it#include "FiveWin.ch"function Main()  ...
by Antonio Linares
Tue Feb 20, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864
Next

Return to advanced search