I am getting an error "Error BASE/1009 : <" and can“t find what is it.
This error is not in Clipper docs.
The prg line is "RETURN Inkey()"...
It s an FiveWin + Clipper program.
Does anyone know what is it ?
I am getting an error "Error BASE/1009 : <" and can“t find what is it.
This error is not in Clipper docs.
The prg line is "RETURN Inkey()"...
It s an FiveWin + Clipper program.
Does anyone know what is it ?
DBCMD/1009 Argument error
Explanation: The argument FIELDNAME() was non-numeric.
Action: Correct the program.
See Also: FIELDNAME() function
You should not use Inkey() on a FW application.
Antonio Linares wrote:You should not use Inkey() on a FW application.
Please explain what you need to do. What do you need that keystroke for ?
Antonio Linares wrote:Please explain what you need to do. What do you need that keystroke for ?
Then use something like SysWait( nSec ).
EMG