Action Codes for Data-entry and Menu Processing

Action CodePurpose
Form Movement Codes

AC_EXITExit the form
AC_QUITQuit processing the form
AC_NEXTFORMExit the current form and process the next form page
AC_PREVFORMExit the current form and process the previous form page
AC_SAMEFORMContinue processing the same form

Item Movement Codes

AC_FIRSTITEMMove to the first item on the form
AC_LASTITEMMove to the last item on the form
AC_NEXTITEMMove to the next item on the form
AC_PREVITEMMove to the previous item on the form
AC_SAMEITEMLeave item and re-renter in same item (for key and field
functions only)
AC_CONTINUEContinue in normal processing order
AC_PREVRADIOBUTTONTo go to previous radio button in group
AC_NEXTRADIOBUTTONTo go to next radio button in group
AC_FIRSTRADIOBUTTONTo go to first radio button in group
AC_LASTRADIOBUTTONTo go to last radio button in group


Home Contents Previous Next