2
Views
2
Comments
Table records with option to add one
Question
Hi guys,

I want the last record on a table record to be a "Add a new".
Is that possible ?

Thanks !
2020-12-07 17-35-54
António Chinita
Make sure that you add a blank record to the end of the source list every single time the list is loaded, then add some screen logic with If's.

Eg.
if (Tr.List.CurrentRowNumber = (Tr.List.Length - 1)) show.input.fields.for.new.record
else show.regular.data

Hope it helps :)
2011-09-27 11-03-56
Francisco Coutinho
Got it !
I will try it out, by I can get what you mean.
"Seems easy".

Thanks ! 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.