Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid refreshing
Message
 
To
30/01/1997 13:31:11
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00018844
Message ID:
00018907
Views:
34
>>OK. A have a page frame with 3 pages. Each page has a grid with one column containing several textboxes. When I am on a record on page 1, I want page 2 and 3 to also refresh to that current record. Data for all 3 grids come from the same source. What do I need in the activate events of either the page, grid or column to reflect the data of the current record pointer?
>
>If the grids are all using the same alias they should refresh automatically.
>
>To control something when a record changes in a grid, you can use the AfterRowColChange() event of the grid.

Michel,

I guess you could say my grid is kind of unorthodox because it don't contain headers or gridlines. It is a single LARGE column with a container of labels and text boxes. I scroll my view no problem. But the current record number is not reflected in each of the three grids on 3 different pages. ( This was my way of containing a lot of fields in a small area and it looks quite appealing.) Have you any other suggestions on what I might try? I know I'll have another problem when it comes to loading the form in the future because I'll have NoDataOnLoad and will use some sort of SQL statement to filter the records. Actually, I have a StartUpAction which will LOOKUP() the access level of the currently signed on user and return my SQL command so it requests only the records it needs.

TIA
Jon Paskett

Microsoft Certified Systems Engineer
We all have to start somewhere...
Sometimes over again!
Previous
Reply
Map
View

Click here to load this message in the networking platform