FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper Can“t find error meanning. "Error BASE/1009 : <&quo
Posts: 124
Joined: Mon Nov 14, 2005 10:15 AM
Can“t find error meanning. "Error BASE/1009 : <&quo
Posted: Thu Dec 15, 2005 11:59 AM

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 ?

Posts: 16
Joined: Thu Oct 13, 2005 08:31 PM
Can“t find error meanning. &quot;Error BASE/1009 : &lt;&quo
Posted: Thu Dec 15, 2005 12:29 PM

DBCMD/1009 Argument error

 Explanation:  The argument FIELDNAME() was non-numeric.

 Action:  Correct the program.

 See Also:  FIELDNAME() function
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Can“t find error meanning. &quot;Error BASE/1009 : &lt;&quo
Posted: Thu Dec 15, 2005 02:43 PM

You should not use Inkey() on a FW application.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 124
Joined: Mon Nov 14, 2005 10:15 AM
Can“t find error meanning. &quot;Error BASE/1009 : &lt;&quo
Posted: Fri Dec 16, 2005 12:18 PM
Antonio Linares wrote:You should not use Inkey() on a FW application.

Ok, thanks.
What should I use to wait a key in FiveWin ?
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Can“t find error meanning. &quot;Error BASE/1009 : &lt;&quo
Posted: Fri Dec 16, 2005 01:44 PM

Please explain what you need to do. What do you need that keystroke for ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 124
Joined: Mon Nov 14, 2005 10:15 AM
Can“t find error meanning. &quot;Error BASE/1009 : &lt;&quo
Posted: Fri Dec 16, 2005 03:43 PM
Antonio Linares wrote:Please explain what you need to do. What do you need that keystroke for ?

In this case I need to wait sometime to repeat a procedure.
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Can“t find error meanning. &quot;Error BASE/1009 : &lt;&quo
Posted: Fri Dec 16, 2005 03:59 PM

Then use something like SysWait( nSec ).

EMG

Continue the discussion