Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Illegal height value
Message
From
06/08/2003 04:24:21
 
 
To
05/08/2003 21:26:14
Jordan Pastourel
Worksafe Management Systems
Toowong, Australia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00817152
Message ID:
00817197
Views:
48
Hi,

>
as the form loads it generates an error stating the the grid object on it has a height value that is illegal.
>

The minimum legal height for a grid is the height of the grid header. If you're setting the height make sure it's not less than this. e.g
grid.height = MAX(lnHeight,Grid.HeaderHeight)
HTH,
Viv

HTH,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform