DOC: TopIndex Property Incorrectly Documented (180170)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0
  • Microsoft Visual FoxPro for Windows 3.0b
  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Macintosh 3.0b

This article was previously published under Q180170

SUMMARY

The Help file and the Visual FoxPro Language Reference incorrectly states that the TopIndex property is read/write at run-time.

MORE INFORMATION

The TopIndex Property topic of the Help file states:

Specifies the item that appears in the top-most position in a list. Not available at design time; read-write at run-time.

This is incorrect. The property is read only at run-time. If you attempt to change the property, error 1743 appears with this message:
Property TopIndex is read only.

REFERENCES

Visual FoxPro 3.x for Windows Help; search on: TopIndex
Visual FoxPro 3.0b for Macintosh Help; search on: TopIndex
Visual FoxPro 5.x for Windows Help; search on: TopIndex
Visual FoxPro 3.x for Windows, "Language Reference", page 820.
Visual FoxPro 5.x for Windows, "Language Reference", page 422.
Visual FoxPro 3.0b for Macintosh, "Language Reference", page 876.

Modification Type:MajorLast Reviewed:5/12/2003
Keywords:kbbug kbdocerr kbpending KB180170