Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

NOTEPAD() or SET KEY ### to NOTEPAD

Purpose

A generalized NotePad function you can link into any application.

Arguments

(Passed automatically if called by SET KEY.)

     x -- procedure/function name

     y -- line number if compiled with line numbers, else 0

     z -- variable being read, if any

Setup

The current table must have a memo field named Notes.

Example

     USE CUSTOMER                 && Has a memo field
                                  && called "Notes"
     SET KEY -9 TO NOTEPAD        && F10

Returns

.T.

Side Effects

Allows editing of the memo field named Notes of the current record in
the current table. Crash if no table open or this memo field is missing.
If the current table is at end-of-file, this function will reposition the
record pointer to the first record in the table before allowing access to
the Notes memo field.

Artful Calls

GET/SET_KEYS, READ_MEMO

Source File

AA_NOTES.PRG

See Also: READ_MEMO()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson