Community

Updating values of a table with scripts Answered

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!

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Permanently deleted user

    Hello,

    Do you already have the empty table with the required number of rows/columns?

    0
  • Avatar
    Permanently deleted user

    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!   

    0
  • Avatar
    Permanently deleted user

    Hello,

    To fill the table cells please use the following construction:

     

    Document.Field("FullTableName").Items[0].Field("FieldName").Text

    0

Please sign in to leave a comment.