Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make grid not noticable?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00062614
Message ID:
00062642
Views:
28
>How do I 'hide' aspects of a grid (i.e. borders, lines, etc) so the values in the grid appear to be on the 'surface' of the form?
Colin,

You can start with;

Grid.
DeleteMark = .F.
GridLines = 0
RecordMark = .F.
ScrollBars = 0
HeaderHieght = 0

Then experiment with the backcolor for the grid and its columns.
Previous
Reply
Map
View

Click here to load this message in the networking platform