Search found 51 matches: pageup

Return to advanced search

Re: FWH 2102: XBrowse:SetMultiSelectCol()

Ariel wrote:Mr. Rao,

I ask again, when paging with pageup / pagedown, is the selection preserved or is it lost?

regards.

Yes, preserved.
Sorry, I did not see your previous question.
by nageswaragunupudi
Fri Mar 19, 2021 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 2361

Re: FWH 2102: XBrowse:SetMultiSelectCol()

Mr. Rao,

I ask again, when paging with pageup / pagedown, is the selection preserved or is it lost?

regards.
by Ariel
Fri Mar 19, 2021 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 2361

Re: xbrowse fwh2006 sqlrdd erro

usando SQLRDD
Tabela 110.000 registros
seek esta demorado um pouco (1912 normal)
PageDown pressionando 10x seguidos trava o xbrowse por 20segundos
PageUP não trava, mais esta mais lento que a versão 1912
by Sistem
Sat Aug 08, 2020 10:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse fwh2006 sqlrdd erro
Replies: 24
Views: 2931

Re: Preview Window size

... ACTIVATE WINDOW ::oWnd MAXIMIZED ; ON RESIZE ( ::PaintMeta(), ::ResizeListView() ) ; ON UP ::VScroll( GO_UP ) ; ON DOWN ::VScroll( GO_DOWN ) ; ON PAGEUP ::VScroll( GO_UP, GO_PAGE) ; ON PAGEDOWN ::VScroll( GO_DOWN, GO_PAGE) ; ON LEFT ::HScroll( GO_LEFT ) ; ON RIGHT ::HScroll( GO_RIGHT ) ; ON PAGELEFT ...
by Silvio.Falconi
Tue Oct 15, 2019 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview Window size
Replies: 6
Views: 831

Re: SCROLLs en MDI

Xevi, > Control de los SCROLLS Tienes que programarlo. Ejemplo (busca en FWH/samples por *.prg conteniendo PAGEUP): ::oWnd:oVScroll:SetRange( nV1,nV2 ) ::oWnd:oVScroll:bGoDown := {|| ::VScroll() } ::oWnd:oVScroll:bGoUp := {|| ::VScroll() } ::oWnd:oVScroll:bPageUp := {|| ::VScrollPgUp() ...
by Antonio Linares
Sun Jan 14, 2018 6:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SCROLLs en MDI
Replies: 4
Views: 1158

Re: Error con un programa de fivewin en una maquina virtual

... => VK_PRIOR  , "FLAGS2" => nil        , "TECLA2" => nil       , "ACCION" => { || ::oFuente:pageUp( .t. )}, "WHEN" => nil }, ;             { "DESCRIP" => hIdioma:curSelIniArch , "TIPO" => "1", ...
by quique
Fri Apr 12, 2013 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con un programa de fivewin en una maquina virtual
Replies: 47
Views: 8692

Re: Usando GUI y CUI juntos

... /* */ if nKey == 5 oTbr:up() elseif nKey == 24 oTbr:down() elseif nKey == 19 oTbr:left() elseif nKey == 4 oTbr:right() elseif nKey == 18 oTbr:pageup() elseif nKey == 3 oTbr:pagedown() elseif nKey == 1 oTbr:gotop() elseif nKey == 6 oTbr:gobottom() else return(.f.) endif return(.t.) /*****************************************/ ...
by MGA
Tue Aug 14, 2012 6:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando GUI y CUI juntos
Replies: 26
Views: 8810

Re: Lectura del teclado con convinación de teclas

Ya solucione mi problema, modificando una linea y agregando una función: oGet:bKeyDown = { | nKey | iif( .not. fTeclaCombinacion(@nkey,@nTeclaCombinacion) .and. nkey > 0, (msgalert(str(nTeclaCombinacion)+' '+str(nkey)), nLastkey:=nKey, fpx:= nKey, lModal:=.F., oDlg:End() ), ) } Function fTeclaCom...
by jgayoso
Mon Apr 09, 2012 12:37 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Lectura del teclado con convinación de teclas
Replies: 2
Views: 1071

Re: TDolphin Clase para manejar MySql

... => (b)TXBROWSE:TXBROWSE(387) Called from: => TXBROWSE:SKIP(0) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAGEUP(2676) ... //---------------------------------------------------------------------------------------------------- y este error al llegar al BOTTOM() ...
by Adolfo
Wed Nov 03, 2010 1:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin Clase para manejar MySql
Replies: 74
Views: 25065

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... implementation supports drag-drop features. 2010-09-10 19:10 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideedit.prg ! Alt+PageUp/Down now position the cursor to next line after function ..() declaration line. * contrib/hbide/ideshortcuts.prg + Added: Alt+PageDown, Alt+PageUp ...
by Pritpal Bedi
Mon Sep 20, 2010 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99089

Re: Pritpal, HBIDE developer, assists us to use it with FWH

yeangpumpeng wrote:The Key Combination in ED for WIndows is

CTRL + PAGE UP or PAGE DOWN

Yes the last was for the FW User

Thank for the answer



Done.

Alt+PageUp Alt+PageDown : defaults.
You can change to any key with keyboard mappings.
Not committed yet, though.
by Pritpal Bedi
Fri Sep 10, 2010 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99089

TSBROWSE - bChange - Sr. Manuel

Sr. Manuel,

Hoje bChange é avaliado ao pressionar GOTUP/GODOWN, seria possível tambem avaliar bChange ao pressionar PAGEUP/PAGEDOWN ?

Muito obrigado
by MGA
Thu Jun 24, 2010 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE - bChange - Sr. Manuel
Replies: 1
Views: 416

Re: OT: new FWH ECR released

... and very nice Manual's TSButton. I use TXBrwose, DrawLine and TSbutton for my room planner. - XBrowse for room control (navigator) for Up, Down, PageUp and PageDown. - Drawline by CreatePen(), LineTo() for drawing a calendar and lines. - TSbutton for booking over the line, with TSbutton you will ...
by dutch
Tue May 25, 2010 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: new FWH ECR released
Replies: 43
Views: 15399

New FTDN January/Enero 2010 (10.1)

... but failed on XP. Now it is ok. * Fix: Class TMultiGet Method KeyChar(), VK_RETURN key fires ON CHANGE event now. * Fix: Class TScrollBar Methods PageUp() and PageDown(), SetPos() is now called before the evaluation of the codeblocks bPageUp and bPageDown, as in the similar methods GoUp(), GoDown, ...
by Antonio Linares
Tue Jan 26, 2010 1:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2010 (10.1)
Replies: 0
Views: 1624

Re: preview alpha 2

... CLASS TPreview ACTIVATE WINDOW ::oWnd MAXIMIZED ; ON RESIZE ::PaintMeta() ; ON UP ::VScroll( GO_UP ) ; ON DOWN ::VScroll( GO_DOWN ) ; ON PAGEUP ::VScroll( GO_UP, GO_PAGE) ; ON PAGEDOWN ::VScroll( GO_DOWN, GO_PAGE) ; ON LEFT ::HScroll( GO_LEFT ) ; ON RIGHT ::HScroll( GO_RIGHT ) ; ON PAGELEFT ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033
Next

Return to advanced search