Good morning members i wish to thank mangojack for the effort he used to help me in solving this problem but after speeding alot time i found out what was making my data not to display when i enable columns in this code from the showsent messages and show received messages i can see the data now the main problem is when the these columns are enabled as advised but Erel and Mangojack this creates mutiples columns yet i wanted only three columns please help me out because when you create them at Activity_Create(FirstTime As Boolean) it shows the columns but when you click no data is displayed i have attached this small project with explaining on some activities that takes in the project please help
B4X:
'DateColumn = B4XTable1.AddColumn("Date", B4XTable1.COLUMN_TYPE_TEXT)
'B4XTable1.AddColumn("Sms", B4XTable1.COLUMN_TYPE_TEXT)
'B4XTable1.AddColumn("ID", B4XTable1.COLUMN_TYPE_TEXT)