lijie0407
18th March 2010, 05:40
A new blog entry has been added:
How to update the main table at session
Dear All,
I want to write the Baan ID into the main table when I modify the some fields.
Please refer to the following code:
choice.update.db:
after.choice:
if update.status = modify.set then
tdpur999.emno = logname$
message("OK!!!")
endif
I can get the Baan ID value,but can't save the value to the table.
please help me.
Thank!
Eric
How to update the main table at session
Dear All,
I want to write the Baan ID into the main table when I modify the some fields.
Please refer to the following code:
choice.update.db:
after.choice:
if update.status = modify.set then
tdpur999.emno = logname$
message("OK!!!")
endif
I can get the Baan ID value,but can't save the value to the table.
please help me.
Thank!
Eric