Search found 28 matches: vrdbcode

Return to advanced search

Re: Rpreview.prg

Hello Antonio,

yes you are right.
The following files should be included into Fivewin.libs and in Fivewin sources. These are necessary for printing with EasyReport.
vrd.ch
vrd.prg
vrdbcode.prg
vrditem.prg

Best regards,
Otto
by Otto
Tue Jan 06, 2015 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview.prg
Replies: 7
Views: 1286

Re: Descargar Nuevo Easy Report

Ya logre descargar el exe y el repositorio.....

Anteriormente yo agregaba estos tres prg

vrd.prg
vrditem.prg
vrdbcode.prg
vrd.ch

Y con esto me funcionaba perfecto....

Debo agregar mas recursos?

De antemano gracias
by leandro
Tue Dec 23, 2014 7:46 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Descargar Nuevo Easy Report
Replies: 2
Views: 1819

Re: To All help to compile last Ereport repository

... = \ .\ereport.prg \ .\epfunc.prg \ .\erfile.prg \ .\eritems.prg \ .\eritems2.prg \ .\ertools.prg \ #.\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\) ...
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: 6353

Re: Creacion de EasyReport

... PRGS = \ .\ereport.prg \ .\epfunc.prg \ .\erfile.prg \ .\eritems.prg \ .\eritems2.prg \ .\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 ...
by cnavarro
Sun Oct 05, 2014 10:56 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Creacion de EasyReport
Replies: 13
Views: 6537

Re: Pregunta organización de archivos

... subject description cAddFiles additional files Vrd.prg tiene el motor de impresión de los informes. A ese fichero habría que fusionar VRDItem y vrdbcode. VrdItem se usa en vrd.prg para crear los objetos: CLASS VRDItem Data: cType Item type cText Item text nItemID Item ID nShow Visible (1) or ...
by lucasdebeltran
Mon Sep 08, 2014 7:01 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Pregunta organización de archivos
Replies: 4
Views: 2575

Re: Ejecutar un reporte sin el diseñador visual

Antonio,

Hay que enlazar VRD.PRG, vrdbcode.prg y VRDItem.prg

Sugiero fusionar los tres .prgs en un único archivo.
by lucasdebeltran
Mon Sep 08, 2014 6:51 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Ejecutar un reporte sin el diseñador visual
Replies: 2
Views: 1153

Re: EFECTO CODIGO BARRA EN DIALOGO...

Adrian, He conseguido poner el codigo de barras en un dialogo, usando la clase VRDBCode de Timm Soldtalbers y que funciona de la siguiente forma: // para enterar con el codigo de barras y actualizar el dialogo con el codigoREDEFINE GET oCodBar         VAR cCodBar ...
by ACC69
Sat May 31, 2014 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EFECTO CODIGO BARRA EN DIALOGO...(Cerrado)
Replies: 11
Views: 2460

Re: EFECTO CODIGO BARRA EN DIALOGO...

Adrian, He conseguido poner el codigo de barras en un dialogo, usando la clase VRDBCode de Timm Soldtalbers y que funciona de la siguiente forma: // para enterar con el codigo de barras y actualizar el dialogo con el codigoREDEFINE GET oCodBar       ...
by Kleyber
Sat May 31, 2014 6:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EFECTO CODIGO BARRA EN DIALOGO...(Cerrado)
Replies: 11
Views: 2460

Error Upgrade From FWH115 To FWH1110

... .path.obj = $(APP_OBJ_DIR) # Application PRG files (your PRG files go here) ############################# APP_PRG_LIST = \ test1.prg \ vrd.prg \ vrdbcode.prg \ vrdini.prg \ vrditem.prg \ easyprev.prg \ tfilexls.prg \ xlsError.prg \ xlsfunc.prg # Contruction of the rest dependency lists ################################### ...
by acwoo1
Mon Nov 14, 2011 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5266

Re: Upgrade Errror From FWH107 to FWH113

... .path.obj = $(APP_OBJ_DIR) # Application PRG files (your PRG files go here) ############################# APP_PRG_LIST = \ test1.prg \ vrd.prg \ vrdbcode.prg \ vrdini.prg \ vrditem.prg \ easyprev.prg \ tfilexls.prg \ xlsError.prg \ xlsfunc.prg # Contruction of the rest dependency lists ################################### ...
by acwoo1
Sun Apr 10, 2011 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 2843

Re: Compile Question

... # Include "combo5.prg" # Include "combo6.prg" # Include "vrd.prg" # Include "vrditem.prg" # Include "vrdbcode.prg" and the compiler just say the name of the first prg Greetings Jairo
by Jairo Barbosa
Thu Sep 30, 2010 1:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Question
Replies: 10
Views: 1762

Re: Sticky Label

... make an EXE complete. Try to link the the prg files instead of the obj: 0=..\..\develop8\WH_Fwh\classes\vrd.prg 1=..\..\develop8\WH_Fwh\classes\vrdbcode.prg 2=..\..\develop8\WH_Fwh\classes\vrditem.prg The Class Ribbon was end ? and the other option and features of this class where are ? As you ...
by Otto
Fri Apr 23, 2010 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sticky Label
Replies: 14
Views: 3245

Re: Report

... de EasyReport encuentras los prgs que necesitas para enlazar con tu sistema: \EaseRerport\Fivewin\Source Lor prg que necesitas son: VRD.PRG VRDBCODE.PRG VRDITEM.PRG Ademas necesitas el archivo VRD.CH que lo encuentras dentro de \EaseRerport\Fivewin\include En tu prg donde llamas al EasyReport ...
by MauroArevalo
Fri Apr 16, 2010 11:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Report
Replies: 9
Views: 3391

Re: error upgrade from fwh7.11 to fwh9.10

... ecs.prg \ c1.prg \ c2.prg \ c3.prg \ c4.prg \ c5.prg \ c6.prg \ c7.prg \ c8.prg \ c9.prg \ c10.prg \ test2.prg \ test5.prg \ test6.prg \ vrd.prg \ vrdbcode.prg \ vrdini.prg \ vrditem.prg \ easyprev.prg \ msgmeter.prg \ wbrowse.prg \ tfilexls.prg \ xlsError.prg \ xlsfunc.prg # Contruction of the ...
by acwoo1
Sat Nov 14, 2009 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 5424

Re: error upgrade from fwh7.11 to fwh9.10

... ecs.prg \ c1.prg \ c2.prg \ c3.prg \ c4.prg \ c5.prg \ c6.prg \ c7.prg \ c8.prg \ c9.prg \ c10.prg \ test2.prg \ test5.prg \ test6.prg \ vrd.prg \ vrdbcode.prg \ vrdini.prg \ vrditem.prg \ easyprev.prg \ msgmeter.prg \ wbrowse.prg \ tfilexls.prg \ xlsError.prg \ xlsfunc.prg # Contruction of the ...
by acwoo1
Wed Nov 11, 2009 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 5424
Next

Return to advanced search