Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Finding a Procedure
◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
Finding a Procedure
■ To find a procedure in the current project from the programming
environment:
1. From the View menu, choose Code, or press F2
2. From the Code dialog, select the procedure you want to edit, move,
or remove
3. Press Enter or choose the Edit in Active button display the procedure
in the active code window or choose:
• Edit in New to display the procedure in a new code window
• Cancel to cancel the operation
• Delete to remove the file from the current project
• Move to move the SUB procedure to a different module
• Help to get help
■ The following keyboard shortcuts work in the programming environment:
Press: To:
═══════════════ ═══════════════════════════════════════════════════════
Ctrl+Down Arrow Display the next procedure
Ctrl+Up Arrow Display the previous procedure
Page Down Page down through the procedures in your code
Page Up Page back up through the procedures in your code
─────────────────────────────────────────────────────────────────────────