Page 1 of 1

Variable does not exist: K_PGUP on xBrowse! ( RESOLVED! )

Posted: Fri Apr 11, 2008 12:11 pm
by JC
Hi friends!!

My application get this error:

Code: Select all

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:

Code: Select all

  ...
case nKey == K_PGUP         <--- at this line!
        ::oVScroll:PageUp()
  ...
Somebody knows why?

Posted: Fri Apr 11, 2008 12:14 pm
by Antonio Linares
Its defined in Harbour\include\inkey.ch

Posted: Fri Apr 11, 2008 12:22 pm
by JC
Antonio Linares wrote:Its defined in Harbour\include\inkey.ch
Thanks Linares! I found!