Search found 26 matches: buff

Return to advanced search

Re: Execute php or vbs code

Can you send me a very little PRG example to test it here? Enrico, Antonios example: #include "c:\harbour\contrib\hbcurl\hbcurl.ch" function Main() curl_global_init() ? "Hello world" ? callPHP( "www.fivetechsoft.com/getip.php" ) curl_global_cleanup() return nil functio...
by wartiaga
Sun Sep 03, 2023 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1108

Conectar a un SFTP con CURL usando xHarbour ...

Estimados Saludos Alguien lo probo con xHarbour ?? , si se que Harbour seria ideal, pero tengo mucho que modificar y por ahora no tenemos tiempo, Yo he compilado y todo, pero al ejecutar me da un error : Error irrecuperable 9011 hb_xfree llamado con un puntero nulo Copie tal cual el ejemplo que aqui...
by Enrrique Vertiz
Tue Jul 18, 2023 10:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar a un SFTP con CURL usando xHarbour ...
Replies: 10
Views: 690

Re: Conectar SFTP con CURL

Estimados Saludos Alguien lo probo con xHarbour ?? , si se que Harbour seria ideal, pero tengo mucho que modificar y por ahora no tenemos tiempo, Yo he compilado y todo, pero al ejecutar me da un error: Error irrecuperable 9011 hb_xfree llamado con un puntero nulo Copie tal cual el ejemplo que aqui ...
by Enrrique Vertiz
Thu Jun 29, 2023 12:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 10257

Re: Funciones de FWH

Sí existe el programa se llama fwfuncs.prg se encuentra en la carpeta samples existe desde las versiones del año 2020 Gracias Marco Augusto. :D Buff , ahora ya cuadra el tema , me lo debio de pasar el Sr. Rao en el 2019 con el nombre funcslst.prg y posteriormente se incluyo en Fivewin con el ...
by jvtecheto
Sat Apr 15, 2023 2:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones de FWH
Replies: 9
Views: 753

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

... y ahi aparece un fichero de cabecera para C: API_EXTERN int CChex_Update(void *CchexHandle, int *DevIdx, int *Type, char *Buff, int Len); prueba asi: HB_FUNC( CCHEX_UPDATE ){   int DevIdx = hb_parni( 2 );   int Type = hb_parni( 3 );   hb_retnl( ...
by Antonio Linares
Fri Sep 09, 2022 5:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2101

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

Esta declaración: int CChex_Update(IntPtr CchexHandle, int[] DevIdx, int[] Type, IntPtr Buff, int Len) no es una declaración de lenguaje C, sino de C#, lo cual significa que puede ser una DLL para .Net De ser asi, no podemos usarla directamente desde Harbour Puedes ...
by Antonio Linares
Fri Sep 09, 2022 5:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2101

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

... 【Function】The Return value get or set asynchronously.。 2.5.2 Request 【Mode】int CChex_Update(IntPtr CchexHandle, int[] DevIdx, int[] Type, IntPtr Buff, int Len); 【Parameter】CchexHandle,CChex_Start successfully create the handle,Input[Parameter]; DevIdx,Device index returned asynchronously,Output[Parameter]; ...
by Pg_cts
Tue Sep 06, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2101

Re: Conectar SFTP con CURL

Buenos días, Estoy probando ejemplos de SFTP con CURL y me da los siguientes fallos. Se ve que me falta algo y no se que es. Si alguien me puede ayudar. Gracias Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN_CURL_GLOBAL_INIT' referenced from C:\PRO_WI...
by pepe_garcia
Thu Mar 10, 2022 8:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 10257

Re: SMS To Customer - Upon Order Delivery

Thnx Antonio, I have included hbcurl.ch also, download hbcurl.lib and libcurl.lib and added t my mak file had to add libcurl.dll to my system folder. no errors during compilation.... used the function below as test. Yes the SMS does get sent without opening the browser and after sending the applicat...
by RiazKhan
Tue Apr 06, 2021 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1535

Re: Inicio con SQlite3 y hbsqlit3.lib

Gracias Joao Muy interesante , le hechare un vistazo tranquilamente. por cierto he descubierto las funciones de la lib y he conseguido compilar, pro si a alguien le interesa las libs a incluir son hbsqlit3.lib pero tambien sqlite3.lib el include #include "..\contrib\hbsqlit3\hbsqlit3.ch" l...
by jvtecheto
Mon Feb 22, 2021 6:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio con SQlite3 y hbsqlit3.lib
Replies: 3
Views: 356

How to use hb_curl

Hello everyone. I would like to know how to reproduce this code on the line where it is: CURLOPT_POSTFIELDS => array('username' => 'myUsername','password' => 'myPassword*'), I don't know how to send the data type as an array in this situation. Could you help me? I use hb_curl.lib to use CUR...
by tiagojbi
Fri Jan 15, 2021 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use hb_curl
Replies: 0
Views: 329

Re: Cambia Dialog (RC) según BaseDato que abra

si, es el mismo, el único cambio es FW_OpenAdoConnection() Buff yo creo que la conexión no tiene nada que ver con el fichero. Rc, piensa en alguna otra cosa, tienes alguna condición en algún control del Dialogo que pueda provocar el cambio?. Saludos. ...
by jvtecheto
Sat Sep 26, 2020 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambia Dialog (RC) según BaseDato que abra
Replies: 19
Views: 1846

Re: Mejoras para scintilla

Hola Cristobal.

Buff ya accedi al Start , era con DblClick.

Cuando voy a ver preferencias. En mi instalacion de Fivewin tengo C:\fwh , pero no la carpeta fwhteam . ¿Como puedo modificar esas rutas?, ya que cambiando el path a c:\fwh no se actualizan.

Gracias por tu ayuda.

Saludos.

Jose.
by jvtecheto
Sat Apr 13, 2019 7:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 840456

Re: Responsive desktop design

... Many people would like a single code for several environments and if you can, also a same screen for all the "devices" that exist. Buff, how could this be achieved? http://prd.one-two.com:51042/demo/GridsPage/abmaterial-grid-layout.html It really is an exciting topic, but I think ...
by hmpaquito
Thu Oct 25, 2018 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Responsive desktop design
Replies: 19
Views: 5885

Re: Responsive desktop design

... topic Many people would like a single code for several environments and if you can, also a same screen for all the "devices" that exist. Buff, how could this be achieved? It really is an exciting topic, but I think we must first separate for example desktop screens and smartphones screens. ...
by Carles
Thu Oct 25, 2018 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Responsive desktop design
Replies: 19
Views: 5885
Next

Return to advanced search