Sample Procedure to Insert Spaces when TAB Key is PressedID: Q128632 The information in this article applies to:
SUMMARYBelow is a procedure demonstrating how to, within a program, insert spaces when the TAB key is pressed.
MORE INFORMATIONIn the SETUP Code of your Screen, OR WHEN clause of an @ ... EDIT, or before a MODIFY MEMO or MODIFY FILE, add the following line to allow access to the program:
Below is the contents of EMULTAB.PRG:
CAUTION: The default TAB functionality will be gone until the following
command is entered:
This is sample code. You may modify it to suit your requirements.
Additional reference words: FoxWin 2.50 2.50a 2.50b 2.60 2.60a KBCategory: kbprg kbcode KBSubcategory: FxprgGeneral |
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |