FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Variable does not exist: K_PGUP on xBrowse! ( RESOLVED! )
Posts: 445
Joined: Thu Feb 21, 2008 11:58 AM
Variable does not exist: K_PGUP on xBrowse! ( RESOLVED! )
Posted: Fri Apr 11, 2008 12:11 PM
Hi friends!!

My application get this error:

Application
===========
   Path and name: C:\Arqs\Pessoal\apps\exec\App.exe (32 bits)
   Size:   795,136 bytes
   Time from start: 0 hours 0 mins 4 secs 
   Error occurred at: 11/04/2008, 09:10:11
   Error description: Error BASE/1003  Variable does not exist: K_PGUP

Stack Calls
===========
   Called from: xbrowse.prg => TXBROWSE:KEYCHAR(1475)


At xBrowse class:
  ...
case nKey == K_PGUP         <--- at this line!
        ::oVScroll:PageUp()
  ...


Somebody knows why?
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Variable does not exist: K_PGUP on xBrowse! ( RESOLVED! )
Posted: Fri Apr 11, 2008 12:14 PM

Its defined in Harbour\include\inkey.ch

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 445
Joined: Thu Feb 21, 2008 11:58 AM
Variable does not exist: K_PGUP on xBrowse! ( RESOLVED! )
Posted: Fri Apr 11, 2008 12:22 PM
Antonio Linares wrote:Its defined in Harbour\include\inkey.ch


Thanks Linares! I found!
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9

Continue the discussion