MyRpt - Diseñador de Reportings - En desarrollo :-)
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
wich ?
if you compile repdemo you have all samples to run !!!!
the last one problems was on w7 not run ok , because the says are moved . Now with Sebastian Changes all run good!!!
I not Know how make the labels ...
if you compile repdemo you have all samples to run !!!!
the last one problems was on w7 not run ok , because the says are moved . Now with Sebastian Changes all run good!!!
I not Know how make the labels ...
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Un par de preguntas, en el código de repdemo.prg se invoca esta función
Pero me dice que no existe, si existe esta
Es está última la que tendría que ir ? Y de paso, en que librería de harbour se encuentra esta función ???
Gracias de antemano
Saludos
Code: Select all
oHrb := HB_CompileBuf( HB_ARGV( 0 ), cPrg, "-n" )
Code: Select all
oHrb = HB_CompileFromBuf( Scripts->Code, "-n", "-Ic:\fwh1204\include", "-Ic:\harbour_bcc582\include" )
Gracias de antemano
Saludos
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Horacio
Con este comando te dice que está en la libreria hbcplrC:\Harbour\harb20131007\bin>hbmk2 -find hb_compileBuf
-lhbcplr (installed):
hb_compileBuf()
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Gracias Cristobal por tu respuesta, pero al añadirle esta librería obtengo estos errores de compilación
Saludos
Code: Select all
Executando: ILINK32 @B32.BC
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_hb_pp_new' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|hbcomp
Error: Unresolved external '_hb_pp_tokenToString' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|complex
Error: Unresolved external '_hb_pp_tokenBlockString' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|complex
Error: Unresolved external '_hb_pp_tokenUpper' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|complex
Error: Unresolved external '_hb_pp_tokenNextExp' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|complex
Error: Unresolved external '_hb_pp_tokenGet' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|complex
Error: Unresolved external '_hb_pp_free' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|hbcomp
Error: Unresolved external '_hb_pp_addSearchPath' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|cmdcheck
Error: Unresolved external '_hb_pp_addDefine' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|cmdcheck
Error: Unresolved external '_hb_pp_delDefine' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|cmdcheck
Error: Unresolved external '_hb_pp_line' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|ppcomp
Error: Unresolved external '_hb_pp_fileName' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|ppcomp
Error: Unresolved external '_hb_pp_init' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|ppcomp
Error: Unresolved external '_hb_pp_setIncFunc' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|ppcomp
Error: Unresolved external '_hb_pp_setStdRules' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|ppcomp
Error: Unresolved external '_hb_pp_initDynDefines' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|ppcomp
Error: Unresolved external '_hb_pp_readRules' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|ppcomp
Error: Unresolved external '_hb_pp_setStdBase' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|ppcomp
Error: Unresolved external '_hb_pp_eof' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|harboury
Error: Unresolved external '_hb_pp_reset' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|hbmain
Error: Unresolved external '_hb_pp_inBuffer' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|hbmain
Error: Unresolved external '_hb_pp_inFile' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|hbmain
Error: Unresolved external '_hb_pp_traceFile' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|hbmain
Error: Unresolved external '_hb_pp_outFile' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|hbmain
Error: Unresolved external '_hb_pp_lineTot' referenced from C:\HARBOUR_BCC582\LIB\HBCPLR.LIB|hbmain
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
the function run only with Harbour
not run with xharbour !!!
not run with xharbour !!!
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Silvio, estoy utilizando Harbour, no xHarbour.
Saludos
Saludos
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Horacio with Harbour run good
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Charles,
can help us to create Labels with MyRep ?
I thinked to create a new data on INI file as Label= Yes or No
If the label is Yes the procedure must read the form of the labels
::nLblHeight Label Height
::nLblWidth Label Width
:nLblOnLine Lables for line
::nLblAtcol Labels for column
:nLblHSep Horizontal separation
::nLblVSep Vertical separation
::lGrid if there is Grid
::nPenGrid Pen for grid
::lShadow shadow labels
or we can create a file as INI with some template of labels as
7022=3,5|6,4|3|2|2|2
for the command to create labels we can use the Labels Class
LABEL ::oLabel ;
SIZE ::nLblWidth, ::nLblHeight ;
SEPARATORS ::nLblHSep, ::nLblVSep ;
ON LINE ::nLblOnLine ;
PEN oPen1 ;
FILE "LABEL.PRN" ;
TO FILE "LABEL.TXT" ;
CAPTION ::cTitulo1 ;
FONT ::oFont3, ::oFont2, ::oFont1
LBLITEM AT ::nLblAtcol DATA ..... FONT 2
LblAddItem( ::nLblAtcol,;
{bCampo(::aCampos,i)},; //fiels
::aWidth,; // width
{},; //picture
{||1},; // font
,;
,;
::lshadow,; //shadow
::lgrid ) //lgrid
END LABEL ::oLabel
this is only an Idea
I believe it can be done on My Rep
Perhaps we must change the the show of the paper but I notKnow how make it
if the MyRep have the labels My rep can be complete !!
can help us to create Labels with MyRep ?
I thinked to create a new data on INI file as Label= Yes or No
If the label is Yes the procedure must read the form of the labels
::nLblHeight Label Height
::nLblWidth Label Width
:nLblOnLine Lables for line
::nLblAtcol Labels for column
:nLblHSep Horizontal separation
::nLblVSep Vertical separation
::lGrid if there is Grid
::nPenGrid Pen for grid
::lShadow shadow labels
or we can create a file as INI with some template of labels as
7022=3,5|6,4|3|2|2|2
for the command to create labels we can use the Labels Class
LABEL ::oLabel ;
SIZE ::nLblWidth, ::nLblHeight ;
SEPARATORS ::nLblHSep, ::nLblVSep ;
ON LINE ::nLblOnLine ;
PEN oPen1 ;
FILE "LABEL.PRN" ;
TO FILE "LABEL.TXT" ;
CAPTION ::cTitulo1 ;
FONT ::oFont3, ::oFont2, ::oFont1
LBLITEM AT ::nLblAtcol DATA ..... FONT 2
LblAddItem( ::nLblAtcol,;
{bCampo(::aCampos,i)},; //fiels
::aWidth,; // width
{},; //picture
{||1},; // font
,;
,;
::lshadow,; //shadow
::lgrid ) //lgrid
END LABEL ::oLabel
this is only an Idea
I believe it can be done on My Rep
Perhaps we must change the the show of the paper but I notKnow how make it
if the MyRep have the labels My rep can be complete !!
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
saludos, y al fin hay una version estable en 1 solo prg?
Software especializado para oficinas contables con grandes volumenes de Informacion
Impresion de todos los formularios del Seniat, Dian
alex_patino74@hotmail.com
whatsapp 57+3214777217
Impresion de todos los formularios del Seniat, Dian
alex_patino74@hotmail.com
whatsapp 57+3214777217
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Hola Amigos,
¿Hay algún avance de este tema tan interesante?.
Muy agradecida
¿Hay algún avance de este tema tan interesante?.
Muy agradecida
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Elvira,
Carles me comentó que con la experiencia adquirida construyendo MyRpt se sentía capaz de desarrollar uno mucho más potente y completo, pero eso es algo que ya depende de Carles, del tiempo que tenga para dedicarle a ese proyecto, etc.
Carles me comentó que con la experiencia adquirida construyendo MyRpt se sentía capaz de desarrollar uno mucho más potente y completo, pero eso es algo que ya depende de Carles, del tiempo que tenga para dedicarle a ese proyecto, etc.
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Antonio,
Muchas gracias por la info.
Sería estupendo tener este producto en Fivewin, porque FastReport para Harbour fue descontinuado como sabes tras el fallecimiento de Sergey.
Sebas Almirón también estaba trabajando sobre ello, ¿se sabe algo?.
Mil gracias
Muchas gracias por la info.
Sería estupendo tener este producto en Fivewin, porque FastReport para Harbour fue descontinuado como sabes tras el fallecimiento de Sergey.
Sebas Almirón también estaba trabajando sobre ello, ¿se sabe algo?.
Mil gracias
- Sebastián Almirón
- Posts: 125
- Joined: Mon Dec 12, 2005 9:56 am
- Location: Moralzarzal - Spain
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Hola,
Estoy en ello, lo tengo bastante avanzado, pero por falta de tiempo me quedan aun por solucionar algunos problemas que me he encontrado, sobre todo cuando no se utiliza Preview, pero espero en breve poder dejar una nueva versión más estable.
Saludos
Estoy en ello, lo tengo bastante avanzado, pero por falta de tiempo me quedan aun por solucionar algunos problemas que me he encontrado, sobre todo cuando no se utiliza Preview, pero espero en breve poder dejar una nueva versión más estable.
Saludos
Re: MyRpt - Diseñador de Reportings - En desarrollo :-)
Animo Sebastian,
saludos.
saludos.
Cesar Cortes Cruz
SysCtrl Software
Mexico
' Sin +- FWH es mejor "
SysCtrl Software
Mexico
' Sin +- FWH es mejor "
- Jairo Barbosa
- Posts: 188
- Joined: Fri Jan 23, 2009 2:50 am
- Location: Cali Valle Colombia
- Contact: