コミュニティ

Updating values of a table with scripts 回答済み

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!

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

3件のコメント

  • 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

サインインしてコメントを残してください。