Search found 15 matches: dmpaper

Return to advanced search

Re: Longitud de página

Joao

#define DMPAPER_STATEMENT 6 // Statement 5 1/2 x 8 1/2 in

Tendría que ser:

#define DMPAPER_STATEMENT 6 // Statement 8 1/2 x 5 1/2 in ó 210 x 140 mm

Lo mas cerca que he logrado es con: PrnSetSize( 2500, 1402 )

Saludos,

Adhemar
by acuellar
Fri Feb 19, 2016 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Longitud de página
Replies: 8
Views: 1406

Re: Como ajustar impresión por cambio en tamaño del papel

Francisco... Gracias por tu sugerencia... Te comento que no funcionó... el formato se imprime igual como si se tratara de papel Legal (8.5" x 14")... no se escala verticalmente que es lo que estoy buscando, y lógicamente al ser el papel 2.5cm mas corto se corta el final de la impresión... ...
by gsabattino
Wed Apr 29, 2015 4:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como ajustar impresión por cambio en tamaño del papel
Replies: 7
Views: 1886

Como ajustar impresión por cambio en tamaño del papel

Mi Gente... Buen Día... Hace años desarrolle una aplicación que imprime, por medio de la clase tPrinter, una serie de formularios (diseño gubernamental) en papel Legal (8.5" x 14"... acá lo llamamos "extra-oficio")... hace poco menos de una semana la dependencia gubernamental en ...
by gsabattino
Wed Apr 29, 2015 3:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como ajustar impresión por cambio en tamaño del papel
Replies: 7
Views: 1886

Re: MyRpt - Diseñador de Reportings - En desarrollo :-)

Seba,
on misc.prg there was the right coordinates

Aadd( aDef, { 9 , 202 , 289 , "A4 210 x 297 mm" } ) // #define DMPAPER_A4 9
by Silvio.Falconi
Sat Feb 22, 2014 10:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MyRpt - Diseñador de Reportings - En desarrollo :-)
Replies: 132
Views: 36010

Re: Fastreport y tamaño del papel por codigo

Patricio, proba en el OnStartReport : /* #define DMPAPER_LETTER 1 // Letter 8 12 x 11 in #define DMPAPER_LEGAL 5 // Legal 8 12 x 14 in #define DMPAPER_EXECUTIVE 7 // Executive 7 14 x 10 12 in #define DMPAPER_A4 9 // A4 210 x 297 mm */ oFr:PrintOnSheet:= 1 espero te sirva, salu2. Ariel.
by Ariel
Tue Jul 16, 2013 12:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport y tamaño del papel por codigo(SOLUCIONADO)
Replies: 2
Views: 530

Re: Cambiar Tamaño de Papel al imprimir

Puedes usar OPRINT:SETSIZE(2500, 2030) es el tamaño de papel a usar ay tu lo manipulas o ya establecidos con OPRINT:SETPAGE(14) los numeros que puedes usar son los siguientes: #define DMPAPER_LETTER 1 // Letter 8 1/2 x 11 in #define DMPAPER_LETTERSMALL 2 // Letter Small 8 1/2 x 11 in #define DMPAPER...
by benjiben143
Wed Feb 22, 2012 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Tamaño de Papel al imprimir
Replies: 4
Views: 1822

Re: "No Default Printer" message on Windows 7 64-bit (Urgent)

