Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.NULL. values in grid using view
Message
From
07/11/2000 15:35:05
 
 
To
07/11/2000 15:06:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00438960
Message ID:
00438987
Views:
12
>>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 ""

Thanks for the help. Oddly enough the grid.Collunm.txt1.NullDisplay did nothing at all but the SET NULLDISPLAY TO "" placed in the int method
of the form got it.

Thanks again
It is impossible to make programs idiot proof. Idiots are too cleaver.

MCP( Tcp/Ip )
Previous
Reply
Map
View

Click here to load this message in the networking platform