postmanplod
Programmer
Hello,
In the Part screen I need to create an event where by when Part.Checkbox10 = TRUE, Part.Netweight becomes disabled.
I've tried the following to no avail:
Select Case args.Column.ColumnName
Dim CheckBox10 AS String
Dim NetWeight as String
Case "True"
IF TRUE THEN
NetWeight.disabled
else
NetWeight.enabled
end if
Case Else
End Select
End Sub
Does anyone have any suggestions?
Regards,
Michael
In the Part screen I need to create an event where by when Part.Checkbox10 = TRUE, Part.Netweight becomes disabled.
I've tried the following to no avail:
Select Case args.Column.ColumnName
Dim CheckBox10 AS String
Dim NetWeight as String
Case "True"
IF TRUE THEN
NetWeight.disabled
else
NetWeight.enabled
end if
Case Else
End Select
End Sub
Does anyone have any suggestions?
Regards,
Michael