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:38:54
 
 
To
26/03/2004 03:49:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00889875
Message ID:
00889903
Views:
24
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 ), '' ) )
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform