NguyenDungAnh > 26-07-18, 11:46 PM
cpucloi > 27-07-18, 03:57 PM
tranthanhan1962 > 27-07-18, 10:16 PM
Private Sub PageFooter_Format(Cancel As Integer, FormatCount As Integer)
Select Case txt_sotrang
Case 1
txt_sotrang.Visible = False
Case 2
txt_sotrang.Visible = True
Case 3
txt_sotrang.Visible = False
End Select
End Sub
NguyenDungAnh > 28-07-18, 06:40 AM
tranthanhan1962 > 28-07-18, 08:31 AM
Private Sub PageFooter_Format(Cancel As Integer, FormatCount As Integer)
Select Case txt_sotrang
Case 1
PageFooter.Visible = False
Case 2
PageFooter.Visible = True
Case 3
PageFooter.Visible = False
End Select
End Sub
NguyenDungAnh > 31-07-18, 06:25 PM
NguyenDungAnh > 31-07-18, 11:02 PM
tranthanhan1962 > 01-08-18, 06:25 AM