Search found 22 matches: priv

Return to advanced search

Re: Manu Exposito's pearls

... se debe usar ya que es incompatible con el sistema MT. Mira esto: ----------------------- 2006-12-15 16:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * general PCODE cleanup and address most of TODO/FIXME notes in source code: ! removed all strtok() functions ---------------------- 2011-09-20 ...
by xmanuel
Wed Aug 14, 2019 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manu Exposito's pearls
Replies: 12
Views: 3002

Re: hb_xrealloc can't reallocate memory

... May be adding some well-timed hb_GcAll() calls do the job as well. Last minute news: 2010-06-02 10:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/garbage.c + added new PRG function HB_GCSETAUTO( [nNewVal] ) - nPrevVal which allows to set the frequency of automatic ...
by Carlos Mora
Wed Sep 02, 2015 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7226

Sobre TEXT INTO ( Resuelto )

Buen dia foro, Revisando este post : http://forums.fivetechsupport.com/viewtopic.php?f=6&t=29700&start=15 podria adaptarse el comando "TEXT INTO <cTexto>" como el que se usa en VFP ? Dentro de las instrucciones TEXT TO ENDTEXT las variables de Fox tienen que ir <<>&g...
by albeiroval
Fri Mar 13, 2015 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre TEXT INTO ( Resuelto )
Replies: 0
Views: 371

Re: Calcular Ultimo dia del Mes

#include "FiveWin.ch" FUNCTION Main() LOCAL nMes, nAno PRIV D SET DATE BRITISH SET CENTURY ON nMes := 02;nAno := 2016 D := UltimoDiaMes(nMes, nAno) ? D // Retorna: 29/02/2016 RETURN NIL FUNCTION UltimoDiaMes(nMes, nAno) Local d d:= CToD("01/" ...
by Dioni
Tue Mar 10, 2015 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calcular Ultimo dia del Mes
Replies: 19
Views: 2991

Re: La nueva apariencia de EasyReport

... de tener en el archivo externo varias funciones ( solo una función por archivo ) ... 2009-06-19 14:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) - harbour/include/hbhrb.ch + harbour/include/hbhrb.ch * replaced hbhrb.ch with slightly different version and set SVN attributes: svn:keywords ...
by cnavarro
Mon Sep 29, 2014 9:05 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: La nueva apariencia de EasyReport
Replies: 226
Views: 155547

Re: En tiempo de compilacion...

Y aqui la documentación del preprocesador cuando se usa desde un EXE: Przemyslaw Czerpak (druzus/at/priv.onet.pl) In Harbour preprocessor can be used in PRG code. This is list of PRG functions available for programmer. REQUEST __PP_STDRULES It forces including standard std.ch ...
by Antonio Linares
Tue Aug 26, 2014 7:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1553

Re: En tiempo de compilacion...

... Parece que no. Aqui está la documentación del preprocesador escrita por Przemek: PP description ============== By Przemyslaw Czerpak (druzus/at/priv.onet.pl) Hi All, I collected this text from notes I created when I was analyzing Clipper PP and then I was updating it in few places. Sorry but ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1553

Re: Cargar y mostrar un archivo PDF

Cambie para:

PRIV nKey := VK_RETURN

Code: Select all  Expand view

FUNCTION EditarPDF( oBrx )

   LOCAL oWndPdf, oPdf, cTmp, cFilePdf

    MsgInfo("HOLA! ")

RETURN(.T.)
 


salu2.
by karinha
Thu Feb 27, 2014 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cargar y mostrar un archivo PDF RESUELTO
Replies: 23
Views: 7507

Re: ayuda con sdk de ThermalServiceLibrary

... 9600 local BlOK        :=0 local Lines       :=3 *local err_code    :=0 local NrKasy       :="A1" local Kasjer       :="01" priv err_code     := -1000 hInstDLL := LoadLibrary('ThermalServiceLibrary.DLL') @ 0,0 clear err_code := PortOpen(f_Com,f_BaudRate) if err_code=BlOK ...
by carlos vargas
Thu Oct 13, 2011 9:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con sdk de ThermalServiceLibrary
Replies: 6
Views: 2040

Re: Harbour can create oleserver and activex

Log Message: ----------- 2010-05-26 00:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/Makefile + harbour/contrib/hbwin/hbolesrv.c + added inproc OLE server implementation. It allows to create OLE/ACTIVEX COM server in Harbour. Such ...
by anserkk
Mon May 31, 2010 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour can create oleserver and activex
Replies: 5
Views: 1004

Ayuda con esta funcion...

... *--------------------------------------------------------------------------------------------------------------------------* FUNC NUMLETRAS(NUM) PRIV GRUPOS[5],ENLETRA,GRUPO,NUMSTR,UNIDAD,DECENA,CENTENA,; UNI0,UNI1,UNI2,UNI3,UNI4,UNI5,UNI6,UNI7,UNI8,UNI9,DEC0,; DEC1,DEC2,DEC3,DEC4,DEC5,DEC6,DEC7,DEC8,DEC9,CEN0,CEN1,; ...
by JoseGS
Thu Jan 14, 2010 1:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con esta funcion...
Replies: 7
Views: 1574

OT - RPC Disponible en Harbour

... Author: druzus Date: 2010-01-06 16:16:22 +0000 (Wed, 06 Jan 2010) Log Message: ----------- 2010-01-06 17:15 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbznet.c ! do not use DEF_MEM_LEVEL to avoid potential problems when <zutil.h> is not available * harbour/contrib/hbnetio/netio.h ...
by Lautaro
Wed Jan 06, 2010 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT - RPC Disponible en Harbour
Replies: 2
Views: 959

Re: Alguna novedad con activex + harbour svn + fwh9.07 ???

Lautaro, Has probado a reconstruir hbwin.lib despues de estos cambios recientes ? 2009-08-14 15:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c + added support for decoding VT_DECIMAL variants + added disabled by default support for passing pointer ...
by Antonio Linares
Fri Aug 14, 2009 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguna novedad con activex + harbour svn + fwh9.07 ???
Replies: 8
Views: 1078

Re: OLE with byref sample (SOLVED)

2009-08-12 18:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c ! fixed memory leak in PutParams() ! fixed parameters order in PutParams() ! fixed possible GPF due calling VariantClear() without VariantInit() for ...
by toninhofwi
Thu Aug 13, 2009 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with byref sample (SOLVED)
Replies: 14
Views: 1906

Re: xharbour (cvs) strange chars in database field

This is from Harbour (not xHarbour) changelog:

2009-05-14 00:23 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/rddads/ads1.c
! added workaround for ACE bug: character fields longer then 23 bytes are
increased by one byte when read by AdsGetField().


EMG
by Enrico Maria Giordano
Tue Jun 23, 2009 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour (cvs) strange chars in database field
Replies: 9
Views: 1424
Next

Return to advanced search