Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicFontStrikeThru
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
DynamicFontStrikeThru
Divers
Thread ID:
00835069
Message ID:
00835069
Vues:
55
Hi all,


I test DynamicFontStrikeThru Clause in a grid but it does not function.
WITH oGrid.Column10
    .FORMAT    = "KZR"
    .INPUTMASK = "99.9"
    .ALIGNMENT = 2
    .DynamicInputMask 		= [ IIF( INT( v_trimestre_lignes.nan_ponderee ) <>  v_trimestre_lignes.nan_ponderee , '@KZR 99.99' , '@KZR 99' )]
    .DYNAMICFONTSTRIKETHRU = [ IIF( 1 + 1 = 2  , .T. , .F. ) ]
  ENDWITH
Who can explain me what occurs?
VFP 8
WINDOWS XP


Thank in advance for help.

MILCENT bernhart
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform