baldie
11th April 2007, 12:26
Hi,
I try to store a table-field which is changed in the programscript. I try to do as follows:
if restore.old.tdsls002.prdt=tcyesno.yes then
tdsls002.prdt=old.tdsls002.prdt
update.occ()
execute(update.db)
display("tdsls002.prdt")
endif
But this is not working. Somebody any idea what I am doing wrong?
Thanx in advance.
I try to store a table-field which is changed in the programscript. I try to do as follows:
if restore.old.tdsls002.prdt=tcyesno.yes then
tdsls002.prdt=old.tdsls002.prdt
update.occ()
execute(update.db)
display("tdsls002.prdt")
endif
But this is not working. Somebody any idea what I am doing wrong?
Thanx in advance.