Hua This is the function i use for printing It works ok on windows 7 64 bits HTH Richard [code][ #define DMPAPER_A4 9 // A4 210 x 297 mm FUNCTION GETOPRN(OPRN) LOCAL AIMPRI := {}, ; LCRE := .F., ; CMODEL LOCAL cIniFile := INILOGI() AIMPRI := GETIMPRI(@AIMPRI) IF LEN(AIMPRI) = 1 OPRN := TPrinter():Ne...
by Richard Chidiak
Fri Apr 30, 2010 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "No Default Printer" message on Windows 7 64-bit
Replies: 18
Views: 6127

Any hint on setting custom page size For eg: oPrn:SetPage(9) // A4 paper #Define DMPAPER_A4 9 Most of my application users work on DOT Matrix printers I want to set the page size to be 10 inch width and 12 inch lenghth size and another one 15 Inch width 12 inch length ( size of a standard computer s...
by anserkk
Tue Oct 21, 2008 4:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Regarding Reports & Printing using FWH
Replies: 13
Views: 2677

Any hint on setting custom page size For eg: oPrn:SetPage(9) // A4 paper #Define DMPAPER_A4 9 Most of my application users work on DOT Matrix printers I want to set the page size to be 10x12 inch size and another one 10x15" inch ( size of a standard computer stationery paper here) Regards Anser
by anserkk
Mon Oct 20, 2008 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Regarding Reports & Printing using FWH
Replies: 13
Views: 2677

PROBLEMA CON REPORTE CON LINEA DOBLE

GRACIAS RAMON ENTIENDO LO QUE TU DICE PERO LO HAGO Y ME SALE UN ERROR, ADEMAS EL REPORTE SE LLEVA VARIAS PAGINAS Y ME SALE UNA SOLA ESTE ES EL FUENTE // More reports... #include "FiveWin.ch" #include "report.ch" #define DMPAPER_A4 9 // A4 210 x 297 mm STATIC oReport, oDlg STATIC oFntCursiva, oFntPeq...
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: 1369

PAPEL DE LA IMPRESORA URGENTE

Estoy trabajando con w2000 y necesito emitir unas facturas con papel personalizado. Me encuentro con el siguiente problema. Si corro la aplicación con W98 puedo seleccionar el tamaño del papel y la impresora y me respeta ambas cosas. Pero con W2000 no. Aqui transcribo parte del codigo If( lPrevista ...
by horacio
Tue Feb 27, 2007 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PAPEL DE LA IMPRESORA URGENTE
Replies: 1
Views: 851

tienes que crear el objeto de la tprinter define printer oprn bla bla bla y en lugar del @ te recomiendo imprimas en centimetros page do while .t. oprn:cmsay(2,2,"mi impresion") skip enddo endpage endprint nomas que asi te brinca como si fuera hoja tamaño carta si tu largo es menos, no recuerdo la f...
by Francisco Horta
Mon Apr 03, 2006 6:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TPrinter
Replies: 2
Views: 1087

Re: Tamaño de Hoja con TPrinter...

Hola a todos. Llevo ya varios días tratando de controlar el tamaño de la hoja de impresión con TPrinter, el problema es que tengo que imprimir una hoja tamaño legal en horizontal (landscape) y lo que estoy haciendo es: ///Tamano de Impresora ////// Ancho, Alto PrnSetSize( 35000, 21500 ) oPrn := Pri...
by wmormar
Mon Mar 06, 2006 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño de Hoja con TPrinter...
Replies: 2
Views: 1161

Re: Parametri di stampa

Se io selezionassi un tipo di pagina per la stampa ad esempio DMPAPER 3 ( A4) c'è un metodo o una funzione che mi restituisca il tipo di carta selezionata e i parametri della larghezza, lunghezza, margine destri, margine sinistro, superiore, inferiore ...
by Enrico Maria Giordano
Wed Feb 15, 2006 1:03 pm
 
Forum: All products support
Topic: Parametri di stampa
Replies: 24
Views: 8920

Parametri di stampa

Se io selezionassi un tipo di pagina per la stampa ad esempio DMPAPER 3 ( A4)
c'è un metodo o una funzione che mi restituisca il tipo di carta selezionata e i parametri della larghezza, lunghezza, margine destri, margine sinistro, superiore, inferiore ?

Grazie
by Silvio
Wed Feb 15, 2006 10:54 am
 
Forum: All products support
Topic: Parametri di stampa
Replies: 24
Views: 8920

Return to advanced search