Variable does not exist: K_PGUP on xBrowse! ( RESOLVED! )
Posted: Fri Apr 11, 2008 12:11 pm
Hi friends!!
My application get this error:
At xBrowse class:
Somebody knows why?
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)
Code: Select all
...
case nKey == K_PGUP <--- at this line!
::oVScroll:PageUp()
...