Search found 16 matches: ntitleupline

Return to advanced search

Re: Como modificar/quitar las lineas columnas y totales en tRepo

... es difícil pero ya he mirado en los foros ,etc.. y no acabo de verlo gracias anticipadas me respondo a mi mismo, encontré lo que quería 8) 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 ...
by gautxori
Sun Jul 10, 2016 5:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como quitar lineas verticales en tReport
Replies: 11
Views: 1821

Re: Treport row titles

... DATA VP->V_CARD COLUMN 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() ...
by brewster
Thu Feb 26, 2015 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treport row titles
Replies: 4
Views: 824

Treport bug ?

... IF ::lGrid ::oReport:SetPenColor(::nColore) ------------> 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) ...
by MdaSolution
Thu Aug 18, 2011 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treport bug ?
Replies: 0
Views: 407

Detectar Cambio de Grupo

... Footer "Total Recadudado Por "+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 ...
by cmarucco
Thu Nov 25, 2010 1:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar Cambio de Grupo
Replies: 1
Views: 590

ERROR WITH REPORT when no Printers are instaled

Hi, This is the error: Descripcion del Error: Error BASE/1005 No existe la variable de instancia: NTITLEUPLINE Args: [ 1] = U [ 2] = N 1 Stack Calls =========== Called from: => _NTITLEUPLINE(0) Called from: c:\misoft\PROGRAMAS\Tpv\ARTICULO.PRG => LISTARARTICULOS(1241) ...
by mgsoft
Tue Jun 08, 2010 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR WITH REPORT when no Printers are instaled
Replies: 1
Views: 403

Una de Report

... data (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 ...
by softruz
Thu Jan 14, 2010 10:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una de Report
Replies: 3
Views: 720

Re: Preview

... DATA ; cBar[nField,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 ...
by Andres Barillas
Thu Oct 08, 2009 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview
Replies: 2
Views: 725

Re: Como mostrar un Archivo Texto Plano

... REPORT oRep 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 ...
by jbrita
Fri Jul 24, 2009 8:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como mostrar un Archivo Texto Plano
Replies: 18
Views: 5369

Re: Problemas con report group y arrays

... oReport:bSkip := {|| nField++} 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 ...
by cmarucco
Mon May 11, 2009 2:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con report group y arrays
Replies: 5
Views: 1651

Re: Total en los grupos

... := {|| 3 } oReport:oTitle:aFont[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, ...
by FranciscoA
Tue Dec 02, 2008 6:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Total en los grupos
Replies: 3
Views: 1184

... + ")" FONT 2 oReport:oDevice:lPrvModal := .F. // Para que muestre en forma modal la ventana del preview oReport:oDevice:SetCopies(1) oReport:nTitleUpLine := RPT_NOLINE // Linea Arriba de los nombres de columnas oReport:nTotalLine := RPT_SINGLELINE // Para las lineas mas delgadas oReport:lSummary ...
by ricardog
Fri Jun 06, 2008 6:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algun reporte ejemplo usando TReport con recordset y grupos?
Replies: 5
Views: 1092

... SIZE 6 ENDIF GROUP ON SERVOLUN->CVOLUN ; HEADER "" ; FOOTER SPACE(90)+"Tiempo Total________ "+str(thora,6)+":"+strzero(tminu,2) ; EJECT oReport:nTitleUpLine := RPT_NOLINE // oReport:nTitleDnLine := RPT_NOLINE oReport:nGroupLine := RPT_NOLINE // no imprime linea separadora // oReport:oHeader:aFont[3] ...
by alfonso
Sun Apr 27, 2008 10:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda!!! nesecito poner fotos en un reporte tReport :(
Replies: 9
Views: 4370

... se agregaban las siguientes lineas al reporte: STATIC FUNCTION Kardex() LOCAL oReport lCellView := .F. lSeparator := .T. lJoin := .T. lGrid := .T. nTitleUpLine := 2 /*"Sombra","RoundRect","Box"*/ nTitleDnLine := 2 /*"Sombra","RoundRect","Box"*/ nTotalLine := 2 /*"Sombra","RoundRect","Box"*/ lTitleShadow ...
by cuatecatl82
Thu Jul 19, 2007 10:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reportes con sombra y cajas
Replies: 18
Views: 5361

... ) ) EndIf Next END REPORT oRpt:bSkip := { || oRpt:Cargo := ::rptSKIP( ) } oRpt:Cargo := 1 oRpt:cellview() oRpt:otitle:aFont[1] := {|| 2 } orpt:ntitleupline:=1 orpt:ntitlednline:=1 orpt:ntotalline:=1 IF len(::aselected)>0 While AScan( ::aSelected, ; If( ::NDATATYPE==DATATYPE_ARRAY,::nArrayAt,eval(::bKeyno)))==0 ...
by ShumingWang
Wed Oct 11, 2006 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Database handle
Replies: 6
Views: 2310

Favor Ayuda oara Imprimir

... ",OemToAnsi(trim(a->nom_pac))," "," "," "," "," "; 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) ...
by Miguel Rivera
Mon Oct 02, 2006 9:43 pm
 
Forum: FiveWin para CA-Clipper
Topic: Favor Ayuda oara Imprimir
Replies: 0
Views: 969
Next

Return to advanced search