When using an application in a folder different that Program Files,
such as Desktop, sometimes I get this error:
Error description: Error DBCMD/2001 WORKAREA NOT IN USE: ORDLISTADD
Stack Calls
===========
Called from: => ORDLISTADD( 0 )
Called from: ../../../rddord.prg => DBSETINDEX( 0 )
Called from: H:\spa\files.PRG => Openfiles( 108 )
- Code: Select all Expand view
- openfiles.prg:
====================
LOCAL pPath := ".\"
[...]
SELECT 7
lin 108 USE (pPath+"\NOTES") NEW
What is wrong?. Thanks.