Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
@SAY Button - Disable Color
Message
 
 
À
29/09/2008 15:25:16
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01351586
Message ID:
01351656
Vues:
28
The WHEN condition does not disable a control. It only prevents the control from getting focus. Use
SHOW GET ... ENABLE/DISABLE
>This button does not appear grayed-out when disabled. It is disabled, but the text color does not change. How do I do that?
>
>UPDATE: I should add that the Disabl_Color is not the color being displayed if the WHEN condition is false.
>
>	* JJ - 04/25/2008 - Project RelayHealth Eligibility Interface: Added Eligibility Button
>	@ ( sch_disp + 0.75 ) * row_incr, 86 GET x_eligibility ;
>		FONT "Arial", 9 ;
>		STYLE "B" ;
>		FUNCTION '*NH Elig' ;
>		SIZE Sched_But_Height, 7 ;
>	COLOR ,,,,,,,,&Control_Color,&Disabl_Color ;
>		VALID v_Eligibility('DailyBatch') ;
>		WHEN m_uppad18 OR m_rainman ;
>		DEFAULT 0
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform