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 09:08:08
 
 
To
26/03/2004 06:38:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00889875
Message ID:
00889929
Views:
14
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform