Search found 22 matches: cfunc

Return to advanced search

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

... qué hace esta función. * New: Functions in olefuncs.prg ExcelLangID() --> nExcelLangID ExcelLang() --> en,es,fr,pt,de,it ExcelTranslate( cFunc ) --> Translated function Dbf2ExcelNumFormat( cPicture ) -> cExcelPic https://forums.fivetechsupport.com/~fivetec1/forums/viewtopic.php?f=16&t=27548 ...
by karinha
Tue Nov 01, 2022 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 805

help to compile easy Report rrom GitHub

I have compiled ER and Ilink these files %HOME%\EasyReport-master\source\ereport.prg=1,.F.,1,1, %HOME%\EasyReport-master\source\cfunc.c=2,.F.,1,1, %HOME%\EasyReport-master\source\epFunc.prg=3,.F.,1,1, %HOME%\EasyReport-master\source\erfile.prg=4,.F.,1,1, %HOME%\EasyReport-master\source\eritems.prg=5,.F.,1,1, ...
by Silvio.Falconi
Sat May 16, 2020 11:46 am
 
Forum: EasyReport, EasyDialog and EasyPreview
Topic: help to compile easy Report rrom GitHub
Replies: 0
Views: 1747

Re: Fast Report´s future

... ) CLASS TControl METHOD KeyDown( nKey, nFlags ) CLASS TControl METHOD ShowDots( lNotShow ) CLASS TControl then it need to compile also the file cfunc.c where are the function for dots perhaps with these modifies the designer could run ok , I cannot try it , because I was never able to compile ...
by Silvio.Falconi
Wed May 13, 2020 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6030

Re: Error al compilar con bcc73 y Easyreport

Prueba a añadir esta línea en cfunc.c antes de los includes:

#define PURE
#include <windows.h>
#include <hbapi.h>
by Antonio Linares
Tue Jul 10, 2018 10:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con bcc73 y Easyreport
Replies: 9
Views: 1503

Re: Xbrowse ToExcel Error

Solución Modificar Olefunc.prg y compilar con su aplicación Que modificar Ir a function ExcelTranslate( cFunc ) en los arreglos esta escrito: local aTranslates := { ; { "TRUE", "VERDADERO", "VRAI", "VERDADEIRO", "WAHR", "VERO" ...
by ratazul
Wed Jul 29, 2015 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ToExcel Error
Replies: 2
Views: 539

Re: To All help to compile last Ereport repository

... \ #.\fileedit.prg \ .\vrd.prg \ .\ermain.prg \ .\vrdbcode.prg \ .\vrditem.prg \ .\strings.prg \ .\xcbrowse.prg \ .\tcfoldex.prg C = \ .\cfunc.c \ .\treeview.c \ .\setmask.c OBJ=$(PRG:.prg=.obj) OBJS=$(OBJ:.\=.\obj\) COBJ=$(C:.c=.obj) COBJS=$(COBJ:.\=.\obj\) PROJECT : ereport.exe ereport.exe ...
by cnavarro
Wed Dec 03, 2014 7:15 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: To All help to compile last Ereport repository
Replies: 14
Views: 6392

Re: Creacion de EasyReport

... .\ertools.prg \ .\vrd.prg \ .\ermain.prg \ .\vrdbcode.prg \ .\vrditem.prg \ .\strings.prg \ <------- Esta es la linea 20 .\tcfoldex.prg C = \ .\cfunc.c \ .\setmask.c .SUFFIXES: .prg .c .obj .rc .res OBJ=$(PRG:.prg=.obj) OBJS=$(OBJ:.\=.\obj\) COBJ=$(C:.c=.obj) COBJS=$(COBJ:.\=.\obj\) CFILES=$(C:.\=.\source\) ...
by cnavarro
Sun Oct 05, 2014 10:56 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Creacion de EasyReport
Replies: 13
Views: 6550

Solo esto y tenemos listo el makefile de MS

... error LNK2005: __HUGE already defined in LIBCMT.lib(huge.obj) FiveHC32.lib(CTRLDRAW.obj) : error LNK2005: _HB_FUN_CTRLDRAWFOCUS already defined in cfunc.obj Creating library cfunc.lib and object cfunc.exp cfunc.exe : fatal error LNK1169: one or more multiply defined symbols found
by Antonio Linares
Sun Aug 31, 2014 4:26 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Solo esto y tenemos listo el makefile de MS
Replies: 0
Views: 613

Re: Los campos no se muestran correctamente

... this change the program fail's code as ::aDBType[ nAlias ] = "DBF" I have also problems with prhst.h When this file is called from cfunc.c , last line (1079) must be : #endif //_PRSHT_H_ When called as (building with ereport.mak) : b:\bcc582\bin\brc32.exe -r -Ib:\bcc582\include ...
by Franklin Demont
Thu Aug 21, 2014 1:23 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Los campos no se muestran correctamente
Replies: 15
Views: 5200

New FTDN September/Septiembre 2013 (FWH 13.09)

... is taken care of now. * New: Functions in olefuncs.prg ExcelLangID() --> nExcelLangID ExcelLang() --> en,es,fr,pt,de,it ExcelTranslate( cFunc ) --> Translated function Dbf2ExcelNumFormat( cPicture ) -> cExcelPic * Enhancement: XBrowse now uses the excel language functions in olefuncs.prg ...
by Antonio Linares
Wed Oct 30, 2013 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2013 (FWH 13.09)
Replies: 1
Views: 2804

Re: Parar un programa en red.

... #include "fivewin.ch" CLASS TINATIVO DATA nTimeInpAntes DATA nTimeInpDepois DATA cTimeAtu DATA nTempo DATA oTimerTime DATA cFunc DATA lContinuar METHOD NEW( nTime, cFuncao, lContinua ) CONSTRUCTOR METHOD ver_tempo() ENDCLASS ********************** METHOD new(ntime,cFuncao,lContinua) ...
by WilliamAdami
Sun May 22, 2011 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parar un programa en red.
Replies: 5
Views: 2660

Missing xBrowse oLbx:lHScroll / oLbx:lVScroll in FWH 10.2 ?

... local oDlg, oBrw, oCol, cAlias := cGetNewAlias( "CUST" ) local aGrad := {{ 0.50, CLR_RED, CLR_YELLOW }, { 0.50, CLR_YELLOW, CLR_RED }} cFunc := ProcName( 0 ) USE CUSTOMER NEW ALIAS (cAlias) SHARED VIA "DBFCDX" SET ORDER TO TAG FIRST GO TOP DEFINE DIALOG oDlg RESOURCE "TEST" ...
by ukoenig
Thu Feb 25, 2010 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing xBrowse oLbx:lHScroll / oLbx:lVScroll in FWH 10.2 ?
Replies: 9
Views: 2166

Re: need tcrw.prg for 32 bit

... the report to a printer // ========================================================================== */ METHOD PEOPEN_() LOCAL cFarProc LOCAL cFunc := "PEOpenEngine" IF ::l32 cFarProc := GetProc32( ::hDLL, cFunc, .T., LONG ) ::lError := ( CallDll32( cFarProc ) == FALSE ) ELSE cFarProc ...
by jll-fwh
Sun Feb 14, 2010 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need tcrw.prg for 32 bit
Replies: 1
Views: 1316

Re: XBROWSE: need help with append blank

... result. Best regards ... static function RddBrwSelColsWin local oWnd, oBrw, oCol, cAlias := cGetNewAlias( "CUST" ) local oBrush, n cFunc := ProcName( 0 ) USE CUSTOMER NEW ALIAS (cAlias) SHARED VIA "DBFCDX" SET ORDER TO TAG STATE GO TOP MakeTotal() DEFINE BRUSH oBrush RESOURCE ...
by bosibila
Sun Mar 15, 2009 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE: need help with append blank
Replies: 6
Views: 1008

Problem with Editor of Source

... Aeval(aArray, {|v,e| cText += Str(e,3) + ": "+cValToChar(v)+CRLF}) MsgInfo(cText, cMsg) RETURN NIL //27/06/2005 FUNCTION ejecutaFile(n,inilinea,pcfunc) Local _nFor:=1,nFor,cLine,dato,resuwhile:=.f.,x,y,aParam,cParam,nwvar,VALOnwvar:=SPACE(100) Local tLine:="",kwhile:=0 Local nLines := len(oMemo:aLines),resucond:=.T.,lacond ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Editor of Source
Replies: 1
Views: 1526
Next

Return to advanced search

cron