I need to have a variable based field displayed in a table view. However, there is no way to add different values to this field in different rows. All rows take the same value.
For Example;
if i want to display check boxes for the user to make a selection, it is not possible to do in table view.
So is there some way of doing this? Like adding a foundset variable?
Make an unstored calculation that has as code just “return;”
Place a field with the unstored calculation as dataprovider on your tableview form and you’ll be able to get/set it’s value for each record in the foundset displayed int he form.
This technique is mentioned in other threads on this forum, so is you would like to see more info, a search of this forum might give you some pointers.