jack786
8th July 2004, 09:15
When I try to use the aliase table fields in the selectdo its giving error saying that a.dsca not declared
I tried in several ways,can any body throw some light on this
select a.dsca
from tiitm001 a
selectdo
message("%s",a.dsca)
endselect
string item.desc(30)
select a.dsca item.desc
from tiitm001 a
selectdo
message("%s",item.desc)
endselect
rgds,
jack
I tried in several ways,can any body throw some light on this
select a.dsca
from tiitm001 a
selectdo
message("%s",a.dsca)
endselect
string item.desc(30)
select a.dsca item.desc
from tiitm001 a
selectdo
message("%s",item.desc)
endselect
rgds,
jack