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:05:53
 
 
À
26/03/2004 05:05:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00889875
Message ID:
00889894
Vues:
22
This message has been marked as the solution to the initial question of the thread.
Set the column to Sparse = .F.

Because you want normal date mark for not empty,
add another your class textbox to the column
column
  txtNormal
  txtEmpty  <=== this have DateMark
set
column.DynamicCurrentcontrol="IIF(EMPTY(datefield),'txtEmpty','txtNormal')"
you can build a TxtDate and on Init(),
add the txtEmpty and set DynamicCurrentcontrol to the Column.

Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform