Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

parent/child on a page frame

Status
Not open for further replies.

bigspank

Programmer
Aug 10, 2001
28
0
0
US
I have 2 tables in a parent child relationship. The child table is a grid. The relationship works fine except when I place it on a pageframe. When I place it in a pageframe the relationship no longer functions properly. What do I need to look at to correct this problem? When you sow a thought, you reap an act. When you sow an act, you reap a habit. When you sow a habit, you reap a character. When you sow a character, you reap a destiny.
 
Hi
In the Refresh event of the main form containing the pageframe.. put the code...

ThisForm.Pageframe1.Page1.Refresh()
ThisForm.Pageframe1.Page2.Refresh()
ThisForm.Pageframe1.Page3.Refresh()
..etc.. to as many pages as you have...

This shall fix you the problem.
ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
LET KNOW IF THIS HELPED. ENOUGH EXPERTS ARE HERE TO HELP YOU OUT! BEST OF LUCK :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top