Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GRID Not refreshing properly
Message
From
23/07/2001 09:51:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
GRID Not refreshing properly
Miscellaneous
Thread ID:
00533875
Message ID:
00533875
Views:
33
FoxGuru's

I have a form, with multiple pages, and on one of the pages I have a Grid.

This Grid is not populated by a view, it is directly-linked to a table.

On this Grid, when the user selects a row, I want to take data from that newly
selected row and display it on the form.

Seems simple, but the data it displays is always the LAST row selected, not the new current record. What is going on here? Is there something I need to refresh? Its like the DB pointer isn't updating...

This code is on a grid procedure, under grid object : AfterRowColChange

thisform.refresh
thisform.textheader.caption = This.Reqtname.text1.value
thisform.refresh

using this code, it updates the form textheader with the last selected row data, not the new selected row data.

THANKS FOR HELPINGGGGGGG!!!
Next
Reply
Map
View

Click here to load this message in the networking platform