|
| [WD25] edit fields and mandatory input |
| Iniciado por VEGEboss, 21,may. 2020 17:33 - 1 respuesta |
| |
| | | |
|
| |
Miembro registrado 88 mensajes |
|
| Publicado el 21,mayo 2020 - 17:33 |
Very easy for very experts, I think...
is possible to change the color and/or background of the fields with the "Mandatory input" flag active?
obviously I'm looking for the most dynamically fast way… change it manually it's easy
thanks in advance |
| |
| |
| | | |
|
| | |
| |
| Publicado el 24,mayo 2020 - 05:24 |
try to use groups after use an enumcontrol with this function you get the name of the control and after with a while you check every single control if one comes empty you change the background like this:
FLAG is boolean = true sControl is string = enumcontrol(GR_REQ,i,byTapOrder) while sControl <> "" IF NoSpace({sControl,indControl},sscOutside) _IN_ ("",0,Null) THEN {sControl,indControl}..BrushColor = PastelRed FLAG = FALSE END i++ sControl = enumcontrol(GR_REQ,i,byTapOrder) END
Result FLAG |
| |
| |
| | | |
|
| | | | |
| | |
|