Lucy Jih
6th November 2002, 04:48
Hi,
I would like to consult one question :
select tfacp200.suno
from tfacp200
where tfacp200._index1 inrange {:ttyp.f, :ninv.f}
and {:ttyp.t, :ninv.t}
order by tfacp200._index1
selectdo
select tccom001.emno, tccom001.nama
from tccom001
where tccom001._index1 = {:tfacp200.suno} ?????
...
endselect
pls tell me how to conver tfacp200.suno to number type, because
tccom001._index1 is field emno with type Long, tfacp200.suno field type is Str6 ?
thanks a lot
I would like to consult one question :
select tfacp200.suno
from tfacp200
where tfacp200._index1 inrange {:ttyp.f, :ninv.f}
and {:ttyp.t, :ninv.t}
order by tfacp200._index1
selectdo
select tccom001.emno, tccom001.nama
from tccom001
where tccom001._index1 = {:tfacp200.suno} ?????
...
endselect
pls tell me how to conver tfacp200.suno to number type, because
tccom001._index1 is field emno with type Long, tfacp200.suno field type is Str6 ?
thanks a lot