Returns a pointer to the current memo field on a data form
| Call | |
| #include <vv_form.h> | |
| MEMOPTR curmemop(dfmp) | |
|
DFORMPTR dfmp |
Pointer to a data form |
| Returns | |
| POINTER | A pointer to the current memo field on the data form |
| Description
curmemop() returns a pointer to the current memo field on the specified data form. |
|
| Related Functions | |
| Cautions
curmemop() should only be called for a data form that (1) is already displayed, (2) is a Designer form, or (3) for which fm_ready() has already been called. curmemop() should only be called if the current item on the form is a memo field. curmemop() is a macro and does no error checking. Macros are not listed by the VCS error reporting system. |
|