Search found 54 matches: lprvmodal

Return to advanced search

Re: Problemas con Tprinter

No Pedro, no és asi:

oPrn:lPrevModal := .T.

És asi:

oPrn:lPrvModal := .T.

Salud2
by karinha
Fri Feb 10, 2012 3:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Tprinter y Tdosprn
Replies: 12
Views: 4117

Treport bug ?

... not run !!!! ::oReport:nTopMargin := 0.1 ::oReport:nDnMargin := 0.1 ::oReport:nLeftMargin := 0.1 ::oReport:nRightMargin := 0.1 ::oReport:oDevice:lPrvModal:= .t. ENDIF Any solution please ?
by MdaSolution
Thu Aug 18, 2011 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treport bug ?
Replies: 0
Views: 409

Re: preview impresion queda detras de dialogo

si usas tprinter:

oPrn:lPrvModal := .t.
by sysctrl2
Fri May 27, 2011 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview impresion queda detras de dialogo
Replies: 2
Views: 295

Problema de Impresion con FWH8.12

... COLUMN TITLE "Código" DATA tab_Afp->Cod_Afp COLUMN TITLE "Descripción" DATA Tab_Afp->Nom_Afp END REPORT oRepFam:oDevice:lPrvModal := .T. ACTIVATE REPORT oRepFam AFont1:End() AFont2:End() AFont3:End() RETURN NIL
by norte_67
Wed May 25, 2011 10:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema de Impresion con FWH8.12
Replies: 0
Views: 297

Re: Consulta sobre TPrinter

has probado:

::oPrn:lPrvModal := .t.

saludos..
by sysctrl2
Wed Mar 02, 2011 5:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre TPrinter
Replies: 3
Views: 483

Re: Comportamientos de Preview (Solucionado)

Tenia que poner oPrn:lPrvModal:=.t.
by JoseLuis
Wed Jan 12, 2011 12:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comportamientos de Preview (Solucionado)
Replies: 1
Views: 401

Re: Ultimo condigo fuente rpreview

usas treport ? debes colocar esta linea de codigo, oReport:oDevice:lPrvModal := .T. ACTIVE REPORT ....... con tprinter: PRINT oPrn NAME "Impresion ..." PREVIEW oPrn:lPrvModal := .t. bueno es solo una sugerencia quizas se otro tu problema, saludos.. ...
by ruben Dario
Thu Mar 11, 2010 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ultimo condigo fuente rpreview
Replies: 14
Views: 2525

Re: Ultimo condigo fuente rpreview

usas treport ? debes colocar esta linea de codigo,

oReport:oDevice:lPrvModal := .T.

ACTIVE REPORT .......

con tprinter:

PRINT oPrn NAME "Impresion ..." PREVIEW
oPrn:lPrvModal := .t.

bueno es solo una sugerencia quizas se otro tu problema,

saludos..
by sysctrl2
Wed Mar 10, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ultimo condigo fuente rpreview
Replies: 14
Views: 2525

Re: preview alpha 2

... ::oDevice:End() ,; ::oHand:End() ,; ::oWnd := nil ,; If( IsAppThemed() .and. ! l2007, ::oImageList:End(),),; ::lExit := .T. ,; .T. ) if ::oDevice:lPrvModal StopUntil( { || ::lExit } ) endif return nil //----------------------------------------------------------------------------// METHOD BuildButtonBar() ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Printing without Page Break

... TO "BOLTICK" DEFINE FONT oFn1 NAME cFont SIZE 0,- 8 OF oPrnBol DEFINE FONT oFn2 NAME cFont SIZE 0,- 8 BOLD OF oPrnBol oPrnBol:lPrvModal:=.T. oPrnBol:SetPortrait() nRow:=1.0 CursorWait() PAGE oPrnBol:CmSay(nRow+=0.5, 3.7,cEmp,oFn2,,,,2) oPrnBol:CmSay(nRow+=0.5, 3.7,cDom,oFn1,,,,2) ...
by devtuxtla
Mon Dec 28, 2009 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing without Page Break
Replies: 3
Views: 737

Salto de pagina con PRINTER ( Resuelto) para imprimir Ticket

... TO "BOLTICK" DEFINE FONT oFn1 NAME cFont SIZE 0,- 8 OF oPrnBol DEFINE FONT oFn2 NAME cFont SIZE 0,- 8 BOLD OF oPrnBol oPrnBol:lPrvModal:=.T. oPrnBol:SetPortrait() nRow:=1.0 CursorWait() PAGE oPrnBol:CmSay(nRow+=0.5, 3.7,cEmp,oFn2,,,,2) oPrnBol:CmSay(nRow+=0.5, 3.7,cDom,oFn1,,,,2) ...
by devtuxtla
Sat Dec 26, 2009 9:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Salto de pagina con PRINTER ( Resuelto) para imprimir Ticket
Replies: 2
Views: 848

Re: GetPrintDC()

... SetResources(hOldRes) RETU nil endif if oWndMain != nil oIcon = oWndMain:oIcon else DEFINE ICON oIcon RESOURCE "Print" endif if oDevice:lPrvModal .and. oWndMain != nil oWndMain:Hide() else lExit := .T. endif DEFINE FONT oFont NAME GetSysFont() SIZE 0,-12 DEFINE CURSOR oCursor RESOURCE ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

Re: PREVIEW MODAL

James Bott wrote:At least in my version of FWH, MODAL is not a valid REPORT clause.

To make the preview modal:

oReport:oDevice:lPrvModal:=.t.

Regards,
James


I think from version FWH 9.05 onwards, Report with PREVIEW automatically makes it MODAL.
by nageswaragunupudi
Wed Nov 18, 2009 4:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PREVIEW MODAL
Replies: 3
Views: 551

Re: PREVIEW MODAL

At least in my version of FWH, MODAL is not a valid REPORT clause.

To make the preview modal:

oReport:oDevice:lPrvModal:=.t.

Regards,
James
by James Bott
Wed Nov 18, 2009 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PREVIEW MODAL
Replies: 3
Views: 551

Re: Problema con DIALOGS FOLDER y REPORT

No se en la clase Treport, pero prueba con:

oReport:lprvmodal:=.t.

:oops:
by ADBLANCO
Mon Nov 09, 2009 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con DIALOGS FOLDER y REPORT
Replies: 13
Views: 2682
PreviousNext

Return to advanced search