Search found 57 matches: pagedown

Return to advanced search

... if GetKeyState( VK_CONTROL ) ::GoTop() else ::PageUp() endif case nKey == VK_NEXT ::cBuffer:= "" if GetKeyState( VK_CONTROL ) ::GoBottom() else ::PageDown() endif case ::bSeek != Nil .and. !::lWorking .and. nKey == VK_BACK ::lWorking:= .T. ::cBuffer := SubStr( ::cBuffer, 1, Len(::cBuffer) - 1 ...
by Francisco Horta
Thu Aug 02, 2007 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clear Typehead
Replies: 10
Views: 1917

Enrico,

> Try to press PAGEDOWN and then PAGEUP: the scrollbar should go back to the top but it doesn't.

In Vista is working fine without modifying the method. Going to try it in XP (edited: same behavior in XP).

How many records Test.dbf has ? (Here just 2).
by Antonio Linares
Sun Apr 22, 2007 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another bug in TWBrowse scrollbar
Replies: 5
Views: 1112

Another bug in TWBrowse scrollbar

... DIALOG oDlg @ 0, 0 LISTBOX oBrw FIELDS ACTIVATE DIALOG oDlg; ON INIT oDlg:SetControl( oBrw ); CENTER CLOSE RETURN NIL Try to press PAGEDOWN and then PAGEUP: the scrollbar should go back to the top but it doesn't. EMG
by Enrico Maria Giordano
Sat Apr 21, 2007 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another bug in TWBrowse scrollbar
Replies: 5
Views: 1112

ScrollBar entra en recursividad

... 30, Time() ) ; ON DOWN oWnd:Say( 4, 30, "Hello!" ) ; ON PAGEUP MsgInfo("Página Arriba") ; ON PAGEDOWN MsgInfo("Página Abajo") ACTIVATE WINDOW oWnd return nil //----------- Hace que el msginfo del pageup o pagedown entre en ...
by jlcapel
Thu Dec 14, 2006 4:35 pm
 
Forum: FiveWin para Pocket PC
Topic: ScrollBar entra en recursividad
Replies: 3
Views: 2018

Enrico,

Do you mean that the first pagedown click after the drag & drop, does not respond ?
by Antonio Linares
Sun Sep 24, 2006 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TScrollBar
Replies: 3
Views: 761

oWnd:line/oWnd:bLClicked

Are these functions ready? Regards Otto oWnd:line() ACTIVATE WINDOW ON PAINT ON PAGERIGHT ON PAGELEFT ON RIGHT ON LEFT ON UP ON DOWN ON PAGEUP ON PAGEDOWN oWnd:brClicked oWnd:bLClicked oWnd:bLButtonUp oWnd:bMMoved
by Otto
Sat Jul 29, 2006 8:15 am
 
Forum: FiveWin for Pocket PC
Topic: oWnd:line/oWnd:bLClicked
Replies: 7
Views: 2004

... CODE 0006:DE4E 000C8H KEYCHAR CODE 0006:DF16 00150H KEYCHAR CODE 0006:E066 00295H PAGEUP CODE 0006:E2FC 000DCH PAGEUP CODE 0006:E3D8 003B3H PAGEDOWN CODE 0006:E78C 000D5H PAGEDOWN CODE 0006:E862 0036BH VSCROLL CODE 0006:EBCE 00122H VSCROLL CODE 0006:ECF0 000E9H VSCROLL CODE 0006:EDDA 0018AH ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3547

GPF, como buscar el Error

... CODE 0006:E06A 000C8H KEYCHAR CODE 0006:E132 00150H KEYCHAR CODE 0006:E282 00295H PAGEUP CODE 0006:E518 000DCH PAGEUP CODE 0006:E5F4 003B3H PAGEDOWN CODE 0006:E9A8 000D5H PAGEDOWN CODE 0006:EA7E 0036BH VSCROLL CODE 0006:EDEA 00122H VSCROLL CODE 0006:EF0C 000E9H VSCROLL CODE 0006:EFF6 0018AH ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3547

Que ListBox muestre los registros de 100 en 100

... vez, es posible decirle que muestre los primeros 100 y luego los demás ?, es decir que muestre inmediatamente los 100 primero y cuando le de un pagedown, keydown entonces muetre los demas registros ? xHarbour + FW24 + ADS Local (En este caso) Saludos y espero haberme explicado Joel Andujo
by Joel Andujo
Fri Jan 27, 2006 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que ListBox muestre los registros de 100 en 100
Replies: 5
Views: 1450

... == VK_PRIOR if GetKeyState( VK_CONTROL ) ::GoTop() else ::PageUp() endif case nKey == VK_NEXT if GetKeyState( VK_CONTROL ) ::GoBottom() else ::PageDown() endif otherwise return Super:KeyDown( nKey, nFlags ) endcase return 0
by Otto
Sun Dec 25, 2005 7:32 pm
 
Forum: FiveWin for CA-Clipper
Topic: Focus oWnd
Replies: 23
Views: 8391

Error de Proteccion General.

... KEYCHAR CODE 0005:89CA 00238H PAGEUP CODE 0005:8C02 00110H PAGEUP CODE 0005:8D12 000DCH PAGEUP CODE 0005:8DEE 00285H PAGEUP CODE 0005:9074 00355H PAGEDOWN CODE 0005:93CA 00110H PAGEDOWN CODE 0005:94DA 000D5H PAGEDOWN CODE 0005:95B0 00353H PAGEDOWN CODE 0005:9904 00320H VSCROLL CODE 0005:9C24 000E3H ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4252

Re: Hernan's Twbrowse ( msvc ) ??

... ) != "ARRAY" ( ::cAlias )->( dbgoto( nRecNew ) ) else ::nAt := nRecNew endif endif endif return( NIL ) And in GoUp, GoDown, LButtonDow, PageDown I added this method after ::DrawSelect() . In mentioned methods two vars added : local nRowPrv := ::nRowPos local nRecPrv := if( upper( ::cAlias ...
by Rimantas
Thu Oct 13, 2005 5:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6713
Previous

Return to advanced search

cron