Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Problems
Message
From
11/04/1998 01:19:38
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00090991
Message ID:
00091264
Views:
26
>Hi there
>    I am having so many different problems on grid, as are mentioned below(grid contains 14 column and using vfp30 :-

>1. How to freeze column ? However I tried partition property and set moveable to .f. to all columns. what I want is that 1st column to be freezed without any bar(as if we used partition property), if user moving thru scroll bar so first column should not move as other column moves. Please suggest what should I do ? 


I don't think this is possible in VFP. You may wish to have a separate grid for the 'frozen' column and line it up so it looks like part of the main grid. Use AfterRowColumnChange properties in both grids to sychronize the record display.


>2. Secondly I didnt understand why scroll bar both horizontal and vertically will work sometime and sometime not, this happens specially in case of vertical bar. So please suggest me. How can I control Scroll Bar size like in Excel , it increasing/decreasing as per file length ? 


The scroll bars are self-managing. If there are not enough records to support vertical scrolling (no need to) then it is functionless. The same applies to the width of columns and the horizontal scroll bar.


>3. When I move thru vertical bar it show unnecessary line / spaces or thru horizontal bar it show unnecessary column or spaces, How can I control it ? Please let me know?


You can't in VFP 3....sorry...in VFP 5 you could use IntegralHeight property and it would help but not eliminate the issue.

>4. How can I hide the column ? Although I tried column.width = 0 ? But when I hide conteneous 4-5 column , it display thick line , because of 4-5 coulmn are jointly hiding ? So is there any other way to hide the column or How can I hide the thick line ? Please help me ?



Hmmmm...I think that this is also a problem with no recourse.



>Thanks

>Ashish Kanoongo
>     _\|/_
>
>    (o   o) 
>
>--oOO-(_)-OOo--
>
>ashishkanoongo@usa.net
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform