Search found 13 matches: nextpage

Return to advanced search

Re: FWH: MySql/MariaDB: RowSet object

... Here again we start with oRs := oCn:RowSet( <table>, nRows ) nRows is treated as the pagesize ( oRs:nPageStep ) After this we can use oRs:NextPage(), oRs:PrevPage(), oRs:GoToPage( n ) as required. Parameters: It is also possible to deal with different logical parts of the table based on ...
by nageswaragunupudi
Mon Oct 17, 2016 3:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19551

Re: New FTDN August/Agosto 2016 (FWH 16.08)

... while opening the rowset, which can be changed later in the program. DATAS nPageStep, nCurrentPage, nMaxPages METHOS FirstPage(), PrevPage(), NextPage(), LastPage(), GoToPage( nPage ) These datas and methods are self-explantory. It is also possible to alternate the usage of paging and ReadNext() ...
by Antonio Linares
Wed Oct 12, 2016 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2016 (FWH 16.08)
Replies: 1
Views: 1963

Re: preview alpha 2

... oWndMain METHOD New( oDevice ) METHOD Activate() METHOD BuildButtonBar() METHOD BuildWindow() METHOD BuildMenu() METHOD PaintMeta() METHOD NextPage() METHOD PrevPage() METHOD TopPage() METHOD BottomPage() METHOD TwoPages( lMenu ) METHOD Zoom( lMenu ) METHOD VScroll( nType, lPage, nSteps ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... ACTION PrevPage() ; TOOLTIP Strtran(TXT_PREVIOUS,"&","") ; MESSAGE TXT_GOTO_PREVIOUS_PAGE DEFINE TBBUTTON OF oBar ; ACTION NextPage() ; TOOLTIP Strtran(TXT_NEXT,"&","") ; MESSAGE TXT_GOTO_NEXT_PAGE DEFINE TBBUTTON OF oBar ; ACTION BottomPage() ; TOOLTIP ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2707

Re: Preview desde Tprinter (para Antonio Linares)

... para el resto no hace nada, ni siquiera quita el zoom. He colocado el rpreview en fuente en el programa, y he colocado msginfo en Paintmeta, NextPage, y Bottompage de esta manera METHOD PaintMeta() CLASS TPreview local oCoors1, oCoors2 local aFiles := ::oDevice:aMeta // DEVICE local nWidth, ...
by Pedro
Sun Aug 09, 2009 11:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview desde Tprinter (para Antonio Linares) SOLUCIONADO
Replies: 10
Views: 1536

Re: Preview desde Tprinter (para Antonio Linares)

... he pasado todo a la función CMSAY, y ha funcionado. Ahora viene lo bueno y esto va para Antonio, el rpreview me falla en la función BottomPage() y NextPage(). En ambas funciones ::oDevice:aMeta debería traer un valor de 4 ( en mi listado ) sin embargo cuando ya ha pasado de la función PaintMeta() ...
by Pedro
Sun Aug 09, 2009 10:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview desde Tprinter (para Antonio Linares) SOLUCIONADO
Replies: 10
Views: 1536

... TBBUTTON OF oBar ; ACTION PrevPage() ; TOOLTIP Strtran(TXT_PREVIOUS,"&","") ; MESSAGE TXT_GOTO_PREVIOUS_PAGE DEFINE TBBUTTON OF oBar ; ACTION NextPage() ; TOOLTIP Strtran(TXT_NEXT,"&","") ; MESSAGE TXT_GOTO_NEXT_PAGE DEFINE TBBUTTON OF oBar ; ACTION BottomPage() ; TOOLTIP Strtran(TXT_LAST,"&","") ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3362

Problema con Rpreview en Fivewin 2.8

... numeración y siempre se queda en la página 1/n. Hemos solucionado esto en el rpreview.prg quitando la instrucción oBar:Refresh() en las funciones NextPage(), PrevPage().... Saludos José Luis Izquierdo http://www.ipgsoft.com
by jlizquierdo
Fri Nov 10, 2006 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Rpreview en Fivewin 2.8
Replies: 0
Views: 450

Antonio, it works. I've just found that in the NextPage() PrevPage() (etc.) functions, the oPage (say) is updated with the new page value, and the background is lost. If I FixSays() as soon as oPage is updated, when clicking the "Next" button, the ...
by Davide
Sat Apr 01, 2006 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Say in Toolbar is not transparent.
Replies: 10
Views: 3064

... CODE 0009:2824 00249H MSGGET CODE 0009:2A6E 00C7CH RPREVIEW CODE 0009:36EA 0042DH BUILDMENU CODE 0009:3B18 002B3H PAINTMETA 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 ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

GPF, como buscar el Error

... CODE 0009:2824 00249H MSGGET CODE 0009:2A6E 00C7CH RPREVIEW CODE 0009:36EA 0042DH BUILDMENU CODE 0009:3B18 002B3H PAINTMETA 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 ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

Preview ToolBar Error (no bug)

... /All When by accident press the button LastPage on the Reprot Preview toolbal an error occurs and the program quits. The same happens and with the NextPage Button. This happens if we have only one page to preview / print. Error Log for the Last Page Error occurance folows: Application =========== ...
by Sakis
Sun Nov 27, 2005 11:19 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Preview ToolBar Error (no bug)
Replies: 3
Views: 2575

Error de Proteccion General.

... CODE 0009:8266 00040H ZOOM CODE 0009:82A6 001C6H ZOOM CODE 0009:846C 00C73H RPREVIEW CODE 0009:90E0 00286H PAINTMETA 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 ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4148

Return to advanced search

cron