Search found 12 matches: prevpage

Return to advanced search

Re: FWH: MySql/MariaDB: RowSet object

... 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 a range of values ...
by nageswaragunupudi
Mon Oct 17, 2016 3:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19531

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

... rows specified 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 ...
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: 1962

Re: Client Server options

... class to take care of methods, Gotop(), GoBottom(), Bof(), Eof(), LastRec(), RecNo(), Goto(), FieldPos(), FieldName(), FieldLen(), FieldDec, PrevPage() and NexPage() with pagination from an ADS sql query. If we can recruit someone (Mr. Rao?) to work with the xbrowse part, then I would help ...
by reinaldocrespo
Mon May 28, 2012 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25007

Re: Tooltip en Preview

... "prÚcÚdent". Para solucionarlo, yo he hecho lo contrario, un AnsiToOem() y todo solucionado: Ejemplo: DEFINE TBBUTTON OF oBar ; ACTION PrevPage( ) ; TOOLTIP AnsiToOem("précédent") ; MESSAGE " Aller vers la page précédente "
by Manuel Valdenebro
Sun May 02, 2010 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip en Preview
Replies: 4
Views: 815

Re: preview alpha 2

... 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 ) METHOD HScroll( ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

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

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

Problema con Rpreview en Fivewin 2.8

... 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 program ...
by Davide
Sat Apr 01, 2006 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Say in Toolbar is not transparent.
Replies: 10
Views: 3063

... 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 001C6H ZOOM CODE 0009:4542 00040H ...
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

... 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 001C6H ZOOM CODE 0009:4542 00040H ...
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: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 0012FH SETORG1 CODE 0009:9A46 ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4147

Return to advanced search

cron