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

Post Reply
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

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

Post 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?
Last edited by JC on Fri Apr 11, 2008 12:51 pm, edited 1 time in total.
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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Its defined in Harbour\include\inkey.ch
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

Post by JC »

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
Post Reply