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:
00095121
Views:
32
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.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform