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

RUN_WP( cExe, cField[, cFile ]  )

Purpose

Edit a memo field with a word processor.

Arguments

     cExe -- name of the editor

     cField -- memo field to edit

     cFile -- name of file to use for editing the field

Setup

The editor is available on the DOS path. Similar to the dBASE WP= setting
in CONFIG.DB

Example

     RUN_WP( "Q", NOTES )

Returns

.T. if succesful, else .F.

Side Effects

None.

Artful Calls

TTOFN, PUSH/POP_SCR, POP_MSG

Source Files

AA_RUNWP.PRG, AM_RUNWP.PRG

See Also: TTOFN() PUSH_SCR() POP_SCR() POP_MSG()

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