Search found 61 matches: open1

Return to advanced search

Re: DIFERENTES FONT Y TAMAÑOS EN COLUMN DE REPORT

... de imprimir totales oReport:bPostEnd :={|| PoneDatos(oReport,cAlias) } ACTIVATE REPORT oReport ... ... oFont1:End() oFont2:End() oFont3:End() oPen1:End() RETURN NIL //---------------------------------------------------------- Function PoneDatos(oReport,cAlias) local nBueno:=0,nMalo:=0 (cAlias)->(dbgotop()) ...
by FranciscoA
Sun Oct 26, 2008 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIFERENTES FONT Y TAMAÑOS EN COLUMN DE REPORT
Replies: 4
Views: 1196

... A VALUE IN ANY FIELD TY13 FOR A RANGE OF ACCOUNTS? */ function prnpalcmp(mquick,mvar,lFilter,nIndex) local oReport, oFont1, oFont2, oPrn, oPen1 local mforecast := "" local mfooter := "" local mbrket1 local mbrket2 local mbrket3 local mlen := 0 local newName ...
by hag
Sun Jul 20, 2008 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit browse
Replies: 12
Views: 3986

PROBLEMA CON REPORTE CON LINEA DOBLE

... Function Report() * oPrn:SayBitmap(400, 200, "logo.bmp", 800, 420 ) * LOCAL oFont1, oFont2, oFont3, oBmp, oPen1, oPen2 LOCAL nFila := 0 LOCAL nFila2 := 0 local no := 1 local snombre PRINT oPrn NAME "Testing the printer object from FiveWin" PREVIEW DEFINE ...
by JHON JAIRO VALENCIA DIAZ
Sat Apr 26, 2008 7:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LINEAS DOBLE EN BOX PARA UN REPORTE
Replies: 2
Views: 1380

RECORDSET AND REPORT

... por favor? ---------------------------------------------------------- STATIC FUNCTION I_LISTA( oRs ) LOCAL oReport, oFont1, oFont2, oFont3, oPen1, oPen2 DEFINE FONT oFont1 NAME "ARIAL" SIZE 0,-8 DEFINE FONT oFont2 NAME "ARIAL" SIZE 0,-12 BOLD DEFINE FONT oFont3 NAME "ARIAL" SIZE 0,-16 BOLD ...
by Manuel Valdenebro
Sat Jan 19, 2008 10:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RECORDSET AND REPORT
Replies: 12
Views: 3146

... nRow += nRowStep * 1 oPrn:Say(nRow,nColStep*01,"CONTO",oFont) nRow += nRowStep * 1 oPrn:Line(nRow,nColStep*0,nRow,nColStep*190,oPen1) ENDPAGE PAGE nRow += nRowStep * 1 oPrn:Say(nRow,nColStep*1,"PROVA",oFont) nRow += nRowStep * 1 oPrn:Say(nRow,nColStep*01,"CONTO",oFont) nRow ...
by damianodec
Mon Jun 11, 2007 10:31 am
 
Forum: All products support
Topic: preview su fivewin
Replies: 8
Views: 2178

... mi esce in bianco #include "FiveWin.ch" FUNCTION stclient() local oPrn, oFont local nRowStep, nColStep local nRow := 0 local nCol := 0 local oPen1 := 0 local m_pagina := 0 DEFINE PEN oPen1 WIDTH 1 COLOR CLR_BLACK PRINT oPrn NAME "Clienti" PREVIEW DEFINE FONT oFont NAME "Courier new" SIZE ...
by damianodec
Mon Jun 11, 2007 10:21 am
 
Forum: All products support
Topic: preview su fivewin
Replies: 8
Views: 2178

... := 112 // ultima columna a utilizar LOCAL LstFil := 59 // ultima fila para datos LOCAL nFil1 := 0 LOCAL c, f, cMedio LOCAL oFnt1, oFnt2, oFnt3, oPen1 * LOCAL nPag := 0 LOCAL oPrn LOCAL cDate := STR( DAY( DATE() )) + " de " + ; sp_mes( MONTH( DATE() ) ) + " del " +; str(Year(DATE())) LOCAL TITULO:="LISTADO ...
by Armando Picon
Fri May 18, 2007 2:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resoluciones de las impresoras X TReport/TPrinter
Replies: 28
Views: 10376

Problemas al Imprimir un listado de varias paginas

... SIZE 0,-14 BOLD OF oPrn DEFINE FONT oFnt16 NAME "Arial" SIZE 0,-16 BOLD OF oPrn DEFINE BRUSH oBrush COLOR 14671839 // gris claritillo DEFINE PEN oPen1 WIDTH 5 nRowStep = oPrn:nVertRes() / 20 // We want 20 rows nColStep = oPrn:nHorzRes() / 15 // We want 15 cols //oPrn:SetPortrait() //oPrn:SetLandscape() ...
by darteagal
Wed Apr 11, 2007 12:21 pm
 
Forum: FiveWin para CA-Clipper
Topic: Problemas al Imprimir un listado de varias paginas
Replies: 3
Views: 1600

fw + mysql + ado

... STATIC FUNCTION BusCUSU() RETURN NIL //------------------------------------------------------------------ STATIC FUNCTION ImprimeCUSU(oOdbc) LOCAL oPen1, oPen2 LOCAL oFon1, oFon2, oFon3 LOCAL oReport Local oQueryRep Local RepCriterio:= "SELECT * from Cat_USU Order By mater, juzas" Local aDatos ...
by nazariosn
Fri Sep 22, 2006 2:23 am
 
Forum: FiveWin para CA-Clipper
Topic: fw + mysql + ado
Replies: 1
Views: 1651

Re: Bug en Clase Printer?

... := 112 // ultima columna a utilizar LOCAL LstFil := 59 // ultima fila para datos LOCAL nFil1 := 0 LOCAL c, f, cMedio LOCAL oFnt1, oFnt2, oFnt3, oPen1 * LOCAL nPag := 0 LOCAL oPrn LOCAL cDate := STR( DAY( DATE() )) + " de " + ; sp_mes( MONTH( DATE() ) ) + " del " +; str(Year(DATE())) LOCAL TITULO:="LISTADO ...
by Armando Picon
Fri May 05, 2006 10:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en Clase Printer?
Replies: 1
Views: 1084

Bug en Clase Printer?

... := 112 // ultima columna a utilizar LOCAL LstFil := 59 // ultima fila para datos LOCAL nFil1 := 0 LOCAL c, f, cMedio LOCAL oFnt1, oFnt2, oFnt3, oPen1 * LOCAL nPag := 0 LOCAL oPrn LOCAL cDate := STR( DAY( DATE() )) + " de " + ; sp_mes( MONTH( DATE() ) ) + " del " +; str(Year(DATE())) LOCAL TITULO:="LISTADO ...
by Armando Picon
Wed May 03, 2006 5:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en Clase Printer?
Replies: 1
Views: 1084

... REPORT oReport NAME "Relatório Geral do Estoque" ; TITLE cEmpres,; "Relatório Geral do Estoque",; "",; "" ; FONT oFont1,; oFont2,; oFont3 ; PEN oPen1,; oPen2 ; HEADER "Página.: "+str(oReport:nPage,3), ; "Data: "+dtoc(date()), ; "Hora: "+time() RIGHT ; PREVIEW ..... ..... GROUP ON left(PRO->codi,2) ...
by Kleyber
Wed Apr 12, 2006 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fuente en GROUP de la REPORT
Replies: 3
Views: 626

How to impemented varius pen in a printer object

... #INCLUDE "COLORS.CH" #define PAD_LEFT 0 #define PAD_RIGHT 1 #define PAD_CENTER 2 function Main() local oPrn, oFont, oPen1 , oPen2 Local nLinI, nColI, nLinF, nColF PRINT oPrn NAME "Εκτύπωση σε LandScape..." ...
by Sakis
Sat Nov 19, 2005 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to impemented varius pen in a printer object
Replies: 2
Views: 1326

Re: Para TheFull UtilPrn si es posible ?

... desde 0.2,0.2 arriva, izq a 9.2 . 15 abajo , derecha en centimetros pcm := 0.2 UTILPRN oUtils MSG "" PCM,2 TO PCM + 9 , 15 ; BRUSH oBrush PEN oPen1 Pero no respeta los centímetros. Ruben Fernandez. Creo que seria lo correcto, segun tu explicacion : UTILPRN oUtils MSG "" PCM,PCM TO PCM + 9 ...
by thefull
Wed Nov 02, 2005 11:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para TheFull UtilPrn si es posible ?
Replies: 2
Views: 1490

... oemtoansi("Listado de Proveedores ")+cTexto,; "" CENTERED ; FONT oFont1,; oFont2,; oFont3,oFont4,oFont5,oFont6,oFont7,oFont8,oFont9,oFont10 ; PEN oPen1,; oPen2 ; HEADER " ",; "Fecha: "+dtoc(date()),; "Hora: "+LEFT(time(),5),"","","","" ; RIGHT ; FOOTER "Pagina: "+str(oReport:nPage,3),; "" CENTERED ...
by DanielPuente
Wed Nov 02, 2005 3:33 am
 
Forum: FiveWin para CA-Clipper
Topic: Report Imprimir apaisado y seleccionar impresoras
Replies: 1
Views: 965
PreviousNext

Return to advanced search