Search found 108 matches: orep

Return to advanced search

New FTDN April/Abril 2013 (FWH 13.04)

... FILE clause and then while defining REPORT, the printer object may be set as DEVICE of the report Eg. PRINTER oPrn FILE "rep.pdf" REPORT oRep {<othere caluses>] DEVICE oPrn. * Enhancement: FWH\UEStudio settings files have been updated for Microsoft Visual Studio 2010 Express. Thanks ...
by Antonio Linares
Wed May 01, 2013 6:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2013 (FWH 13.04)
Replies: 2
Views: 3499

Re: PROBLEM WITH REPORT CLASS ( GROUP)

Dear Silvio use this sample ACTIVATE REPORT .... ON STARTGROUP oREP:NewLine() or ACTIVATE REPORT .... ON STARTGROUP ( oREP:NewLine() , oREP:NewLine() ) or ACTIVATE REPORT .... ON ENDGROUP oREP:NewLine() or ACTIVATE REPORT .... ON ENDGROUP ( oREP:NewLine() ...
by vensanto
Sat Mar 09, 2013 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEM WITH REPORT CLASS ( GROUP)
Replies: 2
Views: 608

Re: Problema Tprinter - Bitmap

Gracias paisano. Funciona la conversión oRep:CmRect2Pix( { 1.50, 1.00, 3.32, 1.70 } ) usando la classe TPRINTER, que era lo que necesitaba, ya que con TREPORT trabaja bien. . local aCoord:=oPrn:CmRect2Pix( { 1.50, 1.00, 3.00, 3.00 } ) oPrn:SayBitMap( ...
by FranciscoA
Mon Aug 15, 2011 12:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema Tprinter - Bitmap
Replies: 3
Views: 609

Re: Problema Tprinter - Bitmap

/*define imagen del logo*/ REDEFINE IMAGE oImageLogoJR NAME "LOGO" ... /*activa reporte*/ ACTIVATE REPORT oReporte; ON POSTEND oReporte:Say(1,"Registros procesados :"+str(oReporte:nCounter),3); ON STARTPAGE PrintLogo(oReporte) ... PROCEDURE PrintLogo(oReporte) ...
by carlos vargas
Sun Aug 14, 2011 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema Tprinter - Bitmap
Replies: 3
Views: 609

Re: To Antonio:

Enrico:

Thank you for your help. What I'm trying to find out is if an ACTIVATE REPORT oRep works faster with the a condition set in the oFor block, or issuing a SET FILTER command and leaving the oFor block with its default value.

Thank you.
by HunterEC
Tue Aug 09, 2011 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 3
Views: 584

To Antonio:

Antonio:

When dealing with reports which of the two methods works faster and is more efficient ?
1. Using oRep:bFor & oRep:bWhile
2. Using SET FILTER TO

Thank you.
by HunterEC
Mon Aug 08, 2011 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 3
Views: 584

Error after report.

Guys: I'm getting this error after an ACTIVATE REPORT oRep (the report works as expected):       .      .      .      ACTIVATE REPORT oRep      ENDPRINT      RELEASE FONT oFont      RELEASE FONT oBold  Application =========== Path and name: F:\REPCOOPP.exe ...
by HunterEC
Fri Jul 01, 2011 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error after report.
Replies: 2
Views: 439

Re: xBrowse - Exportar a Excel

MarioG wrote:Gente;
Se puede exportar una lista bajo una condicion dada?. Por ejemplo entre fechas, como?

Saludos


oBrw:Report( nil, nil, nil, { |oRep| oRep:bFor := { || <forcondition> } } )
by nageswaragunupudi
Sun Apr 24, 2011 9:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Exportar a Excel
Replies: 4
Views: 664

Re: Counter in report (revisited).

Try subtracting 1 here:

ON ENDPAGE ( oRep:aColumns[ 1 ]:nTotal := nCounter - 1 )
by James Bott
Sun Feb 13, 2011 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Counter in report (revisited).
Replies: 18
Views: 2810

Re: Counter in report.

oReport:bSkip := {|| nLine++ , ...... dbf->( DBSKIP() )} This has the same effect of using oRep:nCounter. In the Method Skip(), oRep:nCounter is incremented with every evaluation of oRep:bSkip. By having nLine++ in the ...
by nageswaragunupudi
Mon Feb 07, 2011 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Counter in report (revisited).
Replies: 18
Views: 2810

Re: Counter in report.

Rao:

It worked, but if I use the TOTAL clause the page and report totals are wrong. On page totals it add the oRep:nCounter data as a total. I'm trying a simple counter where each line counts as one. Thank you for your help.
by HunterEC
Sun Feb 06, 2011 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Counter in report (revisited).
Replies: 18
Views: 2810

Re: Counter in report.

Have you tried using oRep:nCounter ?
by nageswaragunupudi
Sun Feb 06, 2011 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Counter in report (revisited).
Replies: 18
Views: 2810

Very basic question.

Guys:
I'd created a report via THIS WAY:
REPORT oRep TITLE ...
COLUMN ...
ENDREPORT
ACTIVATE REPORT oRep
...

How can I include:
1. Page number in the footer ?
2. Date & time in the header ?
3. Add 2 blank lines after group totals ?

Thank you.
by HunterEC
Mon Dec 20, 2010 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very basic question.
Replies: 1
Views: 476

Re: adding graphics to printing

Then, we need to use oRep:SayBitmap( nRow, nCol, cBitmap, nWidth, nHeight, nScale, nAlphaLevel )
by nageswaragunupudi
Sun Feb 28, 2010 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: adding graphics to printing
Replies: 4
Views: 697

Re: Impresora POS Epson TM-U950

Si te sirve, yo lo hago de esta forma oRep:=TdosPrg:New(...... //Especiales oRep:Say(00,00,CHR(27)+"@") // INDICA QUE SE INICIA CONFIGURACION oRep:Say(00,00,CHR(27)+"t"+CHR(0)) oRep:Say(00,00,CHR(27)+"c0"+CHR(2)) ...
by ricardog
Tue Sep 29, 2009 4:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresora POS Epson TM-U950
Replies: 9
Views: 4515
PreviousNext

Return to advanced search