Search found 460 matches: global

Return to advanced search

Re: Classe TGif

... screen. The logical screen descriptor should be seven bytes long and contain the following fields: logical screen width, logical screen height, global color table flag, color resolution, sort flag, size of global color table, background color index, and pixel aspect ratio It should have a global ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1651

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: 1103

Re: Execute php or vbs code

Here it is: https://wormhole.app/6lE98#DrUiOoCwc3x7kgJ2O-EDDA Enrico, using Antonio's example, I have several errors. Need some other lib? Error: Unresolved external 'WSAIoctl' referenced from D:\LANG\FWH1105\XH1.2.1\LIB\HBCURL.LIB|hbcurl Error: Unresolved external '_curl_global_init_mem' r...
by wartiaga
Sat Sep 02, 2023 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1103

Re: Incluyendo el SQLRDD

Joaquim buenos dias yo intentaba abrircon todo el camino y ellos tenian una funcion global que usaba ejemplo use \sistemas\empre001\ventas\cliente se transformaba en una tabla en la base de datos asi _sistemas_empre001_ventas_cliente con eso cliente en cualquier empresa ...
by wilsongamboa
Fri Aug 25, 2023 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2536

Re: Readonly and/or disable GETs background color

Enrico

Hope this is what you are looking for ...

SetGetColorFocus( rgb(209,224,252) ) // global color for gets

Rick Lipkin
by Rick Lipkin
Fri Aug 11, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 848

Re: Readonly and/or disable GETs background color

Dear Rao Sir , I am not able to set color for READONLY GETs ( WHEN condition ). Could you please share code to set code at global level.   TGet():bColorBlock := { |oGet| IF( oGet:lFocused, { CLR_WHITE, CLR_HBLUE }, IF( .NOT. oGet:lActive, {CLR_BLACK, ...
by shrifw
Fri Aug 11, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 848

Re: Conectar a un SFTP con CURL usando xHarbour ...

Enrique, Cambia esta llamada: curl_global_init() por curlglobalinit() y añade este código al final en la seccion de C: #pragma BEGINDUMP#include <hbapi.h>#include <hbapiitm.h>#include <hbapierr.h>#include "c:\curl32\include\curl\curl.h"#include "c:\harbour\contrib\hb...
by Antonio Linares
Wed Jul 19, 2023 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar a un SFTP con CURL usando xHarbour ...
Replies: 10
Views: 675

Re: Conectar a un SFTP con CURL usando xHarbour ...

Si comento esta línea, ya no aparece el error:

// curl_global_init()

Puedes probarlo y confirmarlo ?

gracias
by Antonio Linares
Wed Jul 19, 2023 5:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar a un SFTP con CURL usando xHarbour ...
Replies: 10
Views: 675

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: 675

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: 10189

Re: show DELETED Record in XBROWSE

hi, Xbase++ SET DELETED OFF/ON are Global (application wide) setting, even in Thread which have a other "Workspacelist" i can send you hole Project as i´mm not able (yet) to build a Sample which same Effect. it doesn´t matter in ...
by Jimmy
Sun May 28, 2023 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show DELETED Record in XBROWSE
Replies: 11
Views: 472

Re: show DELETED Record in XBROWSE

If you can please clarify my doubt, I am interested in knowing this: In case of Clipper/Harbour, SET DELETED OFF/ON is a Global (application wide) setting, whereas in case of Dbase/FoxPro, this setting is a workarea wise setting. That means, in this code: SELECT 1SET DELETED OFFSELECT ...
by nageswaragunupudi
Sun May 28, 2023 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show DELETED Record in XBROWSE
Replies: 11
Views: 472

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... came out, if there were any changes, I had to use a compare utility, and update, or re-write, my alternative. Since then there have been some global commands that made it easy to keep consistent "alternatives" while using the updated commands. This was especially true for the button ...
by TimStone
Mon May 15, 2023 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 410

Re: Como se usa CHILKAT

... usar no harbour. Eu uso a Chilkat para assinar PDF e assinar XML de fatura eletrônica do brasil. ---cut--- static procedure testChilkat() local oGlobal := win_OleGetActiveObject( "Chilkat_9_5_0.Global.1" ) local oXml if !hb_IsObject( oGlobal ) oGlobal = win_OleCreateObject( "Chilkat_9_5_0.Global.1" ...
by toninhofwi
Tue Apr 04, 2023 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se usa CHILKAT
Replies: 9
Views: 1031

Re: Different TEXT INTO results under different compilers

I end up editing fivewin.ch so the change to TEXT INTO is global. I inserted the line #include "xhb.ch". I did not test whether TEXT INTO .. ADDITIVE works or not though. #ifndef __XHARBOUR__   #xcommand TEXT INTO <v> => #pragma ...
by hua
Thu Jan 12, 2023 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different TEXT INTO results under different compilers
Replies: 3
Views: 304
Next

Return to advanced search