Search found 15 matches: ntitlednline
Searched query: ntitlednline
- Wed Mar 20, 2024 4:56 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: TReport, método TotalLine con GRID_ABOBEL, impresora Térmica
- Replies: 0
- Views: 676
TReport, método TotalLine con GRID_ABOBEL, impresora Térmica
... por favor alguien podría indicarme porqué en un mismo sencillo Report, la línea de abajo de los títulos de columnas, llamada con ::TotalLine( ::nTitleDnLine, GRID_ABOBEL ) desde el método ColTitle(), no imprime nada en impresoras térmicas, pero si imprime ok la línea en impresoras gráficas normales ...
- Sun Jul 10, 2016 5:41 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como quitar lineas verticales en tReport
- Replies: 11
- Views: 2045
Re: Como modificar/quitar las lineas columnas y totales en tRepo
... he mirado en los foros ,etc.. y no acabo de verlo
gracias anticipadas
me respondo a mi mismo, encontré lo que quería
oReport:nTitleUpLine:= nil // no imprime línea antes de cabecera
oReport:nTitleDnLine:= RPT_SINGLELINE // improme una única línea después de cabecera, por defecto es DOUBLELINE
gracias anticipadas
me respondo a mi mismo, encontré lo que quería
oReport:nTitleUpLine:= nil // no imprime línea antes de cabecera
oReport:nTitleDnLine:= RPT_SINGLELINE // improme una única línea después de cabecera, por defecto es DOUBLELINE
- Thu Feb 26, 2015 7:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Treport row titles
- Replies: 4
- Views: 911
Re: Treport row titles
... TITLE "Code" DATA VP->V_CODE
GROUP ON VP->V_ACCT
END REPORT
oReport:lSummary := .T.
oReport:nTitleUpLine := RPT_NOLINE
oReport:nTitleDnLine := RPT_SINGLELINE
oReport:aColumns[4]:bTitleFont := {|| 2 }
ACTIVATE REPORT oReport
CLOSE VP
oFont1:End()
oFont2:End()
Endif ...
GROUP ON VP->V_ACCT
END REPORT
oReport:lSummary := .T.
oReport:nTitleUpLine := RPT_NOLINE
oReport:nTitleDnLine := RPT_SINGLELINE
oReport:aColumns[4]:bTitleFont := {|| 2 }
ACTIVATE REPORT oReport
CLOSE VP
oFont1:End()
oFont2:End()
Endif ...
- Thu Aug 18, 2011 3:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Treport bug ?
- Replies: 0
- Views: 442
Treport bug ?
... not run !!!!
::oReport:CellView()
::oReport:SetShdColor(CLR_GRAY)
ENDIF
::oReport:nTitleUpLine := RPT_SINGLELINE
::oReport:nTitleDnLine := RPT_SINGLELINE
::oReport:oTitle:aFont[2] := {|| 3 }
::oReport:oTitle:aFont[3] := {|| 2 }
::oReport:SetTxtColor(::nColoreFont1,1 ...
::oReport:CellView()
::oReport:SetShdColor(CLR_GRAY)
ENDIF
::oReport:nTitleUpLine := RPT_SINGLELINE
::oReport:nTitleDnLine := RPT_SINGLELINE
::oReport:oTitle:aFont[2] := {|| 3 }
::oReport:oTitle:aFont[3] := {|| 2 }
::oReport:SetTxtColor(::nColoreFont1,1 ...
- Thu Nov 25, 2010 1:14 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Detectar Cambio de Grupo
- Replies: 1
- Views: 643
Detectar Cambio de Grupo
... SubStr(oReport:aGroups[2]:cValue,11,30)
END REPORT
oReport:bSkip := {||oPagos:skip(1) }
oReport:nTitleUpLine := RPT_SINGLELINE
oReport:nTitleDnLine := RPT_SINGLELINE
oReport:nTotalline := RPT_NOLINE
oReport:nGroupLine := RPT_NOLINE
oReport:cGrandTotal := "Total General Recaudado Desde ...
END REPORT
oReport:bSkip := {||oPagos:skip(1) }
oReport:nTitleUpLine := RPT_SINGLELINE
oReport:nTitleDnLine := RPT_SINGLELINE
oReport:nTotalline := RPT_NOLINE
oReport:nGroupLine := RPT_NOLINE
oReport:cGrandTotal := "Total General Recaudado Desde ...
- Thu Jan 14, 2010 10:46 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Una de Report
- Replies: 3
- Views: 784
Una de Report
... xalias)->fechacad size 9
COLUMN title "OBSERVACIONES" data "" size 35
oList:nGroupLine := RPT_NOLINE
oList:nTitleUpLine := RPT_DOUBLELINE
oList:nTitleDnLine := RPT_DOUBLELINE
//oList:nTotalLine := RPT_SINGLELINE
END REPORT
oList:CellView()
ACTIVATE REPORT oList while ¯o
Un Saludo.
COLUMN title "OBSERVACIONES" data "" size 35
oList:nGroupLine := RPT_NOLINE
oList:nTitleUpLine := RPT_DOUBLELINE
oList:nTitleDnLine := RPT_DOUBLELINE
//oList:nTotalLine := RPT_SINGLELINE
END REPORT
oList:CellView()
ACTIVATE REPORT oList while ¯o
Un Saludo.
- Thu Oct 08, 2009 4:44 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Preview
- Replies: 2
- Views: 796
Re: Preview
... 2]+transform(aImp[nField],"999,999.99")," "
END REPORT
*/
oReport:bSkip := {|| nField++}
oReport:nTitleUpLine := RPT_NOLINE
oReport:nTitleDnLine := RPT_NOLINE
oReport:nTotalLine := RPT_NOLINE
oReport:Margin(1,RPT_LEFT,RPT_CMTERS) // Aqui no respeta el margen
ACTIVATE REPORT oReport ...
END REPORT
*/
oReport:bSkip := {|| nField++}
oReport:nTitleUpLine := RPT_NOLINE
oReport:nTitleDnLine := RPT_NOLINE
oReport:nTotalLine := RPT_NOLINE
oReport:Margin(1,RPT_LEFT,RPT_CMTERS) // Aqui no respeta el margen
ACTIVATE REPORT oReport ...
- Fri Jul 24, 2009 8:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como mostrar un Archivo Texto Plano
- Replies: 18
- Views: 6674
Re: Como mostrar un Archivo Texto Plano
... CAPTION "Listado de Litros de Petroleo Mensual.." PREVIEW FONT oFont
COLUMN DATA " " SIZE nWidth
END REPORT
oRep:nTitleUpLine:=RPT_NOLINE
oRep:nTitleDnLine:=RPT_NOLINE
oRep:Margin(.25,RPT_LEFT ,RPT_INCHES)
oRep:Margin(.10,RPT_RIGHT ,RPT_INCHES)
oRep:Margin(.30,RPT_TOP ,RPT_INCHES)
oRep:Margin(.20 ...
COLUMN DATA " " SIZE nWidth
END REPORT
oRep:nTitleUpLine:=RPT_NOLINE
oRep:nTitleDnLine:=RPT_NOLINE
oRep:Margin(.25,RPT_LEFT ,RPT_INCHES)
oRep:Margin(.10,RPT_RIGHT ,RPT_INCHES)
oRep:Margin(.30,RPT_TOP ,RPT_INCHES)
oRep:Margin(.20 ...
- Mon May 11, 2009 2:10 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problemas con report group y arrays
- Replies: 5
- Views: 1779
Re: Problemas con report group y arrays
... oReport:cGrandTotal := "Total General "
oReport:cPageTotal := "Total Parcial Pagina: "
oReport:nTitleUpLine := RPT_SINGLELINE
oReport:nTitleDnLine := RPT_SINGLELINE
oReport:nGroupLine := RPT_NOLINE
END REPORT
ACTIVATE REPORT oReport WHILE (nField + 1) <= Len(aTabla);
on POSTgroup ...
oReport:cPageTotal := "Total Parcial Pagina: "
oReport:nTitleUpLine := RPT_SINGLELINE
oReport:nTitleDnLine := RPT_SINGLELINE
oReport:nGroupLine := RPT_NOLINE
END REPORT
ACTIVATE REPORT oReport WHILE (nField + 1) <= Len(aTabla);
on POSTgroup ...
- Tue Dec 02, 2008 6:06 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Total en los grupos
- Replies: 3
- Views: 1365
Re: Total en los grupos
... 2] := {|| 3 }
oReport:oTitle:aFont[3] := {|| 3 }
oReport:oTitle:aFont[4] := {|| 3 }
oReport:nTitleUpLine := RPT_SINGLELINE
oReport:nTitleDnLine := RPT_SINGLELINE
oReport:nTotalLine := RPT_SINGLELINE
//Solo imprimir el total de Pagina actual, no el acumulado
oReport:bStartPag ...
oReport:oTitle:aFont[3] := {|| 3 }
oReport:oTitle:aFont[4] := {|| 3 }
oReport:nTitleUpLine := RPT_SINGLELINE
oReport:nTitleDnLine := RPT_SINGLELINE
oReport:nTotalLine := RPT_SINGLELINE
//Solo imprimir el total de Pagina actual, no el acumulado
oReport:bStartPag ...
- Sun Apr 27, 2008 10:45 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda!!! nesecito poner fotos en un reporte tReport :(
- Replies: 9
- Views: 4791
- Thu Jul 19, 2007 10:39 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Reportes con sombra y cajas
- Replies: 18
- Views: 6006
- Wed Oct 11, 2006 4:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Txbrowse Database handle
- Replies: 6
- Views: 2636
- Mon Oct 02, 2006 9:43 pm
- Forum: FiveWin para CA-Clipper
- Topic: Favor Ayuda oara Imprimir
- Replies: 0
- Views: 1096
Favor Ayuda oara Imprimir
... FONT oFont;
PREVIEW
COLUMN DATA spac(6)+OemToAnsi(b->Cod_det) SIZE 71
END REPORT
oReport:nTitleUpLine := RPT_NOLINE
oReport:nTitleDnLine := RPT_NOLINE
oReport:Margin(.15,RPT_LEFT,RPT_INCHES)
oReport:Margin(.25,RPT_TOP,RPT_INCHES)
oReport:Margin(.25,RPT_BOTTOM,RPT_INCHES ...
PREVIEW
COLUMN DATA spac(6)+OemToAnsi(b->Cod_det) SIZE 71
END REPORT
oReport:nTitleUpLine := RPT_NOLINE
oReport:nTitleDnLine := RPT_NOLINE
oReport:Margin(.15,RPT_LEFT,RPT_INCHES)
oReport:Margin(.25,RPT_TOP,RPT_INCHES)
oReport:Margin(.25,RPT_BOTTOM,RPT_INCHES ...
- Mon Oct 02, 2006 8:44 pm
- Forum: FiveWin for CA-Clipper
- Topic: Favor Ayuda Problemas al Imprimir
- Replies: 7
- Views: 5040
Favor Ayuda Problemas al Imprimir
... FONT oFont;
PREVIEW
COLUMN DATA spac(6)+OemToAnsi(b->Cod_det) SIZE 71
END REPORT
oReport:nTitleUpLine := RPT_NOLINE
oReport:nTitleDnLine := RPT_NOLINE
oReport:Margin(.15,RPT_LEFT,RPT_INCHES)
oReport:Margin(.25,RPT_TOP,RPT_INCHES)
oReport:Margin(.25,RPT_BOTTOM,RPT_INCHES ...
PREVIEW
COLUMN DATA spac(6)+OemToAnsi(b->Cod_det) SIZE 71
END REPORT
oReport:nTitleUpLine := RPT_NOLINE
oReport:nTitleDnLine := RPT_NOLINE
oReport:Margin(.15,RPT_LEFT,RPT_INCHES)
oReport:Margin(.25,RPT_TOP,RPT_INCHES)
oReport:Margin(.25,RPT_BOTTOM,RPT_INCHES ...