raviteja.m123@g
29th July 2022, 10:41
Hi Guys,
I have a requirement like reading the data from the marked records when a form command is executed.
I have form field called 'order.number' on the session and also two other table fields. I am able to get the table field values correctly, but the form field value is not showing properly.
Could you guys please help me on this.
I have written a logic something like this.
code:
for i = 1 to filled.occ
if mark.table(i) then
do.occ(i, update.record.in.table)
endif
endfor
function update.record.in.table()
{
insert.records(order.number)
}
Thanks & Regards
Ravi
I have a requirement like reading the data from the marked records when a form command is executed.
I have form field called 'order.number' on the session and also two other table fields. I am able to get the table field values correctly, but the form field value is not showing properly.
Could you guys please help me on this.
I have written a logic something like this.
code:
for i = 1 to filled.occ
if mark.table(i) then
do.occ(i, update.record.in.table)
endif
endfor
function update.record.in.table()
{
insert.records(order.number)
}
Thanks & Regards
Ravi