Search found 15 matches: twopages

Return to advanced search

Re: Override Two

any solution please ? I change on Rpreview class this line : ( and it seems to run ok) if ! IsAppThemed() instead of if ! lRebar on these methods : TwoPages( lMenu ) Zoom( lMenu ) on Oldest rpreview there is wroten if ! IsAppThemed() it is the bug or I make a mistake ? THEN THERE IS AN ERROR ON ...
by Silvio.Falconi
Sun Nov 12, 2017 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Override Two
Replies: 4
Views: 880

New FTDN January/Enero 2015 (FWH 15.01)

... Thanks to Enrico! * Fix: rpreview.prg: When TPreview():lListViewHide := .T., runtime errors occur during toggling Zoom/Unzoom and SinglePage/TwoPages. Fixed. * Enhancement: Class TScintilla method DlgFindText() has been entirely redesigned. Please review samples\fivedit.prg for an example ...
by Antonio Linares
Sun Jan 18, 2015 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2015 (FWH 15.01)
Replies: 0
Views: 1937

Re: Report Preview page Panel FWH 1412

... the global setting TPreview():lListViewHide := .T. When this data is set to .T., run-time errors occur during toggling Zoom/Unzoom and SinglePage/TwoPages. We are fixing the problem for the next release. Till then, I advise you to implement these fixes in the rpreview.prg. Please search for ":blDblClick". ...
by nageswaragunupudi
Mon Jan 12, 2015 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Preview page Panel FWH 1412
Replies: 17
Views: 2750

Re: fwh 14.2 print preview issue with win xp

... method: HIDE Args: [ 1] = U Stack Calls =========== Called from: => HIDE( 0 ) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:TWOPAGES( 1013 ) Called from: .\source\classes\RPREVIEW.PRG => (b)TPREVIEW:BUILDBUTTONBAR( 324 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( ...
by davor0501
Fri Apr 25, 2014 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 14.2 print preview issue with win xp
Replies: 18
Views: 4941

Re: Nuevo FWH 13.07

... y pulsa a dos paginas veras que entra todo ) .Puedo tener el listview y las 2 ventanas a la vista . Se podría poner menos código en el metodo twopages pero se repetiria la mayor parte del código del metodo changelistview asi que casi tiene masa sentido así : Sería algo asi : METHOD TwoPages( ...
by mastintin
Fri Aug 02, 2013 9:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 13.07
Replies: 33
Views: 5127

Re: preview alpha 2

... CLASS TPreview DATA oWnd, oBar, oFont, oImageList DATA oDevice DATA oHand, oCursor DATA oMeta1, oMeta2, oSay, oFactor DATA oPage, oTwoPages, oZoom DATA oMenuZoom, oMenuTwoPages, oMenuUnZoom, oMenuOnePage DATA cResFile DATA aFactor, nPage, nZFactor DATA lTwoPages, lZoom, lExit DATA ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2030

Re: GetPrintDC()

... ) #define TXT_ZOOM_FACTOR ; LoadString( GetResources(), 32 ) #define MK_MBUTTON 16 static l2007 := .t. static oWnd, oBar, oMeta1, oMeta2,; oPage, oTwoPages, oZoom, oMenuZoom, oMenuTwoPages,; oMenuUnZoom, oMenuOnePage, oFactor, cResFile static aFactor static nPage, nZFactor static lTwoPages, lZoom ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2704

yes I found it the test but I must inizialize the oMultipages variable If lmulti Tbbmenu ::omultipage ELSE tbutton ::twopages endif because My modifies run error when I write if ! IsAppThemed() ::oMultiPages:FreeBitmaps() ::oMultiPages:LoadBitmaps("One_Page") ::oMultiPages:cMsg := ...
by Silvio
Fri Sep 19, 2008 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tbmenu
Replies: 6
Views: 1101

... MENU ::MultiPopup() ; TOOLTIP StrTran( Strtran( TXT_TWOPAGES, "&", "" ), "á", "a" ) ; MESSAGE TXT_PREVIEW_ON_TWO_PAGES ELSE DEFINE TBBUTTON ::oTwoPages OF oBar ; ACTION ::TwoPages() ; TOOLTIP StrTran( Strtran( TXT_TWOPAGES, "&", "" ), "á", "a" ) ; MESSAGE TXT_PREVIEW_ON_TWO_PAGES ENDIF
by Silvio
Fri Sep 19, 2008 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tbmenu
Replies: 6
Views: 1101

marco,
on this class there is an error
after many days i founded the errror look on old messages error on twopages
by Silvio
Fri Apr 18, 2008 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH preview and MDI
Replies: 2
Views: 582

... GetResources(), 31 ) #define TXT_ZOOM_FACTOR ; LoadString( GetResources(), 32 ) #define MK_MBUTTON 16 static oWnd, oBar, oMeta1, oMeta2,; oPage, oTwoPages, oZoom, oMenuZoom, oMenuTwoPages,; oMenuUnZoom, oMenuOnePage, oFactor, cResFile static aFactor static nPage, nZFactor static lTwoPages, lZoom ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3360

TBAR ChangeBitMap method not found

Mr Antonio

RPreview's method TwoPages calls oBar's changebitmap method. Though Toolbar class has changebitmap method, Tbar class does not have that method.
So when the user preses the twopage button he gets the error that this method is not found.

Kindly provide a fix please.
by nageswaragunupudi
Thu Dec 20, 2007 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TBAR ChangeBitMap method not found
Replies: 5
Views: 1084

... CODE 0009:3DCC 00100H NEXTPAGE CODE 0009:3ECC 000FCH PREVPAGE CODE 0009:3FC8 000F9H TOPPAGE CODE 0009:40C2 000DDH BOTTOMPAGE CODE 0009:41A0 001DBH TWOPAGES CODE 0009:437C 001C6H ZOOM CODE 0009:4542 00040H ZOOM CODE 0009:4582 0012FH SETORG1 CODE 0009:46B2 001A0H SETORG2 CODE 0009:4852 001B8H CHECKKEY ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3528

GPF, como buscar el Error

... CODE 0009:3DCC 00100H NEXTPAGE CODE 0009:3ECC 000FCH PREVPAGE CODE 0009:3FC8 000F9H TOPPAGE CODE 0009:40C2 000DDH BOTTOMPAGE CODE 0009:41A0 001DBH TWOPAGES CODE 0009:437C 001C6H ZOOM CODE 0009:4542 00040H ZOOM CODE 0009:4582 0012FH SETORG1 CODE 0009:46B2 001A0H SETORG2 CODE 0009:4852 001B8H CHECKKEY ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3528

Error de Proteccion General.

... CODE 0009:9366 00100H NEXTPAGE CODE 0009:9466 000FCH PREVPAGE CODE 0009:9562 000F9H TOPPAGE CODE 0009:965C 000DDH BOTTOMPAGE CODE 0009:973A 001DBH TWOPAGES CODE 0009:9916 0012FH SETORG1 CODE 0009:9A46 001A0H SETORG2 CODE 0009:9BE6 001B8H CHECKKEY CODE 0009:9D9E 000DDH SETFACTOR CODE 0009:9E7C 002AAH ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4131

Return to advanced search