[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function            EDITMEMO()
Action              Performs a windowed memoedit() on a memo field
Returns
Category            Popup
Syntax              EDITMEMO([expC],[expN1],[expN2],[expN3],[expN4])
Description         Pops up a box allowing editing of a memo field.
                    Escape exits, F10 saves.
Options             Edits field named MEMO by default, otherwise
                    fieldname passed as [expC]. Uses coordinates
                    2,10,20,69 unless passed coordinates as
                    [expN1..expn4] (top,left,bottom,right)
Examples            editmemo()
                    editmemo("NOTES")
                    editmemo("NOTES",2,2,22,78)

Notes               Sets key -9 to CTRLW  (F10)

Warnings            Key -9 is unset on exit (F10),cursor is left ON
Found in (prg)......S_EDITM.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson