Search found 71 matches: newline

Searched query: newline

by Silvio.Falconi
Tue Dec 12, 2023 2:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 495

Add a line on report from xbrowse (NO HTML)

... aGroups[1]:cValue+" ("+ltrim(str(oRep:aGroups[1]:nCounter))+")"},; //footer
{|| 1 },; // Font
.f.,oRep)) //leject
oRep:bPostGroup := { || oRep:Newline() }

I wish the Line after the header {|| aGroup[nGroup]+" :"+oRep:aGroups[1]:cValue},;

How I can resolve ?

I allready try with oRep ...
by Silvio.Falconi
Tue Dec 12, 2023 9:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 1411

add a line in the print report

... aGroups[1]:cValue+" ("+ltrim(str(oRep:aGroups[1]:nCounter))+")"},; //footer
{|| 1 },; // Font
.f.,oRep)) //leject
oRep:bPostGroup := { || oRep:Newline() }

I wish the Line after the header {|| aGroup[nGroup]+" :"+oRep:aGroups[1]:cValue},;

How I can resolve ?

I allready try with oRep ...
by Silvio.Falconi
Mon Oct 30, 2023 9:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Making GroupReport from Xbrowse
Replies: 0
Views: 546

Making GroupReport from Xbrowse

... that I can't overcome is that when I print the group header it doesn't skip a line and the records are printed below too attached to the header as you can see in this figure

https://i.postimg.cc/4N8fTmD1/yyy.jpg

I tried with CRLF or by inserting oRep:newline() but nothing happens

any solution?
by Silvio.Falconi
Fri May 05, 2023 1:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Group on Report ( from xbrowse)
Replies: 4
Views: 446

Re: Group on Report ( from xbrowse)

I have also these problems

Image

I cannot print the total of Pages type xx/xx
I wish a newline after "Provincia: AG" on top
I wish a newline on footer " Totale...."
I wish the effect pijama
by nlerdafehn
Mon Oct 03, 2022 8:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: tReport linea doble para visualizar mas datos
Replies: 4
Views: 605

tReport linea doble para visualizar mas datos

... data field -> subto total picture "@e 9,999,999" font 2endif    end report    activate report rep_per

Intente poniendo un newline() despues que termina el line y escribiendo los datos a mano, pero tengo problemas a la hora de poner groups y los totales no se muestran bien ...
by JoseAlvarez
Wed Sep 22, 2021 12:16 am
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir en rollo y matriz de punto
Replies: 21
Views: 3246

Re: Imprimir en rollo y matriz de punto

... to reset Epson printers should be: "27,69" SetCoors(r,c) Let you change the current row and col is the equivalent of SetPrc() of Ca-Clipper NewLine() Increments the current row Write(cText) Prints the string cText in the current row and column Say(nRow ,; Prints the string cText in nRow, nCol ...
by Otto
Tue Apr 13, 2021 10:06 am
Forum: mod_harbour
Topic: backslash
Replies: 1
Views: 518

backslash

... other C-like languages). This means that when Javascript encounters a backslash, it tries to escape the following character. For instance, \n is a newline character (rather than a backslash followed by the letter n).
In order to output a literal backslash, you need to escape it. That means \\ will ...
by ukoenig
Sun Mar 26, 2017 3:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: class tprinter and a dot-matrix printer
Replies: 2
Views: 957

Re: class tprinter and a dot-matrix printer

... to reset Epson printers should
be: "27,69"
SetCoors(r,c) Let you change the current row and col is the equivalent of
SetPrc() of Ca-Clipper
NewLine() Increments the current row
Write(cText) Prints the string cText in the current row and column
Say(nRow ,; Prints the string cText in nRow ...
by FranciscoA
Tue Jan 17, 2017 11:14 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Treport y StartLine, o EndLine, NewLine()
Replies: 5
Views: 1422

Re: Treport y StartLine, o EndLine, NewLine()

Armando, gracias.
Voy a estudiar los methods StartGroup, EndGroup, a ver si lo consigo.
Saludos.
by Armando
Tue Jan 17, 2017 10:28 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Treport y StartLine, o EndLine, NewLine()
Replies: 5
Views: 1422

Re: Treport y StartLine, o EndLine, NewLine()

Francisco:

Tal vez te puede servir el ON ENDGROUP y con un contador
controlas cuando sea el primer grupo.

Saludos
by FranciscoA
Tue Jan 17, 2017 4:46 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Treport y StartLine, o EndLine, NewLine()
Replies: 5
Views: 1422

Treport y StartLine, o EndLine, NewLine()

... finalizado el grupo 1?
Por estética, lo que necesito es que al finalizar el grupo 1, ordenarle a TReport que agregue dos lineas en blanco (oReport:NewLine(),oReport:NewLine(),
.

REPORT oReport; ... ... GROUP ON FIELD->CODIGO, ; HEADER "AREA " +oReport:aGroups[1]:cValue ; GROUP ON FIELD->TD ...
by LuisPonce
Thu Aug 18, 2016 4:01 am
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo TdosPrn
Replies: 11
Views: 3436

Re: Ejemplo TdosPrn

... to reset Epson printers should
be: "27,69"
SetCoors(r,c) Let you change the current row and col is the equivalent of
SetPrc() of Ca-Clipper
NewLine() Increments the current row
Write(cText) Prints the string cText in the current row and column
Say(nRow ,; Prints the string cText in nRow ...
by cjcardoza
Wed Feb 18, 2015 2:22 pm
Forum: FiveWin para Harbour/xHarbour
Topic: REPORT TO EXCEL NO AGRUPA
Replies: 0
Views: 676

REPORT TO EXCEL NO AGRUPA

... F.
oReport:cGrandTotal:="TOTALES:"
ACTIVATE REPORT oReport WHILE !::oSql:Eof();
ON STARTGROUP EVAL({|| nSaldo:=::oSql:saldoini,oReport:NewLine(),oReport:SAY(9,"SALDO INICIAL",1,,oReport:nRow),;
oReport:SAY(10,TRANSFORM(::oSql:saldoini,"@Z 9,999,999.99"),1,,oReport:nRow) })


www ...
by Silvio.Falconi
Sat Jan 03, 2015 10:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Report with a blank page after each printed one.
Replies: 2
Views: 602

Re: Report with a blank page after each printed one.

do you have try the rep samples ?

then ..
starline ..NewLine make a white page

I use it only for the group sample :

ACTIVATE REPORT oReport ;
WHILE Test->State = "A" ;
FOR Test->Salary > 1000 ;
ON STARTGROUP oReport:NewLine() ;
ON END MessageBeep()
by cnavarro
Sat Nov 29, 2014 10:32 am
Forum: FiveWin para Harbour/xHarbour
Topic: Report y Saybitmap
Replies: 2
Views: 637

Re: Report y Saybitmap

Creo que la clase sólo modifica el valor de oReport:nRow en las llamadas a oReport:EndLine() y no en oReport:NewLine()
A ver si te sirve de algo, por que tampoco entiendo bien lo que te pasa.