Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set the mouse pointer to arrow for all instances
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00159991
Message ID:
00508130
Views:
28
Dave, I created a transparent box to go over the grid with your code. I'm seeing some behavior I don't understand.

In the click of a button I have to populate the grid, I have:
  With ThisForm.GridGeneral1
    .RecordSource = "tablesamp"
    .LayoutRefresh ("cStep,The Step,122")  && Custom population code
    .ActivateCell( 1,1 )	
  EndWith
The data shows in the grid, but the first row is not hilighted. Also, I can click all over the shape, but the grid beneath does not seem to "wake up" until I click the scrollbars. If I have no scrollbars it doesn't wake up and the user can't actually tell what cell is active.


I have a grid with shape in a pageframe. Clicking on the shape selects records below or above what I actually clicked. Just playing around, I made the shape only as big as the top half of the grid, so I can click on some records (txtbox control) with the I-bar fine, but those under the shape always seem to jump around. The math looks right to me, I don't understand why wrong stuff gets hilighted.

?

Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform