Search found 2237 matches: api

Return to advanced search

Re: hb_getEnv("PRGPATH")

Dear Ruth, Harbour's hb_SetEnv() calls Windows API SetEnvironmentVariable() Windows API SetEnvironmentVariable() docs: https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setenvironmentvariable The operating system ...
by Antonio Linares
Wed May 08, 2024 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 148

Re: Any code snippet for getting token of OAuth2?

Unable to get it to work so far.

Where should the values below be inserted in the code?
Image

This is the documentation of the API that I am trying to get to work https://sdk.myinvois.hasil.gov.my/api/0 ... er-system/

TIA
by hua
Tue May 07, 2024 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any code snippet for getting token of OAuth2?
Replies: 3
Views: 531

xbrowse (likely a custom table) whose contents change dynam

... To achieve what you want, you need to call a JavaScript function each time the filter inputs are changed. This function will use the Fetch API to send the selected filter values to the server. Here’s how you can modify your existing JavaScript to achieve this: Add a JavaScript function ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 61

Re: New FTDN April 2024 (FWH 24.04)

... color alfa, como otros estilos. - Mientras que para otros estilos el enfoque recto se dibuja utilizando la función DrawFocusRect( hDC, rect ) del API de Windows (el usuario no tiene elección de colores), para los botones de estilo plano FocusRect se dibuja utilizando la función RoundBox() de FWH, ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 393

Re: IA y Harbour Conceptos básicos

... viernes pasado se comentó que se estaba intentando conectar huggingface con harbour mediante la web con WebView2, ya que no se dispone de ninguna API Revisando el codigo fuente de la ventana de chat, veo que se hace una petición POST, a una URL que contiene un hash de conversación, al estilo https://huggingface.co/chat/conversation/662f63b... ...
by Joaquim Ferrer
Mon Apr 29, 2024 10:36 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 332

Re: combobox color

... identify which Item is active to draw when not have itemID of DRAWITEMSTRUCT structure https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-drawitemstruct METHOD Paint() CLASS TComboMetro does not have any itemID to identify it
by Jimmy
Sun Apr 28, 2024 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 570

Re: ayuda con uso de hb_xfree

seria bueno una rama en el foro para las api de harbour. para clarar que hacen muchas de ellas.
by carlos vargas
Sun Apr 28, 2024 3:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con uso de hb_xfree
Replies: 6
Views: 190

ayuda con uso de hb_xfree

... (esta es de harbour) y memset (esta es de c propiamente), seria interesante ir comprendiendo que haces estas funciones, aprender un poco el api moustroso de harbour. :-) gracias extern HB_EXPORT PHB_ITEM     hb_itemPutCLPtr  ( PHB_ITEM pItem, char * szText, HB_SIZE nLen ); ! hb_itemPutCPtr(), ...
by carlos vargas
Sun Apr 28, 2024 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con uso de hb_xfree
Replies: 6
Views: 190

New FTDN April 2024 (FWH 24.04)

... gradients. - Now, flat style buttons also have alpha color support, like other styles. - While focusrect is drawn for othe styles using Windows API function DrawFocusRect( hDC, rect ) (user has no choice of colors), for flat style buttons FocusRect is drawn using FWH function RoundBox() using ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 393

Re: Pruebas con WhatsApp

... en el tiempo y además están sujetas a demasiadas casuísticas pre Asi que como mejor alguna solución "estable" python, a través del API con python o un ejecutable python que haga el trabajo, después de recibir unos parámetros (*) (*) Estaría bien que tuviéramos un .exe python con ...
by paquitohm
Wed Apr 17, 2024 4:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pruebas con WhatsApp
Replies: 7
Views: 341

Compiling error Antonio Nages resolved

Antonio today sent me two libs I have this error Progetto: test, Ambiente: bcc7Harbor: [1]:Harbour.Exe test.prg /m /n0 /gc1 /es2 /kh /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\TEST_G~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\test.c Harbour 3...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 243

Problemas con nuevas versiones de xHarbour y BCC

Saludos Estimados Tengo algunos probemas al querer utilizar las nuevas versiones, ya sea de xHb o de C, primero el problema del xHb, indicare abajo hasta donde funciono Ok y desde donde empiezan los problemas: Funciona OK: FWH 24.02, xHarbour 1.2.3.10264, BCC 7.4 Da error: FWH 24.02, xHarbour 1.2.3....
by Enrrique Vertiz
Sat Mar 23, 2024 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con nuevas versiones de xHarbour y BCC
Replies: 8
Views: 1563

Re: How to include hbCurl?

... 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 to be with the way you're formatting the JSON data in your curl command. Let's break down ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3008

Re: SWAGGER-UI para documentar nuestras API.

I can read several data with the API, but struggle with the one that can change a TAG (like a groupname) into Mailchimp. This is working, and I get the tags from a email DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags ...
by Marc Venken
Tue Mar 19, 2024 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 2018

Re: How to include hbCurl?

I can read several data with the API, but struggle with the one that can change a TAG (like a groupname) into Mailchimp. This is working, and I get the tags from a email DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags ...
by Marc Venken
Tue Mar 19, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3008
Next

Return to advanced search