SMODE C-3





Copyright (C) 1994-95 Conetic Software Systems, Inc. All names, products, and services mentioned are the trademarks of their respective organizations.



NAME


smode - return the current form mode

SYNOPSIS


int smode ()

DESCRIPTION


Smode returns an integer describing form's current operational
mode.  The mode is one of the symbolic constants defined in
\cbase\include\cbase\form.h.

                    Form Modes 

               F_NOMODE            no mode 
               F_QUERY  QUERY      mode 
               F_FIND  FIND        mode 
               F_UPDATE  UPDATE    mode 
               F_ADD  ADD          mode 

SEE ALSO


form(C-3)
Chapter 3, Form Programming Guide

NOTES


Smode is only available in user edit routines.