Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird grid behavior
Message
From
07/08/2009 13:37:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Weird grid behavior
Miscellaneous
Thread ID:
01416800
Message ID:
01416800
Views:
155
I'm having a strange problem with a grid. The grid is based on a view, and there are multiple columns. Normally when the user enters data in the columns, everything is fine. However, if the user scrolls down so that only the last row in the grid can be seen, then changes the value in a column, then scrolls back up, sometimes the bottom value appears in all the rows! This is a visual problem only, the actual values in the view have not changed. The only custom code for the overall grid is in the init and in AfterRowColChange. The code in AfterRowColChange is as follows:

LPARAMETERS nColIndex

SELECT vwscore
GO RECNO()

That code was added to the app years ago to alleviate a strange error (undocumented error 2072) and it stopped the error, so it's still there.

Any ideas what could be causing this?

TIA,
Jen
Next
Reply
Map
View

Click here to load this message in the networking platform