Android Question I want to display the enitre message

Makumbi

Well-Known Member
Licensed User

this is the message i want to display

P1P2 time table On thursay 10/10/2019 Starting with Math and Later Lit2 and On 11/10/2019 friday Literacy 1 then English in the after noon in the afternoon Please use this small holiday to revise with these children thanks
 

Attachments

  • Screenshot_20200106-093136.png
    57.4 KB · Views: 116

Erel

B4X founder
Staff member
Licensed User
Longtime User
Please use [code]code here...[/code] tags when posting code.

P1P2 time table On thursay 10/10/2019 Starting with Math and Later Lit2 and On 11/10/2019 friday Literacy 1 then English in the after noon in the afternoon Please use this small holiday to revise with these children thanks
?
 
Upvote 0

Makumbi

Well-Known Member
Licensed User
B4X:
Log(ColumnId)
If ColumnId = "SentMessage" Then
Dim valuer As String = B4XTable1.GetRow(RowId).Get("SentMessage")
dialog.Show(valuer, "OK", "", "")
Return
Else
If ColumnId = "Sms" Then
Dim valuer As String = B4XTable1.GetRow(RowId).Get("Sms")
dialog.Show(valuer, "OK", "", "")
' dialog.ShowCustom(valuer, "OK", "", "")
Return
End If
End If
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…