Search found 41 matches: pgup

Searched query: pgup

by nageswaragunupudi
Sat Sep 24, 2022 3:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Browsing Information Orbital Change Color
Replies: 13
Views: 1549

Re: Xbrowse Browsing Information Orbital Change Color

... TITLE FWVERSION SHOW RECID ; SETUP ( oBrw:lVThumbTrack := .t. )return nil
https://imagizer.imageshack.com/img922/7302/nUHAC1.gif

This GIF is showing:
1. Scroll with UP and DOWN arrow keys
2. Scroll with PgUP and PgDn keys
3. Scroll with ThumbTrack on Vertical Scroll Bar.
by nageswaragunupudi
Thu May 18, 2017 12:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 29020

Re: FWH: MySql/MariaDB: RowSet object

... seeing is suddenly changed to something else. it is like pulling the carpet under my feet.

How can we implement this?

Also when I press PgDn and PgUp the page numbers on the top are changing but the data of the new page is not refreshed. Can you fix this issue?

Note: I have increased the dialog ...
by Sistem
Sat Oct 03, 2015 1:38 pm
Forum: FiveWin para Harbour/xHarbour
Topic: ERRO FWH1509 + SQLRDD
Replies: 4
Views: 822

ERRO FWH1509 + SQLRDD

... https://uploaddeimagens.com.br/images/000/518/051/full/erro1.jpg?1443879091

o erro ocorre quando uso a seta para baixo ou PgDn / PgUp continuamente xBrowse.
obs: com a versao FWH1502 trabalha normal

alguem com esse problema que possa ajudar?

FWH1509 + xHarbour(new) + BCC7
[]s
by carlos vargas
Thu Jul 02, 2015 9:12 pm
Forum: FiveWin para Harbour/xHarbour
Topic: tmysql y xbrowse - rao help
Replies: 0
Views: 316

tmysql y xbrowse - rao help

... datos son bien mostrados con xbrowse, pero cuando se usa una sola tabla, los datos con mostrados correctamente, pero si me desplazo con pgdown o pgup, los datos no son refrescados. si uso up o down si se refrescan bien, solo es con pgdown y pgup.

he detectado que es cuando se usa la propiedad ...
by carlos vargas
Thu Jun 25, 2015 3:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Where do I get latest Update TMySql ?
Replies: 6
Views: 1007

Re: Where do I get latest Update TMySql ?

... with tmysql of xharbour or harbour contrib, only when the query work many table work ok (internally mysql use tquerymysql).
when the query work with one table, (here tmysq use ttablemysql) the data is display in xbrowse but using pgdown o pgup in xbrowse
not refresh ok the data.

salu2
carlos vargas
by Maggiro
Mon Apr 20, 2015 5:41 pm
Forum: FiveWin para Harbour/xHarbour
Topic: descargar Borland 5.82
Replies: 20
Views: 4818

Re: descargar Borland 5.82

... 15, y luego sigo pulsando flecha abajo
para que me muestra los tres registros siguientes, las posiciones son normales, y
cuando regreso pulsando PgUp y flechas arriba, el xbrowse se trunca en su visual, hacien
do distorsion de registro (nunca puedo alcanzar la primera linea). Esto pasó explorando ...
by nageswaragunupudi
Mon Mar 23, 2015 4:38 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.03
Replies: 7
Views: 1128

Re: Nuevo FWH 15.03

Fix: Pressing Ctrl-C or Ctrl-R when there is no vertical scroll bar
raises a runtime error because of unnecessary code handling K_PGUP and
K_PGDN in method KeyChar(). This code is removed.

Antonio... tengo ese error en mi versión 15.01... como puedo corregir el xbrowse

Jonsson Russi

Please ...
by AntoninoP
Mon Mar 23, 2015 4:25 pm
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 9596

Re: New FTDN March/Marzo 2015 (FWH 15.03)

Fix: Pressing Ctrl-C or Ctrl-R when there is no vertical scroll bar
raises a runtime error because of unnecessary code handling K_PGUP and
K_PGDN in method KeyChar(). This code is removed.

Antonio... tengo ese error en mi versión 15.01... como puedo corregir el xbrowse

Jonsson Russi
http ...
by russimicro
Mon Mar 23, 2015 4:13 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.03
Replies: 7
Views: 1128

Re: Nuevo FWH 15.03

Fix: Pressing Ctrl-C or Ctrl-R when there is no vertical scroll bar
raises a runtime error because of unnecessary code handling K_PGUP and
K_PGDN in method KeyChar(). This code is removed.

Antonio... tengo ese error en mi versión 15.01... como puedo corregir el xbrowse

Jonsson Russi
by russimicro
Mon Mar 23, 2015 4:06 pm
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 9596

Re: New FTDN March/Marzo 2015 (FWH 15.03)

Fix: Pressing Ctrl-C or Ctrl-R when there is no vertical scroll bar
raises a runtime error because of unnecessary code handling K_PGUP and
K_PGDN in method KeyChar(). This code is removed.

Antonio... tengo ese error en mi versión 15.01... como puedo corregir el xbrowse

Jonsson Russi
by Antonio Linares
Fri Mar 20, 2015 10:22 am
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 9596

New FTDN March/Marzo 2015 (FWH 15.03)

... t.
- Fix: Pressing Ctrl-C or Ctrl-R when there is no vertical scroll bar
raises a runtime error because of unnecessary code handling K_PGUP and
K_PGDN in method KeyChar(). This code is removed.
- New Data lTabLikeExcel (default .f.). When set to .t. TAB key moves cursor
to right as in ...
by nageswaragunupudi
Wed Mar 04, 2015 2:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bug report: sbrowse without vertical scroll
Replies: 5
Views: 1148

Re: bug report: sbrowse without vertical scroll

I am not able to reproduce,
I see that K_PGUP and K_PGDN are undefined, the correct values are VK_PRIOR and VK_NEXT.


VK_PRIOR and VK_NEXT are handled in Method KeyDown() and pressing any PgDn or PgUp keys never executes the lines of code you mentioned. Still because you said your application ...
by AntoninoP
Wed Mar 04, 2015 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bug report: sbrowse without vertical scroll
Replies: 5
Views: 1148

Re: bug report: sbrowse without vertical scroll

I am not able to reproduce,
I see that K_PGUP and K_PGDN are undefined, the correct values are VK_PRIOR and VK_NEXT.
:roll:
by nageswaragunupudi
Wed Mar 04, 2015 1:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bug report: sbrowse without vertical scroll
Replies: 5
Views: 1148

Re: bug report: sbrowse without vertical scroll

... scrolling and the program crashed at line 2466 of xbrowse.prg:

Which key did you press?
In my tests I find that these lines are never executed. PgDn and PgUp keys are handled by KeyDown method.
That is the reason I am interested in knowing pressing which key generated this error.
Please clarify
by Silvio.Falconi
Mon Nov 24, 2014 6:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Key code
Replies: 16
Views: 3555

Key code

I need the key code number for Pagup and Pagdown
I saw on inkey and I tried

elseif nKey == K_PGUP


elseif nKey == K_PGDN

but it not run ok

Regards