PRB: Pages of Page Frame Activate with Click When the PageFrame.TABS Property = .F. (216331)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0

This article was previously published under Q216331

SYMPTOMS

Pages on a page frame may be activated with a mouse click when the Tabs property of the page frame has been set to .F. and no tabs are displayed on the object. This behavior does not occur if a form containing a PageFrame object is created programmatically.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a new form.
  2. Add a PageFrame object to the form.
  3. Set the Tabs property of the page frame to .F.
  4. Select Page1 of the page frame and add a label captioned "Page 1."
  5. Select Page2 of the page frame and add a label captioned "Page 2."
  6. Save and run the form.
  7. Click the left-mouse button in the upper-right hand corner of the PageFrame Object, until the label captioned "Page 2" is displayed.

Modification Type:MajorLast Reviewed:2/6/1999
Keywords:kbContainer kbCtrl kbprb KB216331