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
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
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
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