Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid records
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01043755
Message ID:
01043825
Views:
20
>>SET FILTER TO NOT EMPTY(Name)
>>LOCATE
>>
>The problem was to automatically size the grid height to the maximum number of records in the table. Something like this:
>
>this.height = this.HeaderHeight + ;
>RowHeight*reccount(MyTable)+ ;
>iif(inlist(this.GridLines,1,3),this.GridLineWidth * reccount(myTable),0) + ;
>iif(inlist(this.scrollbar,1,3),sysmetric(7),0)
Sometimes it is hard to me to understand what Mohhamed wants :o) I think he just don't want to have some additional rows in grid that the user can go to.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform