Microsoft KB Archive/44136

From BetaArchive Wiki
Knowledge Base


edhandle& Missing from Parameter List of TESETSELECT Routine

Article ID: 44136

Article Last Modified on 11/21/2006

This article was previously published under Q44136

SUMMARY

The TESETSELECT Toolbox routine is missing the edhandle& parameter in its description on Page 412 of the "Microsoft QuickBASIC for Apple Macintosh: Language Reference" manual. The routine should read as follows:

TESETSELECT Start, End, Edhandle&


An edit record handle, Ehandle&, that points to an EDIT FIELD is needed to set a selection range that begins at character-position Start and ends at character-position End. QuickBASIC's WINDOW(6) function can be used to return the handle for the edit record associated with the current output window's active EDIT FIELD.

The first character in the EDIT FIELD is at position 0. If Start and End are the same, the selection range is an insertion point, and an I-beam cursor is displayed.


Additional query words: MQuickB

Keywords: KB44136