Harbour Reference Guide

 

__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

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/06/26