pjohns
11th October 2013, 15:24
Hello,
I have a form field, tssma951.bupo, which is being populated with the following logic.
field.tssma951.bupo:
before.display:
bu = enum.descr$("tssma.bu", tssma951.bu)
tssma951.bupo = bu & "." & tssma951.custpo
The bupo form field is displayed correctly but the field data is not being populated in the table.
I'm sure I'm missing something very simple, but then my Baan programs skills are very simple.
What do I need to do to write the field data to the table?
Thanks in advance.
PJ
I have a form field, tssma951.bupo, which is being populated with the following logic.
field.tssma951.bupo:
before.display:
bu = enum.descr$("tssma.bu", tssma951.bu)
tssma951.bupo = bu & "." & tssma951.custpo
The bupo form field is displayed correctly but the field data is not being populated in the table.
I'm sure I'm missing something very simple, but then my Baan programs skills are very simple.
What do I need to do to write the field data to the table?
Thanks in advance.
PJ