Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird grid behavior
Message
From
08/08/2009 02:32:09
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01416800
Message ID:
01416862
Views:
92
>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

You have some relation active.

try to replace code with
LPARAMETERS nColIndex

GO RECNO() IN vwscore
Previous
Reply
Map
View

Click here to load this message in the networking platform