Hi All,
I have a requirement of displaying a table in the form and make a validation during the save of the form.
I was able to bring the values in the table and display the form, during the save event, when i am doing the validation.
Its giving me the error as "Subform does not have a method Row"
I have written the below code in formcalc.
for I=0 upto 4 step 1 do
if (LIST.SubformPage.Item.Table1Subfrom.Table1.Row(I).FIELD1.rawValue == "A" ) then
xfa.host.messageBox("Testing") |
endif
endfor
Any help is much appreciated.
Thanks