老师
您好!
用OpenRecordGrid打开的记录窗口背景颜色有些暗, 很不协调,可以通过代码修过这种记录窗口的背景颜色吗?
For Each a As Object In Tables("表A").grid.parent.controls
For Each b As Object In a.controls
If b.text = "表A" Then
Dim d = b.controls(0).controls(0)
d.Styles("EmptyArea").BackColor = Color.White
Return
End If
Next
Next
老师,
您好!
谢谢回复. 不好意思! 别请问记录窗口左侧这列样式或颜色可以修改吗?