How to Determine the Coordinates of a GET FieldID: Q111549 2.50 2.50a 2.50b 3.00 | 2.00 2.50 2.50a 2.50b | 2.50b kbprg
The information in this article applies to:
SUMMARYTo determine a GET field's coordinates, use the _CUROBJ variable to place the cursor in the desired GET field. Then use the COL() and ROW() functions to determine the row and column of the cursor.
MORE INFORMATIONAssign the _CUROBJ system variable to the desired GET field. (To determine the number of the field, use the OBJNUM() function.) Once the cursor is in the GET field, use the ROW() and COL() functions to determine the coordinates of the cursor, which are the same as the first position of the GET field.
Program ExampleThe following program demonstrates the use of _CUROBJ, ROW(), and COL() to get the coordinates of a GET field. Press the F2 or F3 key to go to the desired field, then press F4 to display the coordinates of that field.
Additional reference words: FoxMac FoxDos FoxWin 2.00 2.50 2.50a 2.50b
KBCategory: kbprg vFoxWin 3.00
KBSubcategory: FxprgGeneral
|
|
Last Reviewed: March 12, 1997 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |