mbdave
12th January 2007, 06:53
Hi
we had use comparison in baan 5 in select query but in LN its giving compilation error please provid any solution i even tried to use variable but still its giivng error
e.g. for clarification
tdsls400.aaaa say is a table field of tdsls400.
i have this to field values both of same domain
now i am using it as
select tdsls401.*
from tdsls401
where tdsls401._index1 = {:tdsls400.orno}
and (tdsls401.xxxx <> :tdsls400.aaaa)
selectdo
endselect
this is giving error even talking tdsls400.aaaa's value in a variable is giving error incompatibl data type please give me a soltuion.
we had use comparison in baan 5 in select query but in LN its giving compilation error please provid any solution i even tried to use variable but still its giivng error
e.g. for clarification
tdsls400.aaaa say is a table field of tdsls400.
i have this to field values both of same domain
now i am using it as
select tdsls401.*
from tdsls401
where tdsls401._index1 = {:tdsls400.orno}
and (tdsls401.xxxx <> :tdsls400.aaaa)
selectdo
endselect
this is giving error even talking tdsls400.aaaa's value in a variable is giving error incompatibl data type please give me a soltuion.