Morning all
I have database with three frames. The first spans the top and is the header. The left frame contains the links that open views in the Right frame. This is all good.
However, when I open a form from the view it opens in its own window. How do you open the form inside the Right frame so that the form opens inside the frameset
Thanks
Steve
Subject: Open form in frameset
Steve:
Right click on the frame that you want the form to open in. Click on Frame Properties. In the Name area type “RightFrame”.
Then click on the Outline Entry that you want to launch the form from. In the content area there is an area labeled “Frame”. Enter “RightFrame” in that area.
Now when you click on the outline it will launch the form in the frame you specified as “RightFrame” of your frameset.
Chris
Subject: RE: Open form in frameset
Sorry Chris, I should have explained better. The forms are being opened from a view that is already in the RightFrame. They are not being opened from an outline or hotspots
Thanks