Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prevent display of ' / / : :' in a grid when field is em
Message
From
26/03/2004 06:05:53
 
 
To
26/03/2004 05:05:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00889875
Message ID:
00889894
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform