J
Jacco
Hi everyone,
Is there a way to group a set of fields in a form? I mean, I know I can
create a group but I can't name it, so I can't assign any values to it. On
some conditions I want some fields to hide or becomed bold text, and I
wonder if I can group the fields, just to shorten the code. Right now it
goes like this:
[FlightDate_Label].FontWeight = 300
[Aircraft_Label].FontWeight = 300
[RouteFrom_Label].FontWeight = 300
[RouteTo_Label].FontWeight = 300
[OUTTime_Label].FontWeight = 300
[INTime_Label].FontWeight = 300
[AircraftIdent_Label].FontWeight = 300
Thanx,
Jacco
Is there a way to group a set of fields in a form? I mean, I know I can
create a group but I can't name it, so I can't assign any values to it. On
some conditions I want some fields to hide or becomed bold text, and I
wonder if I can group the fields, just to shorten the code. Right now it
goes like this:
[FlightDate_Label].FontWeight = 300
[Aircraft_Label].FontWeight = 300
[RouteFrom_Label].FontWeight = 300
[RouteTo_Label].FontWeight = 300
[OUTTime_Label].FontWeight = 300
[INTime_Label].FontWeight = 300
[AircraftIdent_Label].FontWeight = 300
Thanx,
Jacco