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()
...