cherokee
7th March 2006, 23:06
Hello everyone,
I am having a problem when compiling a simple program... I can't find the problem.
domain tckoor t.koor.s
function get.demand.info()
{
on case t.koor.s
case 1:
break
case 3:
break
case 4:
break
case 6:
break
endcase
......
Error: Case value should have type LONG
where t.koor.s contains order type from timrp010.koor
I do not know why is giving me this error message at the compilation time...
Does anyone can see a problem with this?
Thanks in advance,
Carlos
:mad:
I am having a problem when compiling a simple program... I can't find the problem.
domain tckoor t.koor.s
function get.demand.info()
{
on case t.koor.s
case 1:
break
case 3:
break
case 4:
break
case 6:
break
endcase
......
Error: Case value should have type LONG
where t.koor.s contains order type from timrp010.koor
I do not know why is giving me this error message at the compilation time...
Does anyone can see a problem with this?
Thanks in advance,
Carlos
:mad: