Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.NULL. values in grid using view
Message
From
07/11/2000 15:06:00
 
 
To
07/11/2000 14:40:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00438960
Message ID:
00438970
Views:
8
>I am using a parameterized view in a grid on a form. The refresh method gets a PK form an invisible field on the header and displays receipt records for the part specified by the PK. The requery method for the view is used to refresh the grid. The problem is when there are no receipt records to display the grid shows .NULL. in all the fields for one record. While this does no harm it is obviously not 'User friendly'.
>
>Any suggestions
>
>Thanks in advance
>Terry

SET NULLDISPLAY TO ""
or set the NullDisplay property of the object (grid.Column.text1.NullDisplay, e.g.) to ""
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform