Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programming Events within a Grid
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00094583
Message ID:
00100027
Views:
111
Thanks David, I'll put this in my R&D directory. I had not thought to explore the activecell thingy when I'd been working. For my purposes, setting the grid back to the beginning it's just what I need. Probably not suitable for really sophisticated setups but fine for now. - Sarah

>Sarah,
>
>Here's the code I looked it back up while replying to another message:
>
>
LPARAMETERS nButton, nShift, nXCoord, nYCoord
>
>if ( ( nXCoord < this.Partition ) and ;
>     ( nYcoord > ( this.Top + this.Height - sysmetric(8) ) ) )
>   nodefault
>endif

>
>The only problem with the partition is that it puts a vertical scroll bar, deleted marker, and record marker in between the two partitions which could be a big waste of screen real estate.
>
>If you put two grids side by side setting the right properties in each you could probably get it working with some code to link the grids.
>
>>I'll have a play with nodefault and the horizontal scroll bar is gone. However as the user tabs through the fields of the grid and potentially widens the fields (resize is .t.) the first columns can get hidden and then, because there's no scroll bar, it's tricky to get back to them. I'd like to fix them in place so they are always visible.
Sarah King
pcpropertymanager.com
Previous
Reply
Map
View

Click here to load this message in the networking platform