__NONOALERT()
Override //NOALERT command line switch
- Syntax
- __NONOALERT() --> NIL
- Arguments
- This function takes no arguments.
- Returns
- __NONOALERT() always return NIL.
- Description
- The //NOALERT command line switch cause Clipper to ignore calls to the ALERT() function, this function override this behavior and always display ALERT() dialog box.
- Examples
- // make sure alert are been displayed
- __NONOALERT()
- Status
Ready
- Files
- Library is rtl
- Compliance
- __NONOALERT() is an undocumented CA-Clipper function and exist only if HB_C52_UNDOC was defined during the compilation of source/rtl/alert.prg