Search found 31 matches: pgdn

Return to advanced search

Re: Xbrowse Browsing Information Orbital Change Color

... 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
Sat Sep 24, 2022 3:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Browsing Information Orbital Change Color
Replies: 13
Views: 906

Re: FWH: MySql/MariaDB: RowSet object

... row I am 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 ...
by nageswaragunupudi
Thu May 18, 2017 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19553

ERRO FWH1509 + SQLRDD

... 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 Sistem
Sat Oct 03, 2015 1:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERRO FWH1509 + SQLRDD
Replies: 4
Views: 717

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 remove o...
by nageswaragunupudi
Mon Mar 23, 2015 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.03
Replies: 7
Views: 963

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://forums.f...
by AntoninoP
Mon Mar 23, 2015 4:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7348

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:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.03
Replies: 7
Views: 963

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 russimicro
Mon Mar 23, 2015 4:06 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7348

New FTDN March/Marzo 2015 (FWH 15.03)

March 2015 ========== * New: function SetMGetColorFocus( nClrFocus ) same as SetGetColorFocus() but for GETs multilines. * Enhancement: Class TMultiGet support for color change on focus gain/loose. * New: function SetCbxColorFocus( nClrFocus ) same as SetGetColorFocus() but for ComboBoxes. We tried ...
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: 7348

Re: bug report: sbrowse without vertical scroll

... 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 crashed, I am wondering what PgDn and PgUp ...
by nageswaragunupudi
Wed Mar 04, 2015 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug report: sbrowse without vertical scroll
Replies: 5
Views: 991

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 AntoninoP
Wed Mar 04, 2015 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug report: sbrowse without vertical scroll
Replies: 5
Views: 991

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 nageswaragunupudi
Wed Mar 04, 2015 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug report: sbrowse without vertical scroll
Replies: 5
Views: 991

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
by Silvio.Falconi
Mon Nov 24, 2014 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Key code
Replies: 16
Views: 3146

TALLY Incremental Search List

... or its give an error beep when no match found. User can ENTER Values in the GET BOX as well as navigate the list by using up/down arrow and PgUP/PgDN keys when control focus in GET Box [ THIS IS VERY COMPLEX IMPLEMENTATION] . User select the record by pressing ENTER key. When user press ENTER ...
by shri_fwh
Sun Nov 17, 2013 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TALLY Incremental Search List
Replies: 1
Views: 900

Re: Gran mejora en el previsualizador de impresión

Distinguido Antonio

Con el tmetafilX.prg modificado se lee menos. También intente con resolución 1024 x 768

Porque no se podía leer es lo muestro en Zoom, pero el problema es que no pasa a la sgte. pág. cuando llega al final usando PgDn. y sin el zoom se puede.

Saludos,

Adhemar
by acuellar
Wed Sep 25, 2013 7:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gran mejora en el previsualizador de impresión
Replies: 10
Views: 1908

xBrowse LookUp

... like this: database: Oracle, table containing 172,212 records. I want to create lookup table from RecordSet. if i just press Up, Down, PgUp, PgDn the browse is normal, but if I type a word like '20.2' or a 'desctription' , the result like delayed and if I press BackSpace, the dialog is not ...
by Mulyadi
Tue Feb 26, 2013 4:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse LookUp
Replies: 4
Views: 1696
Next

Return to advanced search