Just a quick note, on something I've just found
If we use the table class together with an SQL DB, if a field is empty (null), the class will thrown an error, and will not work.
So if you use it make sure all your fields are populated, or check programmatically and change to something as NA, before calling Table.AddRow.
Thanks
José
If we use the table class together with an SQL DB, if a field is empty (null), the class will thrown an error, and will not work.
So if you use it make sure all your fields are populated, or check programmatically and change to something as NA, before calling Table.AddRow.
Thanks
José