Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Prevent display of ' / / : :' in a grid when field is em
Message
De
26/03/2004 09:08:08
 
 
À
26/03/2004 06:38:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00889875
Message ID:
00889929
Vues:
16
>Hello Stephane.
>
>When the table field is empty, I would like to prevent the display of " / / : :". I would like the grid field to be empty.
>
>If you do not need the column to be editable (if this grid is ReadOnly), you can use this as the column's controlsSource:
>
>
>( IIF( NOT EMPTY( NVL( MyAlias.MyDateField, {/:} ) ), MDY( MyAlias.MyDateField ), '' ) )
>
Thanks Marcia, your solution also works fine.
Regards,

Stephane
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform