Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicFontStrikeThru
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
DynamicFontStrikeThru
Miscellaneous
Thread ID:
00835069
Message ID:
00835069
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform