I’ve put a Tabbed Table in a form and prefill Notes fields in the table in a WebQueryOpen call.
Seems that if the field is on the first tab of the table, it gets populated. If the field is on the second or higher tab (counting from the left), the field doesn’t get any data.
Is this a bug or am I doing/thinking something wrong?
Thanks in advance for setting me straight.
Subject: Tabbed Tables on the Web: prefilling fields not working on second tab.
What’s the code you use in your agent ?
cheers,
tom
Subject: RE: Tabbed Tables on the Web: prefilling fields not working on second tab.
Hi Tom, thanks for the response. I found the answer, “Generate HTML for all fields” in the Form properties needs to be checked. It generates hidden fields with the data.
Thanks for the response anyway!