situation.Text = "" &Cursor7.GetString("Situation")
lblText.Initialize("")
lblText2.Initialize("")
lblText.TextColor = Colors.Black
lblText2.TextColor = Colors.Black
FA_SV.Color = Colors.White
FA_SV.Panel.AddView(lblText, 0, 0 , 100%x, 100%y)
FA_sv_detail.Panel.AddView(lblText2, 0, 0 , 100%x, 100%y)
Height = StrUtils.MeasureMultilineTextHeight(lblText2, info)
FA_sv_detail.Panel.Height = Height
'lblText.Color = Colors.rgb(255, 235, 214) 'Colors.RGB(250, 250, 210
'lblText2.Color = Colors.rgb(255, 235, 214)
lblText.Text = "" &Cursor7.GetString("Treatment")
lblText2.Text = "" &Cursor7.GetString("Information")
ToastMessageShow("getting Info", False)