Unbound Column In TableBox

Hi, I am building a sales line product configurator form and I want to have a tablebox which has source records from the item table, with an additional non-table bound column for the user to enter the quantity required. I have so far been able to bind the column to a variable but of course this then means that every row in the table has the same value as all rows point to the same variable. Can anybody tell me how to have an unbound ‘in-memory’ column in a tablebox. Any help appreciated, Jonathan

Hi Jonathan.

Say that you have an variable called “My amount”.

Bind the unbound columns property SourceExpr to “My amount”

Put this code “My amount” := ’ '; in the Form - OnAfterGetRecord.

Regards,

Håkan W