T
TD
How do create a case select statement from these two
seperate events.
FormDetail_MOUSEMOVE
If lblChildren.Fontbold = True Then
lblChildren.Fontbold = False
End If
If lblFamily.Fontbold = True Then
lblFamily.FontBold = False
End If
If lblDiary.FontBold = True Then
lblDiary.FontBold = False
End If
END SUB
FormDetail_MOUSEMOVE
If lblChildren.ForeColor = YELLOW Then
lblChildren.ForeColor = WHITE
End If
If lblFamily.ForeColor = YELLOW Then
lblFamily.ForeColor = WHITE
End If
If lblDiary.ForeColor = YELLOW Then
lblDiary.ForeColor = WHITE
End If
END SUB
seperate events.
FormDetail_MOUSEMOVE
If lblChildren.Fontbold = True Then
lblChildren.Fontbold = False
End If
If lblFamily.Fontbold = True Then
lblFamily.FontBold = False
End If
If lblDiary.FontBold = True Then
lblDiary.FontBold = False
End If
END SUB
FormDetail_MOUSEMOVE
If lblChildren.ForeColor = YELLOW Then
lblChildren.ForeColor = WHITE
End If
If lblFamily.ForeColor = YELLOW Then
lblFamily.ForeColor = WHITE
End If
If lblDiary.ForeColor = YELLOW Then
lblDiary.ForeColor = WHITE
End If
END SUB