Problem with data not bound

ferrisferris Member Posts: 23
Hello everybody,
I need help to solve this problem:
I want to create a table box with 2 columns: the first contains data taken from the database (attribute) and the second is a temporary value, not bound to the database (user value of the attribute).
The first problem is to create the second column because the number of rows of the table is dynamic and so I can't use variables.
Further, how can I recover the attribute/value from the table?

In general, how can I create a field not bound to the database with a lookup?

Thanks
Massimo

Comments

  • Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    There might be easier solutions, but if all else fails, you can get away by creating a new table, fill that through clever usage of RecRef, FieldRef, KeyRef variables which can point to any table run-time, and lookuping for that table.

    I sugges to disclose the business problem to solve - there might be easier solutions.
Sign In or Register to comment.