rabbeneg
8th January 2003, 20:23
I have write this function :
function load_contoRiclassificato()
{
select tffst121.*
from tffst121
where tffst121.fstm(1;2) = "B-"
and tffst121.lacf <= :tfcit202.leac
and tffst121.lact >= :tfcit202.leac
and tffst121.dimf(1) <= :1
|and tffst121.dimt(1) >= :1
wherebind(1,tfcit202.dimx)
|as set with 1 rows
selectdo
select tffst120.*
from tffst120
where tffst120._index1 = {:tffst121.fstm,:tffst121.accn}
selectdo
endselect
endselect
}
But during execution i receive the following message:
Error: Wrong operation on array field 'dimf'
Fatal Error: Error 304 (General SQL Error) on SELECT
an ideas??????
function load_contoRiclassificato()
{
select tffst121.*
from tffst121
where tffst121.fstm(1;2) = "B-"
and tffst121.lacf <= :tfcit202.leac
and tffst121.lact >= :tfcit202.leac
and tffst121.dimf(1) <= :1
|and tffst121.dimt(1) >= :1
wherebind(1,tfcit202.dimx)
|as set with 1 rows
selectdo
select tffst120.*
from tffst120
where tffst120._index1 = {:tffst121.fstm,:tffst121.accn}
selectdo
endselect
endselect
}
But during execution i receive the following message:
Error: Wrong operation on array field 'dimf'
Fatal Error: Error 304 (General SQL Error) on SELECT
an ideas??????