Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pageframe refresh
Message
From
28/05/1998 19:29:37
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapore
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Pageframe refresh
Miscellaneous
Thread ID:
00102937
Message ID:
00102937
Views:
81
I have this problem, I have a pageframe with three page in a form. There are three tables in the private datasession.

The first table for first page and so on.
When I delete the first page, I use the following.

if not eof()
delete
skip -1
endif
go recno() in table2 *pointing the same record as table 1
go recno() in table3 *pointing the same record as table 1

thisform.pageframe1.page1.refresh()
thisform.pageframe1.page2.refresh()
thisform.pageframe1.page3.refresh()

When I delete, the first page manage to refresh to what I want, but the second page still shows the deleted items, under I click the record pointer up and down again.

Why is it so? What is wrong with my coding. Pls help.
Next
Reply
Map
View

Click here to load this message in the networking platform