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 06:38:54
 
 
À
26/03/2004 03:49:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00889875
Message ID:
00889903
Vues:
25
This message has been marked as a message which has helped to the initial question of the thread.
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 ), '' ) )
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform