springgirl
26th February 2004, 07:04
dear friends,
I meet a problem, I write the right code,but it does not work.
Can you help me ?
Thanks in advance.The code as follow:
choice.user.0:
on.choice:
select *
from tdpur909
where tdpur909.item = "111" and
tdpur909.clot = "S34A07510021 "
selectdo
mess("existed",1)
selectempty
db.set.to.default(ttdpur909)
tdpur909.item = "159"
tdpur909.clot = "123"
tdpur909.cwar = "001"
tdpur909.iqc = tcyesno.yes
tdpur909.orno = 110021
tdpur909.reno = 999999
db.insert(ttdpur909,db.retry)
endselect
I meet a problem, I write the right code,but it does not work.
Can you help me ?
Thanks in advance.The code as follow:
choice.user.0:
on.choice:
select *
from tdpur909
where tdpur909.item = "111" and
tdpur909.clot = "S34A07510021 "
selectdo
mess("existed",1)
selectempty
db.set.to.default(ttdpur909)
tdpur909.item = "159"
tdpur909.clot = "123"
tdpur909.cwar = "001"
tdpur909.iqc = tcyesno.yes
tdpur909.orno = 110021
tdpur909.reno = 999999
db.insert(ttdpur909,db.retry)
endselect