Hello,
I have a requirement to populate cells of a table in Abbyy based on query results from SQL server.
Are the values of individual cells in a table editable through scripts?
I believe you can read the text value of cells, but I have an empty table which should be populating through queries.
Please let me know how to achieve this.
Thanks!
コメント
3件のコメント
Hello,
Do you already have the empty table with the required number of rows/columns?
Hi Ekaterina,
Yes, it's a fixed size table.
I already have the required no of rows/columns.
Please let me know how to proceed.
Thanks!
Hello,
To fill the table cells please use the following construction:
Document.Field("FullTableName").Items[0].Field("FieldName").Text
サインインしてコメントを残してください。