Search found 344 matches: apis

Return to advanced search

Re: Servidor de mail propio y acuse de ENTREGA.

... Thunderbird with the "Header Control" add-on Microsoft Outlook with the "Bells & Whistles" add-in Mailgun or Sendgrid APIs Add the following header to your email: Return-Receipt-To: your-email-address@example.com or Disposition-Notification-To: your-email-address@example.com ...
by Antonio Linares
Mon Apr 22, 2024 4:58 am
 
Forum: Off Topic / Otros temas
Topic: Servidor de mail propio y acuse de ENTREGA.
Replies: 2
Views: 54

Re: IA y Harbour Conceptos básicos

... a usar GGUF en el 2022. De todas formas, son formatos que han ido apareciendo como evolución de formatos anteriores. Microsoft tiene sus propios APIs para el uso de ONNX pero nosotros en FWH64 hemos optado por el uso de llama.cpp y el formato GGUF.
by Antonio Linares
Sat Apr 13, 2024 4:34 pm
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 1
Views: 90

Re: GetHostByName( GetHostName() )

... with this adapter will be the local IP on the desired subnet. This also seems interesting and may help: Consider using platform-specific APIs like ifconfig (Linux/macOS) or ipconfig (Windows) through system calls. These tools often provide more granular control over retrieving information ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 162

SWAGGER-UI para documentar nuestras API.

... herramienta llamada SWAGGER. Dicha herramienta, si habéis usado APIREST, es bastante común. Caí en la cuenta, si era posible usarla con nuestras APIs de Harbour, y et voila! PASOS RÁPIDOS ================================================================== # Creamos dockerdocker pull swaggerapi/swagger-ui# ...
by thefull
Mon Mar 04, 2024 7:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1978

Re: Does anyone have an Envelope Printing module ?

... be supported by Word and Office in the future. It is already difficult to buy appropriate versions for Remote Desktop, for example. Consider using APIs (Application Programming Interfaces) instead of ActiveX for integration with Office applications. Microsoft, for example, offers the Office 365 ...
by karinha
Sat Mar 02, 2024 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 579

Re: Does anyone have an Envelope Printing module ?

... be supported by Word and Office in the future. It is already difficult to buy appropriate versions for Remote Desktop, for example. Consider using APIs (Application Programming Interfaces) instead of ActiveX for integration with Office applications. Microsoft, for example, offers the Office 365 ...
by Otto
Fri Mar 01, 2024 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 579

Re: WebView2 Essentials: Guides, Tips & Resources

... of web view instances. The usage of inline C-like functions (e.g., WebView_Create, SetWindowPos) suggests integration with lower-level system APIs or another library for web view control. The class design is focused on interaction between the native application and the web view, providing ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: WebView2 Essentials: Guides, Tips & Resources

... Core, WPF, Windows Forms, Unity/HoloLens 2, and more​​​​. For developers working with WebView2, the following points are essential: Features and APIs: WebView2 offers a range of features and APIs. The CoreWebView2 class provides web-specific functionalities such as networking, navigation, script ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... different font? chars provided by FWH? FWH does NOT provide any chars. FWH does not have any chars of its own. FWH displays any text using Windows APIs Any utf8 encoded text of any language in the World can be displayed using any Windows font. Ansi encoded text containing some accented characters ...
by nageswaragunupudi
Sat Nov 25, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: xHarbour.org updated!

... tell me what message is returned in this code: #include "Fivewin.ch" FUNCTION MAIN() LOCAL oUrl, oCli oUrl = TUrl():New( "https://apis.averbeporto.com.br/php/conn.php" ) oCli = TIPClientHttp():New( oUrl ) ? oCli:Open() RETURN NIL .F. -> false. Call Porto Seguros and ask ...
by wartiaga
Thu Sep 21, 2023 12:14 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37622

Re: xHarbour.org updated!

... tell me what message is returned in this code: #include "Fivewin.ch" FUNCTION MAIN() LOCAL oUrl, oCli oUrl = TUrl():New( "https://apis.averbeporto.com.br/php/conn.php" ) oCli = TIPClientHttp():New( oUrl ) ? oCli:Open() RETURN NIL .F. -> false. Call Porto Seguros and ask ...
by karinha
Wed Sep 20, 2023 7:53 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37622

Re: xHarbour.org updated!

... tell me what message is returned in this code: #include "Fivewin.ch" FUNCTION MAIN() LOCAL oUrl, oCli oUrl = TUrl():New( "https://apis.averbeporto.com.br/php/conn.php" ) oCli = TIPClientHttp():New( oUrl ) ? oCli:Open() RETURN NIL
by wartiaga
Wed Sep 20, 2023 7:32 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37622

Re: xHarbour.org updated!

... ; "AGUARDE UM MOMENTO POR FAVOR... ", 2.0 ) cChave := "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" cSite := "https://apis.averbeporto.com.br/php/conn.php" // + Login + Senha(cChave) DEFINE WINDOW oChildWnd FROM 0,0 TO 600,800 PIXEL TITLE "PORTO SEGUROS" ...
by karinha
Wed Sep 20, 2023 1:11 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37622

Re: xHarbour.org updated!

... CANCEL ACTIVATE DIALOG oDlg CENTERED Return nil Static Function Averba() LOCAL oUrl, oCli LOCAL hQUery := Hash() TRY oUrl = TUrl():New( 'https://apis.averbeporto.com.br/php/conn.php' ) CATCH CurSorArrow() MsgInfo('Conection Error','Erro') RETURN(.F.) END IF !EMPTY( oUrl ) oCli = TIPClientHttp():New( ...
by wartiaga
Tue Sep 19, 2023 7:57 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37622

Re: xHarbour.org updated!

... CANCEL ACTIVATE DIALOG oDlg CENTERED Return nil Static Function Averba() LOCAL oUrl, oCli LOCAL hQUery := Hash() TRY oUrl = TUrl():New( 'https://apis.averbeporto.com.br/php/conn.php' ) CATCH CurSorArrow() MsgInfo('Conection Error','Erro') RETURN(.F.) END IF !EMPTY( oUrl ) oCli = TIPClientHttp():New( ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37622
Next

Return to advanced search