Can´t find error meanning. "Error BASE/1009 : <&quo

Post Reply
User avatar
concentra
Posts: 124
Joined: Mon Nov 14, 2005 10:15 am
Location: Brazil

Can´t find error meanning. "Error BASE/1009 : <&quo

Post by concentra »

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 ?
User avatar
dbSoft
Posts: 16
Joined: Thu Oct 13, 2005 8:31 pm
Location: Greece
Contact:

Post by dbSoft »

DBCMD/1009 Argument error

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

Action: Correct the program.

See Also: FIELDNAME() function
User avatar
Antonio Linares
Site Admin
Posts: 42450
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 20 times
Been thanked: 58 times
Contact:

Post by Antonio Linares »

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

Antonio Linares
www.fivetechsoft.com
User avatar
concentra
Posts: 124
Joined: Mon Nov 14, 2005 10:15 am
Location: Brazil

Post by concentra »

Antonio Linares wrote:You should not use Inkey() on a FW application.

Ok, thanks.
What should I use to wait a key in FiveWin ?
User avatar
Antonio Linares
Site Admin
Posts: 42450
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 20 times
Been thanked: 58 times
Contact:

Post by Antonio Linares »

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

Antonio Linares
www.fivetechsoft.com
User avatar
concentra
Posts: 124
Joined: Mon Nov 14, 2005 10:15 am
Location: Brazil

Post by concentra »

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.
User avatar
Enrico Maria Giordano
Posts: 8738
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 2 times
Contact:

Post by Enrico Maria Giordano »

Then use something like SysWait( nSec ).

EMG
Post Reply