baan_ghai
20th June 2005, 14:41
Hi all,
I have one standard session where on the form user is able to
see the Receipt no. now i have also made one table and customized
Maintain session where user is able to Maintain some records
againts the receipt no .
when we zoom the customized session from standard session
i and import the receipt no
in case record not found in table 994 i insert the record but in case record already exits we want some modification againts the receipt no
but it's not working because data not showing
every time going on FIRST RECORD
please help. how to solove my problem.
before.program:
import("tdpur045.reno",tfpur994.reno)
select tdpur994.*
from tdpur994
where tfpur994.reno= :tfpur994.reno
as set with 1 rows
selectdo
|display.all()
selectempty
db.retry.point()
tdpur994.reno = tdpur045.reno
db.insert(ttdpur994, db.retry)
commit.transaction()
endselect
Sanjeev
__________________
I have one standard session where on the form user is able to
see the Receipt no. now i have also made one table and customized
Maintain session where user is able to Maintain some records
againts the receipt no .
when we zoom the customized session from standard session
i and import the receipt no
in case record not found in table 994 i insert the record but in case record already exits we want some modification againts the receipt no
but it's not working because data not showing
every time going on FIRST RECORD
please help. how to solove my problem.
before.program:
import("tdpur045.reno",tfpur994.reno)
select tdpur994.*
from tdpur994
where tfpur994.reno= :tfpur994.reno
as set with 1 rows
selectdo
|display.all()
selectempty
db.retry.point()
tdpur994.reno = tdpur045.reno
db.insert(ttdpur994, db.retry)
commit.transaction()
endselect
Sanjeev
__________________