edhandle& Missing from Parameter List of TESETSELECT Routine (44136)






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.

Modification Type: Minor Last Reviewed: 1/9/2003
Keywords: KB44136